You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by av...@apache.org on 2016/01/20 09:40:40 UTC

ignite git commit: G-10964

Repository: ignite
Updated Branches:
  refs/heads/ignite-G-10964 [created] 9f0297395


G-10964


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/9f029739
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/9f029739
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/9f029739

Branch: refs/heads/ignite-G-10964
Commit: 9f029739511784486a1515274f476416f0ed1cd8
Parents: 612bcb6
Author: Anton Vinogradov <av...@apache.org>
Authored: Wed Jan 20 11:39:52 2016 +0300
Committer: Anton Vinogradov <av...@apache.org>
Committed: Wed Jan 20 11:39:52 2016 +0300

----------------------------------------------------------------------
 .../ignite/internal/processors/cluster/ClusterProcessor.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/9f029739/modules/core/src/main/java/org/apache/ignite/internal/processors/cluster/ClusterProcessor.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cluster/ClusterProcessor.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cluster/ClusterProcessor.java
index 0ed440e..79c8590 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cluster/ClusterProcessor.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cluster/ClusterProcessor.java
@@ -57,7 +57,7 @@ public class ClusterProcessor extends GridProcessorAdapter {
     private IgniteClusterImpl cluster;
 
     /** */
-    private volatile boolean notifyEnabled;
+    private static volatile boolean notifyEnabled;
 
     /** */
     @GridToStringExclude
@@ -178,7 +178,7 @@ public class ClusterProcessor extends GridProcessorAdapter {
     /**
      * Update notifier timer task.
      */
-    private class UpdateNotifierTimerTask extends GridTimerTask {
+    private static class UpdateNotifierTimerTask extends GridTimerTask {
         /** Reference to kernal. */
         private final WeakReference<IgniteKernal> kernalRef;