Skip to content

Commit

Permalink
0003265: Outgoing batch query causes deadlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mmichalek committed Oct 2, 2017
1 parent 0c84a5b commit 106de93
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -576,7 +576,7 @@ public List<String> getNodesInError() {
}

public List<OutgoingBatch> getNextOutgoingBatchForEachNode() {
return sqlTemplate.query(
return sqlTemplateDirty.query(
getSql("getNextOutgoingBatchForEachNodeSql"),
new OutgoingBatchMapper(true, true));
}
Expand Down

0 comments on commit 106de93

Please sign in to comment.