[jira] [Created] (KAFKA-14440) Local state wipeout with EOS

2022-12-03 Thread Abdullah alkhawatrah (Jira)
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

2022-12-03 Thread Colt McNealy
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