Unsubscribe On Jul 8, 2016 5:09 PM, "Hudson (JIRA)" <j...@apache.org> wrote:
> > [ > https://issues.apache.org/jira/browse/GIRAPH-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15368778#comment-15368778 > ] > > Hudson commented on GIRAPH-1082: > -------------------------------- > > FAILURE: Integrated in Giraph-trunk-Commit #1635 (See [ > https://builds.apache.org/job/Giraph-trunk-Commit/1635/]) > GIRAPH-1082: Remove limit on the number of partitions (majakabiljo: [ > http://git-wip-us.apache.org/repos/asf?p=giraph.git&a=commit&h=28cbe037cf9299ed6a089cc78039d0a16d0116ce > ]) > * > giraph-core/src/main/java/org/apache/giraph/comm/requests/RequestType.java > * > giraph-core/src/main/java/org/apache/giraph/bsp/CentralizedServiceWorker.java > * > giraph-core/src/main/java/org/apache/giraph/comm/requests/AddressesAndPartitionsRequest.java > * > giraph-core/src/main/java/org/apache/giraph/master/MasterGlobalCommHandler.java > * giraph-core/src/main/java/org/apache/giraph/bsp/BspService.java > * giraph-core/src/main/java/org/apache/giraph/utils/ProgressableUtils.java > * giraph-core/src/main/java/org/apache/giraph/partition/PartitionUtils.java > * giraph-core/src/main/java/org/apache/giraph/master/BspServiceMaster.java > * > giraph-core/src/main/java/org/apache/giraph/utils/BlockingElementsSet.java > * > giraph-core/src/main/java/org/apache/giraph/comm/requests/PartitionStatsRequest.java > * giraph-core/src/main/java/org/apache/giraph/worker/BspServiceWorker.java > * > giraph-core/src/main/java/org/apache/giraph/graph/AddressesAndPartitionsWritable.java > > > > Remove limit on the number of partitions > > ---------------------------------------- > > > > Key: GIRAPH-1082 > > URL: https://issues.apache.org/jira/browse/GIRAPH-1082 > > Project: Giraph > > Issue Type: Improvement > > Reporter: Maja Kabiljo > > Assignee: Maja Kabiljo > > > > Currently we have a limit on how many partitions we can have because we > write all partition information to Zookeeper. We can instead send this > information in requests and remove the hard limit. > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) >