Skip to content

Commit

Permalink
Clean up lastWrittenOffset
Browse files Browse the repository at this point in the history
  • Loading branch information
rayokota committed Mar 24, 2019
1 parent b9bde67 commit 991ea20
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -521,6 +521,7 @@ && isTopicSynced(internalConsumer, edgesGroupedBySourceTopic, 0, graphOffsets::g
activeVertices.remove(previousStep);
forwardedVertices.remove(previousStep);
didPreSuperstep.remove(previousStep);
lastWrittenOffsets.remove(previousStep);
aggregators.remove(previousStep);
previousAggregates.remove(previousStep);
localworkSetStore.delete(previousStep);
Expand Down

0 comments on commit 991ea20

Please sign in to comment.