-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BugFix] remove threadLocal after operation #34758
Conversation
Signed-off-by: packy92 <wangchao@starrocks.com>
SonarCloud Quality Gate failed.
|
[FE Incremental Coverage Report]❌ fail : 10 / 13 (76.92%) file detail
|
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
@Mergifyio backport branch-3.2 |
@Mergifyio backport branch-3.1 |
@Mergifyio backport branch-3.0 |
✅ Backports have been created
|
✅ Backports have been created
|
✅ Backports have been created
|
Signed-off-by: packy92 <wangchao@starrocks.com> (cherry picked from commit 32ff703) # Conflicts: # fe/fe-core/src/main/java/com/starrocks/connector/ConnectorColumnStatsCacheLoader.java # fe/fe-core/src/main/java/com/starrocks/http/BaseAction.java # fe/fe-core/src/main/java/com/starrocks/http/rest/ExecuteSqlAction.java
Signed-off-by: packy92 <wangchao@starrocks.com> (cherry picked from commit 32ff703)
Signed-off-by: packy92 <wangchao@starrocks.com> (cherry picked from commit 32ff703) # Conflicts: # fe/fe-core/src/main/java/com/starrocks/connector/ConnectorColumnStatsCacheLoader.java # fe/fe-core/src/main/java/com/starrocks/http/BaseAction.java # fe/fe-core/src/main/java/com/starrocks/http/rest/ExecuteSqlAction.java
Signed-off-by: packy92 <wangchao@starrocks.com>
Signed-off-by: packy92 <wangchao@starrocks.com>
Signed-off-by: packy92 <wangchao@starrocks.com>
Signed-off-by: packy92 <wangchao@starrocks.com>
Signed-off-by: packy92 <wangchao@starrocks.com>
Fixes #issue
remove threadLocal after operation to avoid memory leak.
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: