Skip to content

Commit

Permalink
Segment handoffs should use the allocated partition number
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Conaway committed Sep 27, 2017
1 parent 1205217 commit 5ef8fa5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -492,7 +492,7 @@ public void doRun()
}
);
handoffNotifier.registerSegmentHandoffCallback(
new SegmentDescriptor(sink.getInterval(), sink.getVersion(), config.getShardSpec().getPartitionNum()),
new SegmentDescriptor(sink.getInterval(), sink.getVersion(), identifier.getShardSpec().getPartitionNum()),
mergeExecutor, new Runnable()
{
@Override
Expand Down

0 comments on commit 5ef8fa5

Please sign in to comment.