Skip to content

Fix a problem which may cause nullptr in ResultBufferMgr#882

Merged
morningman merged 1 commit into
apache:masterfrom
lingbin:fix_bug_in_result_buffer_mgr
Apr 6, 2019
Merged

Fix a problem which may cause nullptr in ResultBufferMgr#882
morningman merged 1 commit into
apache:masterfrom
lingbin:fix_bug_in_result_buffer_mgr

Conversation

@lingbin
Copy link
Copy Markdown
Contributor

@lingbin lingbin commented Apr 6, 2019

Because there is no lock in the middle call to findBlock(),
even if the first call returns non-null, the second call
may still get a null block

ISSUE: #883

Because there is no lock in the middle call to findBlock(),
even if the first call returns non-null, the second call
may still get a null block
@morningman morningman merged commit 92f17af into apache:master Apr 6, 2019
liaoxin01 pushed a commit to liaoxin01/doris that referenced this pull request Nov 4, 2022
* Implement create tablets in batch
* Batch create tablet in sc and rollup
* Remove useless code
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.

2 participants