I\'m new to java executor stuff.
I\'m using Java\'s ExecutorService to launch several threads to process data.
Executor executor = Executors.newFixedThre
1) threads in a fixed thread pool executor never terminate once started
2) there is no master thread in thread pool executor