Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.9.0
-
None
-
None
Description
Cannot call BrokerService#deleteAllMessages() nor setDeleteAllMessagesOnStartup() when using ElectingLevelDBStore... this is because the elector has not yet been run, and is null. Simple solution is override it (like a handful of other methods that are not intended to be called without having an elected master) and give it a default behavior.