mirror of https://github.com/apache/cassandra
merge from 0.5
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@908557 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
17bf5d8ef0
commit
04dd326277
|
|
@ -29,6 +29,7 @@ dev
|
|||
* ensure all files for an sstable are streamed to the same directory.
|
||||
(CASSANDRA-716)
|
||||
* more accurate load estimate for bootstrapping (CASSANDRA-762)
|
||||
* tolerate dead or unavailable bootstrap target on write (CASSANDRA-731)
|
||||
|
||||
|
||||
0.5.0 final
|
||||
|
|
|
|||
|
|
@ -153,7 +153,6 @@ public abstract class AbstractReplicationStrategy
|
|||
}
|
||||
}
|
||||
|
||||
assert map.size() == targets.size();
|
||||
return map;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue