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
Change DefaultSharedIndexInformer constructor to use Threads.threadFactory
While internally, the controllers use `Threads.threadFactory`,
`DefaultSharedIndexInformer` starts an ad-hoc thread. This makes it
invisible to instrumentation setup via
`Threads.setDefaultThreadFactory`. This changes the constructor to also
use the same.
Signed-off-by: Adrian Cole <[email protected]>
0 commit comments