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

[Fix] Fix the format of thread name in DefaultTableService #2163

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

GOODBOY008
Copy link
Member

Fix the format of thread name in DefaultTableService

@github-actions github-actions bot added the module:ams-dashboard Ams dashboard module label Oct 21, 2023
@codecov
Copy link

codecov bot commented Oct 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Files Coverage Δ
...tease/arctic/server/table/DefaultTableService.java 86.90% <100.00%> (-0.64%) ⬇️

... and 2 files with indirect coverage changes

📢 Thoughts on this report? Let us know!.

Copy link
Contributor

@baiyangtx baiyangtx left a comment

Choose a reason for hiding this comment

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

That's a good catch!

@baiyangtx baiyangtx merged commit e0362fc into apache:master Oct 23, 2023
@@ -58,7 +58,7 @@ public class DefaultTableService extends StatedPersistentBase implements TableSe

private final ScheduledExecutorService tableExplorerScheduler = Executors.newSingleThreadScheduledExecutor(
new ThreadFactoryBuilder()
.setNameFormat("table-explorer-scheduler")
.setNameFormat("table-explorer-scheduler-%d")
Copy link
Contributor

@zhoujinsong zhoujinsong Oct 23, 2023

Choose a reason for hiding this comment

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

It seems to be fine as this is a single-thread pool.

@shidayang shidayang mentioned this pull request Oct 24, 2023
70 tasks
@GOODBOY008 GOODBOY008 deleted the master-hotfix branch October 24, 2023 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:ams-dashboard Ams dashboard module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants