- 875937c CASSANDRA-20883: bitset changes to support cassandra serializers by David Capwell · 5 days ago trunk
- c3a62d7 All pending topology notifications must be propagated to a newly published epoch, not only the pending notification for that epoch by Benedict Elliott Smith · 5 days ago
- 48061a5 Improve Observability: by Benedict Elliott Smith · 3 weeks ago
- 5cbe8d6 Accord fixes: by Benedict Elliott Smith · 3 weeks ago
- a8916a1 Startup sequence improvements by Alex Petrov · 6 weeks ago
- b86550c Enrich Durability with each phase, so we can both prune unapplied dependencies to mitigate replicas that are behind causing Deps growth, by Benedict Elliott Smith · 5 weeks ago
- b268e9a Accord: fix durability scheduling order, initialize them _after_ nodes are created by Alex Petrov · 4 weeks ago
- 0c3c7bf Minor tracing and progress log improvements: by Benedict Elliott Smith · 4 weeks ago
- 12da469 ConcurrentModificationException with CommandStore.waitingOnSync by Benedict Elliott Smith · 5 weeks ago
- d5de79b Bootstrap must first wait for a quorum to apply the sync point to ensure the DurableBefore Majority condition holds transitively, by Benedict Elliott Smith · 6 weeks ago
- 20df7e5 Improve ProgressLog: by Benedict Elliott Smith · 6 weeks ago
- 05b2f24 Fix CFK restore after replay: by Benedict Elliott Smith · 6 weeks ago
- 2f287b6 Journal.TopologyUpdate should not store the local topology as it can be inferred from the global on (#229) by dcapwell · 7 weeks ago
- 090cb49 Fix DurableBefore updates: by Benedict Elliott Smith · 7 weeks ago
- f40826d Accord Query Tracing Also improve: - Metric listeners by Benedict Elliott Smith · 2 months ago
- e66a30c Missed feedback for move durability service startup patch by Alex Petrov · 7 weeks ago
- 51f36f7 Limit replay to those records not durably persisted to both command store and data store by Benedict Elliott Smith · 8 weeks ago
- 42b55d7 Move durability service startup by Alex Petrov · 8 weeks ago
- a1c1ed9 PreLoadContext descriptions by Benedict Elliott Smith · 3 months ago
- 1c203ef Fix minDecidedId calculation by Benedict Elliott Smith · 8 weeks ago
- ad26bb9 Add testing of consensus live migration to simulator by Ariel Weisberg · 8 months ago
- 3aba47c Accord Fixes: by Benedict Elliott Smith · 8 weeks ago
- 0d6157f Fix: by Benedict Elliott Smith · 9 weeks ago
- 3c9b307 Accord: Topology serializer has a lot of repeated data, can dedup to shrink the cost by David Capwell · 9 weeks ago
- e587fc4 Standardise Replay logic to ensure SafeCommandStore.update is called by Benedict Elliott Smith · 9 weeks ago
- bfc12f6 Improve command diff output for debug output by Alex Petrov · 9 weeks ago
- 71d235d Improve: by Benedict Elliott Smith · 10 weeks ago
- 6877835 Fix: by Benedict Elliott Smith · 2 months ago
- 555337a Fix: by Benedict Elliott Smith · 2 months ago
- cfde59d Add separator to pretty-print command changes by Alex Petrov · 2 months ago
- aa08b04 Follow-up to CASSANDRA-20726: by Benedict Elliott Smith · 2 months ago
- 756f2a1 (Accord) Fix: by Benedict Elliott Smith · 3 months ago
- 154c05f Improve: by Benedict Elliott Smith · 3 months ago
- 07ba9c8 Avoid re-serializing all-equivalent topologies by Alex Petrov · 3 months ago
- 2b80b02 Erase should consistently erase all content associated with a transaction by Benedict Elliott Smith · 3 months ago
- 2eb6677 Add debug string to configuration service to output epochs we could not find by Alex Petrov · 3 months ago
- 1ce7122 Fixes: by Benedict Elliott Smith · 3 months ago
- c2ef064 Fix: by Benedict Elliott Smith · 3 months ago
- bf85660 Fixes by Benedict Elliott Smith · 5 months ago
- b22b935 Fix StackOverflow exception on topology replay with a large number of active epochs/topologies by Alex Petrov · 3 months ago
- fd608bc Make durability service listen to topology changes by Alex Petrov · 3 months ago
- 774d5c8 Account for truncated epoch when computing the low bound by Alex Petrov · 3 months ago
- 7f0040d Ninja for CASSANDRA-20684: Gens.select didnt allow access at generating a list of size=0 after adding invarients check, fixed that to return an empty list by David Capwell · 3 months ago
- 21733d0 Ninja for CASSANDRA-20684: Ignore markdown files in rat check by David Capwell · 3 months ago
- 7205f68 Add documentation for Accord's property testing (#196) by dcapwell · 3 months ago
- f9827e7 Mark min epoch - 1 as truncated, i.e. restore previous truncated state by Alex Petrov · 3 months ago
- c5a984c Fixes: by Benedict Elliott Smith · 5 months ago
- 56102d8 Initialise CommandStores.nextId on restart by Benedict Elliott Smith · 4 months ago
- 7242cb2 Follow-up to CASSANDRA-20641; propagate forceUpdate further by Benedict Elliott Smith · 4 months ago
- 0980e52 Fix medium path decisions when fast path is delayed by Benedict Elliott Smith · 4 months ago
- 4918bd6 Fix durableBefore check on replay by Alex Petrov · 4 months ago
- 0f9f201 Accord: On restart, while replying the journal the linearizability check logic found incorrect ordering and rejected startup by Benedict Elliott Smith · 4 months ago
- 7f95490 Enhacned the stateful property test API to have accept a list of commands rather than force a builder (#189) by dcapwell · 4 months ago
- 3825403 Get accord compiling on JDK 21 (#188) by dcapwell · 4 months ago
- ba15160 Serialization improvements by Benedict Elliott Smith · 5 months ago
- 134df57 Improve Journal table key serialization by Benedict Elliott Smith · 5 months ago
- fc14a15 Various fixes and improvements by Benedict Elliott Smith · 6 months ago
- 1192d25 Accord: when Keys has token conflicts, this lead to issues with Routes and containsAll (#182) by dcapwell · 6 months ago
- 0a5446a Fix: by Benedict Elliott Smith · 6 months ago
- c7379e1 Turn pruning back on by Alex Petrov · 6 months ago
- 62b6d68 Fix: by Benedict Elliott Smith · 6 months ago
- 2025bcf Improve partial compaction by Alex Petrov · 7 months ago
- fe306fc Epoch/Topology Garbage Collection by Alex Petrov · 7 months ago
- f9dc83e Integrate RX with Cassandra Repair, so that repair safely flushes pending topology and other durability requirements. by Benedict Elliott Smith · 7 months ago
- 2b9e540 Accord fixes: by Benedict Elliott Smith · 7 months ago
- a341979 Fix: by Benedict Elliott Smith · 7 months ago
- 58f1076 Accord: Serialization Improvements by Benedict Elliott Smith · 7 months ago
- a4a8255 Fix AccordMigrationTest, preclude possible races in topology propagation by Alex Petrov · 7 months ago
- 1542da5 Fix recovery when one shard is committed/stable and another is preaccepted by Benedict Elliott Smith · 7 months ago
- 74a3b81 Expose epoch ready state as a vtable for operators to inspect things (#169) by dcapwell · 7 months ago
- 92013a8 Fix null field accounting by Alex Petrov · 7 months ago
- 9328b83 Fix topology loading by Alex Petrov · 7 months ago
- d9fd50a Fix class cast issue arising after ephemeral read eviction by Alex Petrov · 8 months ago
- 344c20b Fix: by Benedict Elliott Smith · 7 months ago
- 96ec342 Avoid double loading in Cassandra side of journal by Alex Petrov · 8 months ago
- d3380ef Fix replay, and acceptedOrCommitted state restore by Alex Petrov · 7 months ago
- cd7f495 Refactor RedundantStatus to encode vector of states that can be merged independently by Benedict Elliott Smith · 7 months ago
- 78ab7ee Fix argument order in topology reporting by Alex Petrov · 7 months ago
- e5e108a allow LinkedHashSet to processed as a ordered set (#153) by dcapwell · 7 months ago
- f543f7d Follow-up to CASSANDRA-20222: by Benedict Elliott Smith · 8 months ago
- c7a789b Follow-up to CASSANDRA-20228: by Benedict Elliott Smith · 7 months ago
- 41aacd3 Agree a distributed uniqueHlc to use for Apply by Benedict Elliott Smith · 8 months ago
- f9ed591 Migrate route index from commands table to journal, and drop the commands table (#152) by dcapwell · 8 months ago
- d5ac6b6 Protocol optimisations: by Benedict Elliott Smith · 8 months ago
- c80ec46 FetchRequest should report as unavailable any slice that executes in a later epoch that is not owned by the replicas by Benedict Elliott Smith · 8 months ago
- c076383 Improve topology integration / replay by Alex Petrov · 9 months ago
- f7b9bb8 Migrate in memory journal to CommandChange logic shared with AccordJournal by Alex Petrov · 10 months ago
- 520cc10 Remove TimestampsForKey by Benedict Elliott Smith · 9 months ago
- f543851 Fixes by Benedict Elliott Smith · 10 months ago
- 9c9d6b2 Fix Accord SAI tests and Accord double apply by Ariel Weisberg · 10 months ago
- 5785d86 Fix SimulatedDepsTest by Alex Petrov · 9 months ago
- 7d46b7c Fix SimulatedAccordTaskTest by Alex Petrov · 9 months ago
- c55e251 Implement field saving/loading in AccordJournal by Alex Petrov · 10 months ago
- 1401e93 Fix infinite loop, and notify progress log of sync point durability while waiting to apply by Benedict Elliott Smith · 10 months ago
- bd0761c Expose Journal-related files to allow external Journal implementation integration. by Alex Petrov · 10 months ago
- 0276dff Preclude InMemoryJournal from saving Unitialized commands; remove invalidated commands in postExecute by Alex Petrov · 9 months ago
- 356fee5 Sorted arrays tests sometimes falls into infinite re-generate loop by Alex Petrov · 9 months ago
- 61f4ebd Fix unit tests and improve burn test stability by Benedict Elliott Smith · 10 months ago
- a271897 Key transaction recovery should witness range transactions by David Capwell · 11 months ago
- ad6d9c7 Fix AbstractKeys.without (and CoordinateEphemeralRead execution in future epoch) by Benedict Elliott Smith · 10 months ago