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

CPE worker threads should inherit TCCL from control thread #254

Open
reckart opened this issue Oct 12, 2022 · 0 comments
Open

CPE worker threads should inherit TCCL from control thread #254

reckart opened this issue Oct 12, 2022 · 0 comments
Assignees
Labels
⭐️ Enhancement Improvement or new feature for users Needs confirmation
Milestone

Comments

@reckart
Copy link
Member

reckart commented Oct 12, 2022

Is your feature request related to a problem? Please describe.
When processing data in a CPE, the CPE starts various worker threads. These threads do not inherit the TCCL of the thread from which the processing was started. That means the worker threads may not be able to access essential resources/classes.

Describe the solution you'd like
It would be good if the worker threads inherited the TCCL from the control thread.

Describe alternatives you've considered
Add option to explicitly set a classloader to be injected to the worker threads.

Please complete the following information:

  • Version: 3.4.0
@reckart reckart added the ⭐️ Enhancement Improvement or new feature for users label Oct 12, 2022
@reckart reckart added this to the 3.4.0 milestone Oct 12, 2022
@reckart reckart self-assigned this Oct 12, 2022
@reckart reckart modified the milestones: 3.4.0, 3.4.1 Jan 23, 2023
@reckart reckart modified the milestones: 3.4.1, 3.4.2 Feb 17, 2023
@reckart reckart modified the milestones: 3.4.2, 3.4.3 Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⭐️ Enhancement Improvement or new feature for users Needs confirmation
Projects
None yet
Development

No branches or pull requests

1 participant