bdeggleston commented on code in PR #4065:
URL: https://github.com/apache/cassandra/pull/4065#discussion_r2034130319
##########
src/java/org/apache/cassandra/tcm/Startup.java:
##########
@@ -152,7 +152,8 @@ public static void
initializeAsNonCmsNode(Function<Processor, Processor> wrapPro
LocalLog.LogSpec logSpec = LocalLog.logSpec()
.withStorage(LogStorage.SystemKeyspace)
.afterReplay(Startup::scrubDataDirectories,
- (metadata) ->
StorageService.instance.registerMBeans())
+ (metadata) ->
StorageService.instance.registerMBeans(),
+
MutationTrackingService.instance::start)
Review Comment:
The reason for initializing it via TCM in the first place was because the
local node id wasn't always available when we tried to start the tracking
service
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]