Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.1.1
-
None
-
None
-
Windows 10, Kafka 1.1.1
-
Important
Description
I'm currently testing a Java Kafka producer application coded to retrieve a db value from a local mysql db and produce to a single topic. Locally I've got a Zookeeper server and a Kafka single broker running.
My issue is I need to produce this from the Kafka producer each second, and that works for around 2 hours until broker throws an 'Error while writing to checkpoint file' and shuts down. Producing with a 1 minute interval works with no issues but unfortunately I need the produce interval to be 1 second.
I have attached a rar containing screenshots of the Errors thrown from the Broker and my application.
Attachments
Attachments
Issue Links
- duplicates
-
KAFKA-1036 Unable to rename replication offset checkpoint in windows
- Resolved
- is related to
-
KAFKA-1194 The kafka broker cannot delete the old log files after the configured time
- Open
-
KAFKA-2170 10 LogTest cases failed for file.renameTo failed under windows
- Open