Skip to content

Commit

Permalink
0003741: Individual Table reloads should not clear a node's incoming …
Browse files Browse the repository at this point in the history
…batches
  • Loading branch information
mmichalek committed Oct 3, 2018
1 parent 98a6142 commit 9e4649f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -555,7 +555,7 @@ public void insertReloadEvents(Node targetNode, boolean reverse, List<TableReloa
close(transaction);
}

if (!reverse) {
if (!reverse && isFullLoad) {
/*
* Remove all incoming events for the node that we are
* starting a reload for
Expand Down

0 comments on commit 9e4649f

Please sign in to comment.