[jira] [Created] (KAFKA-14440) Local state wipeout with EOS
Abdullah alkhawatrah created KAFKA-14440: Summary: Local state wipeout with EOS Key: KAFKA-14440 URL: https://issues.apache.org/jira/browse/KAFKA-14440 Project: Kafka Issue Type: Bug
BUG: eos KeyValueStore::delete() in Punctuator
Hi all, I believe I've found a bug in Kafka Streams when: - Running an app in EOS - Calling KeyValueStore::delete(...) on a nonexistent key - Can cause a ProducerFencedException The expected behavior is that the call to delete() returns null (as per the javadoc) and doesn't cause a ProducerFence