[ https://issues.apache.org/jira/browse/GIRAPH-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15998636#comment-15998636 ]
ASF GitHub Bot commented on GIRAPH-1146: ---------------------------------------- Github user ikabiljo commented on a diff in the pull request: https://github.com/apache/giraph/pull/36#discussion_r115049146 --- Diff: giraph-block-app/src/main/java/org/apache/giraph/block_app/framework/block/EmptyBlock.java --- @@ -36,4 +36,9 @@ @Override public void forAllPossiblePieces(Consumer<AbstractPiece> consumer) { } + + @Override + public PieceCount getPieceCount() { + return new PieceCount(1); --- End diff -- should be 0 > Keep track of number of supersteps when possible > ------------------------------------------------ > > Key: GIRAPH-1146 > URL: https://issues.apache.org/jira/browse/GIRAPH-1146 > Project: Giraph > Issue Type: New Feature > Reporter: Maja Kabiljo > Assignee: Maja Kabiljo > Priority: Minor > > In many cases we know how many supersteps are there going to be. We can keep > track of it and log it with progress. -- This message was sent by Atlassian JIRA (v6.3.15#6346)