Skip to content

Conversation

@HangyuanLiu
Copy link
Contributor

Fix docs from 'CANCEL ALTER SYSTEM DECOMMISSION' to 'CANCEL DECOMMISSION'

Copy link
Contributor

@morningman morningman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@imay imay merged commit 61e356b into apache:master Apr 4, 2019
liaoxin01 pushed a commit to liaoxin01/doris that referenced this pull request Nov 18, 2022
…he#13368) (apache#879)

Previously, bthread_getspecific was called every time bthread local was used. In the test at apache#10823, it was found that frequent calls to bthread_getspecific had performance problems.

So a cache is implemented on pthread local based on the btls key, but the btls key cannot correctly sense bthread switching.

So, based on bthread_self to get the bthread id to implement the cache.

Co-authored-by: Xinyi Zou <zouxinyi02@gmail.com>
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.

3 participants