Updated Branches:
  refs/heads/trunk aa20c7206 -> 4fb396319

fix build
patch by Peter Schuller for CASSANDRA-3806


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4fb39631
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/4fb39631
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/4fb39631

Branch: refs/heads/trunk
Commit: 4fb3963197761244e86eab7e92883fa0ca0bb687
Parents: aa20c72
Author: Jonathan Ellis <jbel...@apache.org>
Authored: Sat Jan 28 08:21:47 2012 -0600
Committer: Jonathan Ellis <jbel...@apache.org>
Committed: Sat Jan 28 08:21:47 2012 -0600

----------------------------------------------------------------------
 .../apache/cassandra/service/StorageService.java   |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/4fb39631/src/java/org/apache/cassandra/service/StorageService.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/service/StorageService.java 
b/src/java/org/apache/cassandra/service/StorageService.java
index 4cf17c2..4ebeddc 100644
--- a/src/java/org/apache/cassandra/service/StorageService.java
+++ b/src/java/org/apache/cassandra/service/StorageService.java
@@ -1305,6 +1305,7 @@ public class StorageService implements 
IEndpointStateChangeSubscriber, StorageSe
                 for (Range<Token> range : 
strategy.getAddressRanges(allLeftMetadata).get(endpoint))
                     pendingRanges.put(range, endpoint);
                 allLeftMetadata.removeEndpoint(endpoint);
+            }
         }
 
         // At this stage pendingRanges has been updated according to leaving 
and bootstrapping nodes.

Reply via email to