-
Notifications
You must be signed in to change notification settings - Fork 3.8k
CASSANDRA-16911 - remove ephemeral marker file for snapshot #1184
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
Conversation
4bf2f26 to
a6bd336
Compare
a6bd336 to
9add645
Compare
src/java/org/apache/cassandra/service/snapshot/SnapshotManager.java
Outdated
Show resolved
Hide resolved
9add645 to
d157aa8
Compare
cb7cd8d to
64a4b8d
Compare
pauloricardomg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adding some initial comments (have not finished review yet)
src/java/org/apache/cassandra/tools/nodetool/ListSnapshots.java
Outdated
Show resolved
Hide resolved
src/java/org/apache/cassandra/service/snapshot/SnapshotManager.java
Outdated
Show resolved
Hide resolved
7052891 to
4198f85
Compare
4198f85 to
8a10586
Compare
src/java/org/apache/cassandra/service/snapshot/SnapshotManifest.java
Outdated
Show resolved
Hide resolved
src/java/org/apache/cassandra/service/snapshot/TableSnapshot.java
Outdated
Show resolved
Hide resolved
pauloricardomg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
pauloricardomg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry approved by mistake, see comment on JIRA ticket
8a10586 to
22e0ae4
Compare
test/distributed/org/apache/cassandra/distributed/impl/Instance.java
Outdated
Show resolved
Hide resolved
22e0ae4 to
ec5531c
Compare
test/distributed/org/apache/cassandra/distributed/impl/Instance.java
Outdated
Show resolved
Hide resolved
…tManifest patch by Stefan Miklosovic; reviewed by Paulo Motta for CASSANDRA-16911
ec5531c to
f543e58
Compare
* CNDB-9821: Improve performance when syncing sensors - generate fixtures outside of benchmark function - use zipf distribution for fixture data - compare alternative with and without request sensors and some variations - cache hashCodes for Sensors and Context - avoid using Pair and Optional as much as possible - use `synchronized` primitive instead of Lock - using striped lock in sensor registry Co-authored-by: Sergio Bossa <sergio.bossa@gmail.com>
* CNDB-9821: Improve performance when syncing sensors - generate fixtures outside of benchmark function - use zipf distribution for fixture data - compare alternative with and without request sensors and some variations - cache hashCodes for Sensors and Context - avoid using Pair and Optional as much as possible - use `synchronized` primitive instead of Lock - using striped lock in sensor registry Co-authored-by: Sergio Bossa <sergio.bossa@gmail.com>
* CNDB-9821: Improve performance when syncing sensors - generate fixtures outside of benchmark function - use zipf distribution for fixture data - compare alternative with and without request sensors and some variations - cache hashCodes for Sensors and Context - avoid using Pair and Optional as much as possible - use `synchronized` primitive instead of Lock - using striped lock in sensor registry Co-authored-by: Sergio Bossa <sergio.bossa@gmail.com>
No description provided.