You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After creating scheduler instance with DirectSchedulerFactory#createVolatileScheduler, I find that thread prefix of scheduler thread pool is not set properly. Here is thread dump:
After creating scheduler instance with
DirectSchedulerFactory#createVolatileScheduler
, I find that thread prefix of scheduler thread pool is not set properly. Here is thread dump:You can see prefix is null. Also I write a piece of code to show this bug:
I think there is a mistake in
DirectSchedulerFactory
:threadpool
is initialized(line 468) before prefix of thread pool is set(line 474).The text was updated successfully, but these errors were encountered: