Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
When the number of input splits is less than the number of workers, integer division in the following snippet means we end up with 0:
int maxInputSplitThreads = inputSplitPathList.size() / getConfiguration().getMaxWorkers(); int numThreads = Math.min(getConfiguration().getNumInputSplitsThreads(), maxInputSplitThreads);
Attachments
Attachments
Issue Links
- Is contained by
-
GIRAPH-155 Allow creation of graph by adding edges that span multiple workers
- Resolved