Skip to content

Commit

Permalink
[Java]: add same quickfix to dynamic join retrieval of snapshots as c…
Browse files Browse the repository at this point in the history
…luster backup.
  • Loading branch information
tmontgomery committed Nov 24, 2019
1 parent e39b0ce commit bcba50f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ static class SnapshotReader implements ControlledFragmentHandler

boolean isDone()
{
return isDone && (endPosition <= recordingPosition);
return isDone && endPosition <= recordingPosition && image.isEndOfStream();
}

long recordingId()
Expand Down

0 comments on commit bcba50f

Please sign in to comment.