Skip to content

Fix add_version () core dump on acquiring delta - #788

Merged
chaoyli merged 1 commit into
apache:masterfrom
chaoyli:master
Mar 21, 2019
Merged

Fix add_version () core dump on acquiring delta#788
chaoyli merged 1 commit into
apache:masterfrom
chaoyli:master

Conversation

@chaoyli

Copy link
Copy Markdown
Contributor

SchemaChange convert segment groups in reverse.
So SegmentGroup with segment_group_id = 1 may be handled
before SegmentGroup with segment_group_id = 0.
This will leads to acquiring delta not be allocated.
It will be core dump in SIGSEGV.

SchemaChange convert segment groups in reverse.
So SegmentGroup with segment_group_id = 1 may be handled
before SegmentGroup with segment_group_id = 0.
This will leads to acquiring delta not be allocated.
It will be core dump in SIGSEGV.
@chaoyli

Copy link
Copy Markdown
ContributorAuthor

associated issue is #784

@chaoylichaoyli closed this Mar 21, 2019
@chaoylichaoyli reopened this Mar 21, 2019
@chaoyli
chaoyli merged commit 4d8f0dc into apache:masterMar 21, 2019
mrhhsg pushed a commit to mrhhsg/doris that referenced this pull request Oct 4, 2022
Sign up for freeto 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.

2 participants

@chaoyli@imay