Skip to content

Add Connector Name and Task ID in the Table Monitor Thread Name #1509

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 2 commits into
base: 10.8.x
Choose a base branch
from

Conversation

KGaneshDatta
Copy link
Contributor

@KGaneshDatta KGaneshDatta commented May 15, 2025

Problem

CC-32766 - Exposing the threadIds of new threads created by the JDBC Connector apart from the task thread.
There are few other threads which are created apart from the task thread by the connector in order to monitor or perform another actions. Tracking these threads would be difficult as it cannot be identified of which connector they belong to.
In order to track these threads, it is required to have threadIds for these threads such that it would be easier to monitor them in case of any thread leaks/high resource consumption.

Solution

Add the connector name and the task Id for the newly created threads if any in the JDBC Connectors (both Source & Sink).

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 15, 2025 05: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.

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.

1 participant