Skip to content

Conversation

@tezc
Copy link
Owner

@tezc tezc commented Oct 19, 2025

@ShooterIT Some improvements and better logs.

@tezc tezc requested a review from ShooterIT October 20, 2025 00:02
Comment on lines 2935 to 2936
if (logged == 0) serverLog(LL_NOTICE, "Trim job will start after the write pause is lifted.");
logged = 1;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if (logged == 0) serverLog(LL_NOTICE, "Trim job will start after the write pause is lifted.");
logged = 1;
if (logged == 0) {
logged = 1;
serverLog(LL_NOTICE, "Trim job will start after the write pause is lifted.");
}

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay, added to the new commit

@tezc tezc merged commit cd4f7dc into cluster-asm Oct 20, 2025
26 of 28 checks passed
@tezc tezc deleted the fix-batch-2 branch October 20, 2025 07:02
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.

3 participants