[
https://issues.apache.org/jira/browse/CASSANDRA-16975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17417326#comment-17417326
]
Aleksandr Sorokoumov edited comment on CASSANDRA-16975 at 9/23/21, 11:24 AM:
-----------------------------------------------------------------------------
||Branch||CI||
|[3.0|https://github.com/apache/cassandra/compare/cassandra-3.0...Gerrrr:16975-3.0?expand=1]|[j8|https://app.circleci.com/pipelines/github/Gerrrr/cassandra/208/workflows/ed8ff9b7-f126-477b-8191-b39efd61345d]|
|[3.11|https://github.com/apache/cassandra/compare/cassandra-3.11...Gerrrr:16975-3.11?expand=1]|[j8|https://app.circleci.com/pipelines/github/Gerrrr/cassandra/207/workflows/12bf105b-60b2-4fec-b98e-ab08ef6d33bc]|
|[4.0|https://github.com/apache/cassandra/compare/trunk...Gerrrr:CASSANDRA-16975?expand=1]
|[j8|https://app.circleci.com/pipelines/github/Gerrrr/cassandra/200/workflows/9f0978f7-b363-440d-aa88-1a8a2b4b6316]
[j11|https://app.circleci.com/pipelines/github/Gerrrr/cassandra/200/workflows/6fbd5910-0e98-457f-8d1a-0b1f2048052c]|
was (Author: gerrrr):
||Branch||CI||
|[4.0|https://github.com/apache/cassandra/compare/trunk...Gerrrr:CASSANDRA-16975?expand=1]
|[j8|https://app.circleci.com/pipelines/github/Gerrrr/cassandra/200/workflows/9f0978f7-b363-440d-aa88-1a8a2b4b6316]
[j11|https://app.circleci.com/pipelines/github/Gerrrr/cassandra/200/workflows/6fbd5910-0e98-457f-8d1a-0b1f2048052c]|
> CompactionTask#runMayThrow should not release new SSTables for offline
> transactions
> -----------------------------------------------------------------------------------
>
> Key: CASSANDRA-16975
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16975
> Project: Cassandra
> Issue Type: Bug
> Components: Local/Compaction
> Reporter: Aleksandr Sorokoumov
> Assignee: Aleksandr Sorokoumov
> Priority: Normal
> Fix For: 4.0.x
>
>
> Right now, {{CompactionTask#runMayThrow}} releases new SSTables for offline
> transactions
> ([code|https://github.com/apache/cassandra/blob/f7c71f65c000c2c3ef7df1b034b8fdd822a396d8/src/java/org/apache/cassandra/db/compaction/CompactionTask.java#L227-L230]).
> This change was added in CASSANDRA-8962, prior to the introduction of
> lifecycle transactions in CASSANDRA-8568. I suspect that this behavior might
> be undesired and could have just fallen through the cracks.
> To my knowledge, this code does not cause any known bugs solely because
> in-tree tools do not access the SSTables they produce before exiting.
> However, if someone is to write, say, offline compaction daemon, it might
> break on subsequent compactions because newly created SSTables will be
> released.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]