Uh oh!
There was an error while loading. Please reload this page.
[Fix](Txn) Fix transaction write to sequence column error - #26748
Conversation
Yukang-Lian
commented
Nov 10, 2023
run buildall |
PR approved by anyone and no changes requested. |
doris-robot
commented
Nov 10, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
doris-robot
commented
Nov 10, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
9ecd649 to
d2cb1ffCompareYukang-Lian
commented
Nov 10, 2023
run buildall |
doris-robot
commented
Nov 10, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
doris-robot
commented
Nov 10, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
zhannngchen
commented
Nov 11, 2023
run feut |
PR approved by at least one committer and no changes requested. |
3372e10 to
afa0ab1CompareYukang-Lian
commented
Nov 11, 2023
run buildall |
afa0ab1 to
689a987CompareYukang-Lian
commented
Nov 13, 2023
run buildall |
doris-robot
commented
Nov 13, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
doris-robot
commented
Nov 13, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
PR approved by at least one committer and no changes requested. |
…7780apache#33336" (apache#36248) Pick apache#26748 Pick apache#27780 Pick apache#33336 --------- Co-authored-by: zhannngchen <48427519+zhannngchen@users.noreply.github.com> Co-authored-by: meiyi <myimeiyi@gmail.com>
Proposed changes
Issue Number: close #xxx
When begin transaction, then insert into value to DORIS_SEQUENCE_COL and DORIS_DELETE_SIGN, there will be an error. This PR fix it.
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...