18 Patch |
29d6237a00b577400c4b4a63989d41f1baa2aa60,
15bd10afbfc5eda024e7048438b00bfc81a9e3ea,
f109f200a3a7f6002d7e1f6cc67e9ef5bf5cb2df,
8a5e88f635fdb984505a99a553b5799cedccd06d,
67cda763b270a56bf5a7c73c6b30c3f9d651daab,
5f3b35981d28179606c52599d502de7a08b9b690,
4901e4b1e97975a9fbc57d004bd8fe668ebc5d57,
6b6bc6a36c623b8074f0fb27c656b8c26c27cd7e,
0e357991b27645fd760823b98e46a96b85f9c020,
4fd05e5b5caa8403a1e3ba1318d5eed817c24ba9,
e2a0d75b024463ad481333bdae826928b55ac589,
9fc14bc5a5467da3305668958f9fcd7e5d4dad7a,
85ac06c640ad82c1a776f591a752cc8691062018,
c1a9a47df292dbbde3c675c10d68043e7b212c28,
a17120adffe6889ebbc4e76adb493898b6799a0d,
9ab09570b4750d9b801e2246d0fbd6016ee0a8ca,
9d4ee562d7d4128667496a3903c03bf9e246e7f4,
b47d0b0b1948e25f5774fcf69d10534e4520e1b9 |
9ab09570b4750d9b801e2246d0fbd6016ee0a8ca | Author: Dikang Gu <dikang85@gmail.com>
| 2017-01-05 09:01:50-08:00
remove the allocate_tokens_for_keyspace in disk_balance_test (#1419)
It does not make sense to have the allocate_tokens_for_keyspace, because the keyspace is not created at cluster start time yet.
And it will break the test after CASSANDRA-13080.
8a5e88f635fdb984505a99a553b5799cedccd06d | Author: Dikang Gu <dikang85@gmail.com>
| 2016-12-27 11:55:13-08:00
Use new token allocation for non bootstrap case as well.
> patch by Dikang Gu; reviewed by Branimir Lambov for CASSANSRA-13080
backported by Mick Semb Wever; reviewed by Jon Haddad for CASSANSRA-14212
5f3b35981d28179606c52599d502de7a08b9b690 | Author: Dikang Gu <dikang85@gmail.com>
| 2016-12-27 11:55:13-08:00
Use new token allocation for non bootstrap case as well.
patch by Dikang Gu; reviewed by Branimir Lambov for CASSANSRA-13080
9d4ee562d7d4128667496a3903c03bf9e246e7f4 | Author: Dikang Gu <dikang85@gmail.com>
| 2016-10-24 12:19:49-07:00
Fix TestCompaction.fanout_size_test (#1367)
* Fix TestCompaction.fanout_size_test
* skip for all non-LCS cases
* remove known_failure flag for fanout_size_test
b47d0b0b1948e25f5774fcf69d10534e4520e1b9 | Author: Dikang Gu <dikang85@gmail.com>
| 2016-10-19 09:41:16-07:00
add the dtest for compaction fanout_size (#1362)
* add the dtest for compaction fanout_size
* remove whitespace