Skip to content

[fix](group commit) Fix group commit error log when decommission (#39899)#39955

Merged
yiguolei merged 1 commit intoapache:branch-2.1from
mymeiyi:pick-39899
Aug 27, 2024
Merged

[fix](group commit) Fix group commit error log when decommission (#39899)#39955
yiguolei merged 1 commit intoapache:branch-2.1from
mymeiyi:pick-39899

Conversation

@mymeiyi
Copy link
Contributor

@mymeiyi mymeiyi commented Aug 27, 2024

pick #39899

@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@mymeiyi
Copy link
Contributor Author

mymeiyi commented Aug 27, 2024

run buildall

…che#39899)

Decommission backend will check the group commit wal num is 0.
But there is a small bug of log:
```
boolean hasWal = checkWal(backend);  // the hasWal should be empty wal

hasWal ? "; and has unfinished WALs" : "" // so if log print 'and has unfinished WALs', the wal is 0 actually
```
@yiguolei
Copy link
Contributor

run buildall

@yiguolei yiguolei merged commit 34d80f6 into apache:branch-2.1 Aug 27, 2024
@mymeiyi mymeiyi deleted the pick-39899 branch September 10, 2025 06:35
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