sharmaar12 commented on PR #7857: URL: https://github.com/apache/hbase/pull/7857#issuecomment-4024724190
> This is how it looks like with this patch: > > ``` > 2026-03-09T15:02:52,121 INFO [main] hbase.TableName: Read Replica Cluster suffix value: > 2026-03-09T15:02:53,260 INFO [master/hbase-docker:16000:becomeActiveMaster] master.MasterFileSystem: Read Replica Cluster: This is the active cluster on this storage location with cluster id: 0115d976-1306-44c7-b8b6-f2644f8867c9: > ``` > > I suggest to use "<blank>" value in the log messages if the suffix is empty, because log messages currently are very confusing to me. > Will do the changes accordingly. > Second, what does this log message mean? > > ``` > 2026-03-09T15:02:53,259 WARN [master/hbase-docker:16000:becomeActiveMaster] util.FSUtils: Read Replica Cluster id file file:/data-store/hbase/active.cluster.suffix.id is empty > ``` > > What's empty? Why is it empty? I restarted the active cluster and the active cluster suffix file was present with the cluster id + blank suffix value: `0115d976-1306-44c7-b8b6-f2644f8867c9:<blank>` @anmolnar I am not much familiar with the nitty-gritty of this file based implementation as some other engineer worked on this but IIRC this may means that active.cluster.id.file may have been created without any data in it. I am not sure in which scenario this will happen. -- 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]
