James, > But whether could I know the other threads are stopped and destroy? That's how it works, Here in the code: https://github.com/apache/ignite/blob/master/modules/core/src/main/java/org/apache/ignite/internal/IgnitionEx.java#L1763 you can see that Ignite create ThreadPoolExecutor with a max size equals to yours configured size.
ср, 13 мая 2020 г. в 19:01, James Yuan <[email protected]>: > Thank you for reply. > > It seems I should create custom thread pool for the business logics rather > than use the public pool and reduce its size. > > So [pub-#14505] means the 14505th new created thread in public pool? But > whether could I know the other threads are stopped and destroy? I am afraid > that the huge threads cause long GC and hang the whole system. > > Thanks, > James. > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
