cc
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/58919c5b Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/58919c5b Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/58919c5b Branch: refs/heads/ignite-5075-cc-debug Commit: 58919c5b5e8f89b25d8fde9d68eaa5184ab6c946 Parents: 9cc1dae Author: sboikov <[email protected]> Authored: Thu May 25 16:58:03 2017 +0300 Committer: sboikov <[email protected]> Committed: Thu May 25 16:58:03 2017 +0300 ---------------------------------------------------------------------- .../cache/query/continuous/CacheContinuousQueryEventBuffer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/58919c5b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryEventBuffer.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryEventBuffer.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryEventBuffer.java index d65731b..5346144 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryEventBuffer.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryEventBuffer.java @@ -102,7 +102,7 @@ public class CacheContinuousQueryEventBuffer { for (CacheContinuousQueryEntry e : ret) TestDebugLog.addEntryMessage(part, e.updateCounter(), - "filtered1 " + e.filteredCount() + + "filtered " + e.filteredCount() + " reset backup"); }
