Skip to content

Set compaction start time in Coordinator from Compactor msg#6225

Merged
dlmarion merged 1 commit intoapache:mainfrom
dlmarion:coord-set-start-time
Mar 19, 2026
Merged

Set compaction start time in Coordinator from Compactor msg#6225
dlmarion merged 1 commit intoapache:mainfrom
dlmarion:coord-set-start-time

Conversation

@dlmarion
Copy link
Contributor

In #6221 we removed the RunningCompaction object in favor of using TExternalCompaction. The RunningCompaction object was setting its start time variable when the STARTED update msg was added. This behavior was lost in #6221. This change adds it back by setting the start time on the TExternalCompaction object when the STARTED msg is received.

In apache#6221 we removed the RunningCompaction object in favor
of using TExternalCompaction. The RunningCompaction object
was setting its start time variable when the STARTED update
msg was added. This behavior was lost in apache#6221. This change
adds it back by setting the start time on the TExternalCompaction
object when the STARTED msg is received.
@dlmarion dlmarion added this to the 4.0.0 milestone Mar 19, 2026
@dlmarion dlmarion requested a review from DomGarguilo March 19, 2026 13:11
@dlmarion dlmarion self-assigned this Mar 19, 2026
@dlmarion dlmarion merged commit 91bbf13 into apache:main Mar 19, 2026
9 checks passed
@dlmarion dlmarion deleted the coord-set-start-time branch March 19, 2026 14:22
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