heesung-sn commented on PR #17487:
URL: https://github.com/apache/pulsar/pull/17487#issuecomment-1454347491
// Wait until "ModularLoadManager" completes processing the ZK
notification.
ModularLoadManagerWrapper modularLoadManagerWrapper =
(ModularLoadManagerWrapper) loadManager;
ModularLoadManagerImpl modularLoadManager = (ModularLoadManagerImpl)
modularLoadManagerWrapper.getLoadManager();
ScheduledExecutorService scheduler =
Whitebox.getInternalState(modularLoadManager, "scheduler");
We don't have the `scheduler` anymore in ModularLoadManagerImpl. I
think this test is failing now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]