67247394d846cf3463d5441b836a47611ec28656 | Author: Krishna Koneru <krishna.koneru@instaclustr.com>
| 2017-06-08 10:04:17+10:00
Improve calculation of available disk space for compaction
Patch by Krishna Dattu Koneru and Lerh Chuan Low; reviewed by marcuse for CASSANDRA-13068
538d658e0fb6b067ffeedd250c5997e2e77ad735 | Author: Lerh Chuan Low <lerh@instaclustr.com>
| 2017-05-16 16:09:32+10:00
Add a sleep after compaction to give it time before checking SSTable directory for files (CASSANDRA-13182)
452d626a7a6b03917b7bd72a5dfe9da8a27e0903 | Author: Lerh Chuan Low <lerh@instaclustr.com>
| 2016-05-31 18:01:58+10:00
Fix handling of clustering key > 64K
Prevent select statements with clustering key > 64k,
nicer error message when writing a value larger than unsigned short,
catch Throwable for OutboundTCPConnection.
Patch by Lerh Chuan Low; reviewed by Branimir Lambov for CASSANDRA-11882