-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Propagate streaming session errors while moving or decommissioning #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
beobal
referenced
this pull request
in beobal/cassandra
Feb 14, 2013
DSP-1245: Ability to select and configure client transport factory by sy...
|
Requested to close all open pull requests by Cassandra PMC |
mambocab
pushed a commit
to mambocab/cassandra
that referenced
this pull request
Aug 28, 2015
Validation notest
marouenj
added a commit
to marouenj/cassandra
that referenced
this pull request
Mar 30, 2016
belliottsmith
referenced
this pull request
in belliottsmith/cassandra
Aug 29, 2018
* Remove unused (and for good reason) Replica.subtract method. * Comment on Replica.subtractByRange * Comment on why Replica.subtractIgnoreTransientStatus exists and ignores transient status.
vinaykumarchella
pushed a commit
to vinaykumarchella/cassandra
that referenced
this pull request
Oct 2, 2018
…dra:feature/josephl_fix_logback_issues to cassandra-2.1 * commit '67e00f7846607bc6ae6d208dcfc42203019f5a7b': Logback needs an appender-ref for issues
iamaleksey
referenced
this pull request
in iamaleksey/cassandra
Apr 24, 2019
michaelsembwever
pushed a commit
to thelastpickle/cassandra
that referenced
this pull request
Aug 11, 2021
Fix cassandra-3.11 to have fixes from 4.0 docs
pauloricardomg
pushed a commit
to pauloricardomg/cassandra
that referenced
this pull request
Aug 20, 2021
Review follow-up
mike-tr-adamson
added a commit
to mike-tr-adamson/cassandra
that referenced
this pull request
Jan 20, 2023
* In-memory index implementation with query path
This patch includes the following elements
of the storage attached index:
- An in-memory index using a trie structure
for storage of byte comparable elements
- Query path for the in-memory index
- Index status propagation
* Fix build and tests and address initial review requests including:
Do not propagate index states in SecondaryIndexManager if Gossiper is not enabled
Fix checkstyle warnings
Fix eclipse warnings
* Address initial review comments with the following:
- Refactor the IndexContext to have single constructor
- Refactor of cql/types tests to reduce code duplication
- Remove unused code
- General tidy of items highlighted in the review
* Address the latest review comments and fix tests
* Fix checkstyle failure
* Remove use of carrotsearch RandomizedTest
* Remove analyzers and filters leaving only NoOpAnalyzer
* Address further review comments
* Fix broken tests
* Second round of review changes with the following highlights:
- Renaming and refactoring of RangeIterator implementations
- Improvement to TrieMemoryIndex to filter equality queries
- General naming improvements to query path
* Update to latest review comments
* Fix build errors
* More review changes and tidy up based on code inspections
* Extract index status propagation to IndexStatusManager
* Fix README.md incorrect replication
* Review changes
jsukuma
pushed a commit
to jsukuma/cassandra
that referenced
this pull request
Apr 10, 2023
mike-tr-adamson
pushed a commit
to mike-tr-adamson/cassandra
that referenced
this pull request
Apr 24, 2023
Add vector flush and compaction
tolbertam
pushed a commit
to tolbertam/cassandra
that referenced
this pull request
Dec 22, 2024
…_1_cassandra_20101 Ignore repair for system_traces keyspace
smiklosovic
pushed a commit
to smiklosovic/cassandra
that referenced
this pull request
Nov 26, 2025
more hardening for 20854
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Currently if StreamOutSession fails during move or decommission, operation hangs. This patch should abort the operation.