Accord library for Apache Cassandra®

Clone this repo:
  1. fff32de Inherit pom from apache parent by mck · 6 weeks ago trunk
  2. 66cab49 Expunged records may be resurrected: by Benedict Elliott Smith · 5 weeks ago
  3. 2cdda7f (BTree)?ReducingRangeMap fixes and improvements by Benedict Elliott Smith · 5 weeks ago
  4. 0a10cd0 Safely regain ranges and delete retired command stores by Alan Wang · 5 weeks ago
  5. 3d6392f ShardDurability.markDefunct() called O(N²) times across topology updates, causing log spam and OOM in tests (#277) by dcapwell · 6 weeks ago detached5 detached6
  6. b81408c Slice PreLoadContext to owned keys in MapReduceCommandStores by Benedict Elliott Smith · 8 weeks ago detached2 detached4
  7. 3caddca CoordinateTransaction should not abort if LocalExecute fails, esp. in case of LogUnavailableException by Benedict Elliott Smith · 8 weeks ago
  8. a081e19 Result natively supports persistable/non-persistable distinction by Benedict Elliott Smith · 8 weeks ago
  9. e8c70e0 CASSANDRA-21361 follow-up: recontact forbids self addressed messages and we ensure self-addressed messages send full information to avoid having multiple LocalDelivery contexts by Benedict Elliott Smith · 8 weeks ago
  10. 01aff40 Improve Tail Latency by Benedict Elliott Smith · 3 months ago
  11. d3c5935 Introduce: by Benedict Elliott Smith · 7 months ago
  12. 8229cbf InMemoryRangeIndex by Benedict Elliott Smith · 7 months ago
  13. 93d78be Ninja for CASSANDRA-21077: Cassandra expets setRange(0, 0) to not fail when the bitset is empty, so have to check for this case first before validating the input by David Capwell · 6 months ago detached3
  14. 29270f5 Fixed LargeBitSet and SmallBitSet to have the same semantics with inbound and out of bound inputs. This was detected first by Cassandras SimpleBitSetSerializersTest#any test (#264) by dcapwell · 6 months ago
  15. f09a12d Improve by Benedict Elliott Smith · 7 months ago
  16. f6b0a69 Updated so txn.execute is always called before txn.result, which enables Cassandra to pass around rejections found while creating the mutations. by David Capwell · 7 months ago
  17. 6bae51f Fix: by Benedict Elliott Smith · 7 months ago
  18. 8ccce74 Submit ShardScheduler success to DurabilityQueue without holding lock to avoid deadlock (when DurabilityQueue queues a retry) by Benedict Elliott Smith · 7 months ago
  19. 973335b Follow-up to CASSANDRA-21042: SyncPoints should operate against the last epoch containing their ranges, which should refuse other transactions by Benedict Elliott Smith · 8 months ago
  20. 397ec90 Make TopologyException a checked exception to ensure they are handled carefully, as they may occur at surprising times by Benedict Elliott Smith · 8 months ago