Class KafkaStorageMetadataCorruptionException

All Implemented Interfaces:
Serializable

public class KafkaStorageMetadataCorruptionException extends InvalidMetadataException
Checksum validation of FTPS file fails/(yields IOException) during broker startup. This signifies that either the FTPS file is corrupted or there are disk-related issues. Since corruption could be widespread (potentially affecting log directories), client should trigger LogDirFailureChannel.maybeAddOfflineLogDir()
See Also:
  • Constructor Details

    • KafkaStorageMetadataCorruptionException

      public KafkaStorageMetadataCorruptionException(Throwable cause)