Skip to content

Add connectorname and Task ID for the threads #1507

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

Open
wants to merge 4 commits into
base: 10.8.x
Choose a base branch
from

Conversation

KGaneshDatta
Copy link
Contributor

Problem

Solution

Does this solution apply anywhere else?
  • yes
  • no
If yes, where?

Test Strategy

Testing done:
  • Unit tests
  • Integration tests
  • System tests
  • Manual tests

Release Plan

@KGaneshDatta KGaneshDatta requested a review from a team as a code owner May 7, 2025 07:08
@confluent-cla-assistant
Copy link

🎉 All Contributor License Agreements have been signed. Ready to merge.
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.

@@ -75,6 +77,8 @@ public TableMonitorThread(DatabaseDialect dialect,
this.blacklist = blacklist;
this.tables = new AtomicReference<>();
this.time = time;

this.setName(connectorName + "-" + taskId + "-TableMonitorThread")

Choose a reason for hiding this comment

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

who is the caller of this? I don't see where exactly are we creating a thread, if we are using executorService, it would be better to set the thread name over there.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We are calling for creating new thread here. We are not using any executorService in the JDBC Connector.

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