cylondata / twister2

A composable framework for fast and scalable data analytics
https://twister2.org
Apache License 2.0
57 stars 32 forks source link

fixed blocking thread in k8s worker #886

Closed ahmet-uyar closed 4 years ago

ahmet-uyar commented 4 years ago

I was using ExecutorService and I did not shut it down. That was causing the worker not shut down. I removed ExecutorService and used a plain Thread instead. I also made a couple of other minor improvements.