Skip to content
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

[Bug]: cluster table restore #15954

Closed
1 task done
Ariznawlll opened this issue May 9, 2024 · 5 comments
Closed
1 task done

[Bug]: cluster table restore #15954

Ariznawlll opened this issue May 9, 2024 · 5 comments
Assignees
Labels
kind/bug Something isn't working needs-triage phase/testing severity/s0 Extreme impact: Cause the application to break down and seriously affect the use
Milestone

Comments

@Ariznawlll
Copy link
Contributor

Ariznawlll commented May 9, 2024

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Branch Name

main

Commit ID

44a4d5e

Other Environment Information

- Hardware parameters:
- OS type:
- Others:

Actual Behavior

image image

Expected Behavior

No response

Steps to Reproduce

场景1:
use mo_catalog;
create cluster table clu01(col1 int, col2 decimal);
insert into clu01 values(1,2,0);

drop snapshot if exists sp01;
create snapshot sp01 for account sys;
insert into clu01 values(2,3,0);

restore account sys from snapshot sp01;

select * from clu01;  -->结果不对



场景2:
create table clu01(col1 int, col2 decimal);
insert into clu01 values(1,2);

drop snapshot if exists sp01;
create snapshot sp01 for account sys;
insert into clu01 values(2,3);

restore account sys from snapshot sp01;

select * from clu01;  -->结果不对
 select count(*) from clu01;   -->结果不对

Additional information

No response

@Ariznawlll Ariznawlll added kind/bug Something isn't working needs-triage severity/s0 Extreme impact: Cause the application to break down and seriously affect the use labels May 9, 2024
@Ariznawlll Ariznawlll added this to the 1.2.0 milestone May 9, 2024
@Ariznawlll Ariznawlll changed the title [Bug]: create cluster table and insert data, create snapshot, insert data, restore, the result of select * is incorrect. [Bug]: create table and insert data, create snapshot, insert data, restore, the result of select is incorrect. May 9, 2024
@daviszhen daviszhen assigned YANGGMM and unassigned matrix-meow May 9, 2024
@YANGGMM
Copy link
Contributor

YANGGMM commented May 9, 2024

现在集群表的恢复还没有结论

@YANGGMM
Copy link
Contributor

YANGGMM commented May 9, 2024

场景2 跟之前几个issue场景重复#15953

@YANGGMM
Copy link
Contributor

YANGGMM commented May 13, 2024

场景2:fixed by #15937

@YANGGMM
Copy link
Contributor

YANGGMM commented May 15, 2024

重新提一个集群表的issue

@YANGGMM YANGGMM assigned Ariznawlll and unassigned YANGGMM May 15, 2024
@Ariznawlll Ariznawlll changed the title [Bug]: create table and insert data, create snapshot, insert data, restore, the result of select is incorrect. [Bug]: cluster table restore May 15, 2024
@Ariznawlll Ariznawlll modified the milestones: 1.2.0, 1.2.1 May 15, 2024
@Ariznawlll Ariznawlll mentioned this issue May 15, 2024
7 tasks
@Ariznawlll
Copy link
Contributor Author

commit:7922426e3effea12dbe900af0daf02a308d9f031
image
verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working needs-triage phase/testing severity/s0 Extreme impact: Cause the application to break down and seriously affect the use
Projects
None yet
Development

No branches or pull requests

3 participants