Skip to content

Commit

Permalink
0002825: Data with ID = 0 is routed perpetually when using
Browse files Browse the repository at this point in the history
DataGapFastDetector
  • Loading branch information
mmichalek committed Sep 22, 2016
1 parent 4617042 commit 780bb97
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -73,7 +73,7 @@ public class ChannelRouterContext extends SimpleRouterContext {
private long maxPeekAheadQueueSize;
private List<DataGap> dataGaps = new ArrayList<DataGap>();
private Set<String> transactions = new HashSet<String>();
private long lastDataId;
private long lastDataId = -1;
private List<Long> dataIds = new ArrayList<Long>();

public ChannelRouterContext(String nodeId, NodeChannel channel, ISqlTransaction transaction)
Expand Down

0 comments on commit 780bb97

Please sign in to comment.