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

Thread leak in parallel execution #175

Closed
dohykim opened this issue Sep 7, 2017 · 3 comments
Closed

Thread leak in parallel execution #175

dohykim opened this issue Sep 7, 2017 · 3 comments
Assignees
Milestone

Comments

@dohykim
Copy link

dohykim commented Sep 7, 2017

Hello guys!

I am working with API monitoring / alarm server using Karate.
It's Spring server that has scheduled method with (CucumberRunner.parallel). And found stacked much of threads.
I had look inside of parallel method, there's no Executors.shutDown();

thanks!

@ptrthomas ptrthomas self-assigned this Sep 7, 2017
@ptrthomas ptrthomas added the bug label Sep 7, 2017
@ptrthomas ptrthomas added this to the v0.6.0 milestone Sep 7, 2017
@ptrthomas
Copy link
Member

@dohykim thanks for spotting this. if you are able to use the develop branch can you confirm if the fix works ?

@ptrthomas ptrthomas added the fixed label Sep 7, 2017
@dohykim
Copy link
Author

dohykim commented Sep 8, 2017

I did override your fixes and run and monitor threads with VisualVM.
Executor Threadpool successfully shutdowned.

thanks.

thread
thread2

@ptrthomas
Copy link
Member

awesome. thanks for confirming !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants