Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Full NameTypeDescription
kafka.log:type=LogManager,name=remainingLogsToRecover

,dir=([-._\/\w\d\s]+)

note: The dir format is the valid directory path string for OS(and valid for JAVA). Since the rule is different from each OS, here is just a simple example format.

32-bit gaugeThe remaining logs number for each log.dir to be recovered

kafka.log:type=LogManager,name=remainingSegmentsToRecover,dir=([-._\/\w\d\s]+),threadNum=([0-9]+)

note: The dir format is the valid directory path string for OS(and valid for JAVA). Since the rule is different from each OS, here is just a simple example format.

32-bit gaugeThe remaining segments for the current log assigned to the recovery thread.

...