-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](group commit) replay wal failed when enable global enable_memtable_on_sink_node #47968
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
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-H: Total hot run time: 31414 ms |
TPC-DS: Total hot run time: 182923 ms |
ClickBench: Total hot run time: 30.37 s |
|
run p0 |
|
TeamCity be ut coverage result: |
dataroaring
left a comment
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.
LGTM
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
zhannngchen
left a comment
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.
LGTM
…ble_on_sink_node (#47968) Problem Summary: if `set global enable_memtable_on_sink_node = true`, replay wal will failed: ``` failed to replay wal=/data3/storage/wal/118291/1739470368974/1_40199330_47385148733034496_group_commit_104d6db2bc9875fe_f7d1b359986d9c83, st=[INTERNAL_ERROR][INTERNAL_ERROR]close wait failed coz rpc error. VNodeChannel[1739470368975-40199330], load_id=ca40e6a07491aacf-a1aa8bb9dc1c31a5, txn_id=47401455637994497, node=[192.168.35.80:8060](http://192.168.35.80:8060/), add batch req success but status isn't ok, err: [INVALID_ARGUMENT]PStatus: ([192.168.35.80](http://192.168.35.80/))[INVALID_ARGUMENT]illegal partial update block columns: 61, num key columns: 2, total schema columns: 61, host: [192.168.35.80](http://192.168.35.80/) ```
…ble_on_sink_node (#47968) Problem Summary: if `set global enable_memtable_on_sink_node = true`, replay wal will failed: ``` failed to replay wal=/data3/storage/wal/118291/1739470368974/1_40199330_47385148733034496_group_commit_104d6db2bc9875fe_f7d1b359986d9c83, st=[INTERNAL_ERROR][INTERNAL_ERROR]close wait failed coz rpc error. VNodeChannel[1739470368975-40199330], load_id=ca40e6a07491aacf-a1aa8bb9dc1c31a5, txn_id=47401455637994497, node=[192.168.35.80:8060](http://192.168.35.80:8060/), add batch req success but status isn't ok, err: [INVALID_ARGUMENT]PStatus: ([192.168.35.80](http://192.168.35.80/))[INVALID_ARGUMENT]illegal partial update block columns: 61, num key columns: 2, total schema columns: 61, host: [192.168.35.80](http://192.168.35.80/) ```
…ble_on_sink_node (apache#47968) Problem Summary: if `set global enable_memtable_on_sink_node = true`, replay wal will failed: ``` failed to replay wal=/data3/storage/wal/118291/1739470368974/1_40199330_47385148733034496_group_commit_104d6db2bc9875fe_f7d1b359986d9c83, st=[INTERNAL_ERROR][INTERNAL_ERROR]close wait failed coz rpc error. VNodeChannel[1739470368975-40199330], load_id=ca40e6a07491aacf-a1aa8bb9dc1c31a5, txn_id=47401455637994497, node=[192.168.35.80:8060](http://192.168.35.80:8060/), add batch req success but status isn't ok, err: [INVALID_ARGUMENT]PStatus: ([192.168.35.80](http://192.168.35.80/))[INVALID_ARGUMENT]illegal partial update block columns: 61, num key columns: 2, total schema columns: 61, host: [192.168.35.80](http://192.168.35.80/) ```
…ble_on_sink_node (apache#47968) Problem Summary: if `set global enable_memtable_on_sink_node = true`, replay wal will failed: ``` failed to replay wal=/data3/storage/wal/118291/1739470368974/1_40199330_47385148733034496_group_commit_104d6db2bc9875fe_f7d1b359986d9c83, st=[INTERNAL_ERROR][INTERNAL_ERROR]close wait failed coz rpc error. VNodeChannel[1739470368975-40199330], load_id=ca40e6a07491aacf-a1aa8bb9dc1c31a5, txn_id=47401455637994497, node=[192.168.35.80:8060](http://192.168.35.80:8060/), add batch req success but status isn't ok, err: [INVALID_ARGUMENT]PStatus: ([192.168.35.80](http://192.168.35.80/))[INVALID_ARGUMENT]illegal partial update block columns: 61, num key columns: 2, total schema columns: 61, host: [192.168.35.80](http://192.168.35.80/) ```
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
if
set global enable_memtable_on_sink_node = true, replay wal will failed:Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)