I notice the message in kafka broker logs
Partition <topic name> marked as failed (kafka.server.ReplicaFetcherThread)
My question is how and when does Kafka mark a partition as failed.
I need to monitor the logs and take action on messages.
Is this message actionable or something that can be ignored?