-
Notifications
You must be signed in to change notification settings - Fork 18
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
Avoid double loading in Cassandra side of journal #159
base: trunk
Are you sure you want to change the base?
Conversation
a62da52
to
e64f5b8
Compare
@@ -414,6 +415,8 @@ private static Command.Truncated truncated(TxnId txnId, SaveStatus status, Statu | |||
case TruncatedApplyWithOutcome: | |||
case TruncatedApplyWithDeps: | |||
case TruncatedApply: | |||
if (status != TruncatedApplyWithOutcome) |
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.
Can we add a TODO to tidy this up when we have a better solution?
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.
Would be good to mention the reason this arises. Unfortunately I've forgotten since we spoke, I think it may be because of compaction? Because if we write out a truncate record to the log it should null out this field.
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.
Reverted for now; I'm sure it'll show up in burn test. When it does, we will document and/or fix it, wdyt?
de13f4a
to
6a52dbb
Compare
f6ac18b
to
707b37c
Compare
183d5d0
to
cd7f495
Compare
27e7598
to
4da7aa7
Compare
Patch by Alex Petrov; reviewed by Benedict Elliott Smith for CASSANDRA-20244
…built command from journal
122838f
to
18dac1b
Compare
No description provided.