Skip to content

Accord Tail latency#4787

Open
belliottsmith wants to merge 2 commits intoapache:trunkfrom
belliottsmith:tail-latency
Open

Accord Tail latency#4787
belliottsmith wants to merge 2 commits intoapache:trunkfrom
belliottsmith:tail-latency

Conversation

@belliottsmith
Copy link
Copy Markdown
Contributor

Thanks for sending a pull request! Here are some tips if you're new here:

  • Ensure you have added or run the appropriate tests for your PR.
  • Be sure to keep the PR description updated to reflect all changes.
  • Write your PR title to summarize what this PR proposes.
  • If possible, provide a concise example to reproduce the issue for a faster review.
  • Read our contributor guidelines
  • If you're making a documentation change, see our guide to documentation contribution

Commit messages should follow the following format:

<One sentence description, usually Jira title or CHANGES.txt summary>

<Optional lengthier description (context on patch)>

patch by <Authors>; reviewed by <Reviewers> for CASSANDRA-#####

Co-authored-by: Name1 <email1>
Co-authored-by: Name2 <email2>

The Cassandra Jira

@aweisberg
Copy link
Copy Markdown
Contributor

+1

@aweisberg aweisberg self-requested a review May 8, 2026 18:11
@belliottsmith belliottsmith force-pushed the tail-latency branch 2 times, most recently from 4fa2b98 to c18e53a Compare May 10, 2026 06:48
patch by Benedict; reviewed by Alex Petrov and Ariel Weisberg for CASSANDRA-17024
@belliottsmith belliottsmith force-pushed the tail-latency branch 2 times, most recently from 876aa1e to 7e3dae1 Compare May 10, 2026 12:07
 - TransactionStatement token aware routing
 - Mitigate convoy effect:
   - ExecuteTxnBacklog v1 can execute single key transaction backlogs and disseminate the result
     - Direct local execution possible for single key transactions
   - Use shardAppliedBefore instead of gcBefore to cleanup CFK faster
Also Improve:
 - Introduce distributed tracing
 - Combine RejectBefore and MaxConflicts
 - Self-addressed messages are delivered directly
 - Disable AccordSyncPropagator by default, as incompatible with large clusters
 - FastPathStrategy.SIMPLE should not modify fast path contents; FastPathStrategy.UP introduced to adopt this behaviour
 - Configurable queue prioritisation
 - ProtocolModifiers mostly final
 - Remove unnecessary condition check when serializing TxnUpdate
Also Fix:
 - SequentialExecutor ownership bug
 - BTree.XUpdater.reset()

patch by Benedict; reviewed by Alex Petrov and Ariel Weisberg for CASSANDRA-21361
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants