Repository: incubator-ignite Updated Branches: refs/heads/ignite-45 8e0c00590 -> afa588225
# ignite-45 - fixing examples. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/afa58822 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/afa58822 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/afa58822 Branch: refs/heads/ignite-45 Commit: afa588225a65be608e23c0ae6b1be5ab25615516 Parents: 8e0c005 Author: Dmitiry Setrakyan <dsetrak...@gridgain.com> Authored: Tue Mar 17 00:04:58 2015 -0700 Committer: Dmitiry Setrakyan <dsetrak...@gridgain.com> Committed: Tue Mar 17 00:04:58 2015 -0700 ---------------------------------------------------------------------- .../ignite/examples/streaming/CachePopularNumbersExample.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/afa58822/examples/src/main/java/org/apache/ignite/examples/streaming/CachePopularNumbersExample.java ---------------------------------------------------------------------- diff --git a/examples/src/main/java/org/apache/ignite/examples/streaming/CachePopularNumbersExample.java b/examples/src/main/java/org/apache/ignite/examples/streaming/CachePopularNumbersExample.java index eadb6ce..7920e35 100644 --- a/examples/src/main/java/org/apache/ignite/examples/streaming/CachePopularNumbersExample.java +++ b/examples/src/main/java/org/apache/ignite/examples/streaming/CachePopularNumbersExample.java @@ -161,6 +161,7 @@ public class CachePopularNumbersExample { while (!Thread.currentThread().isInterrupted()) stmr.addData(RAND.nextInt(RANGE), 1L); } + catch (IgniteInterruptedException ignore) {} } /**