Rushabh Shah created HBASE-29396: ------------------------------------ Summary: Update logging for ZKReplicationQueueStorage Key: HBASE-29396 URL: https://issues.apache.org/jira/browse/HBASE-29396 Project: HBase Issue Type: Improvement Reporter: Rushabh Shah
Sample log line: {noformat} 2025-06-13 08:56:13,273 DEBUG [N_QUEUE-regionserver/<servername>-0] replication.ZKReplicationQueueStorage - Creating <server-name/port>%2C1746889153201.1749804801345 with data PBUF\x08\xEB\xB9\xA3( {noformat} This is the log line: {noformat} LOG.debug("Creating {} with data {}", wal, Bytes.toStringBinary(logOffset)); {noformat} We are not printing the offset. Instead we are printing the protobuf string. -- This message was sent by Atlassian Jira (v8.20.10#820010)