You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kafka IO SDF currently has an issue where it is not restarting properly: #21730
In addition, there was a separate issue where it would not commit back to Kafka correctly.
As such, it appears that Kafka SDF has not been sufficiently tested, and the scope of this task is to test it more robustly, and fix both the linked issue, and any other issues discovered.
Issue Priority
Priority: 1
Issue Component
Component: io-java-kafka
The text was updated successfully, but these errors were encountered:
Apparently Kafka performance test is failing again after #24879 in. This is because we removed shuffle=appliance there and then read from shuffle becomes faster. There are some reports that runner v2 is putting more pressure on kafka, and resulting in higher error rate. Now kafka server is overwhelmed with write requests and making write pipeline fail.
What needs to happen?
Kafka IO SDF currently has an issue where it is not restarting properly: #21730
In addition, there was a separate issue where it would not commit back to Kafka correctly.
As such, it appears that Kafka SDF has not been sufficiently tested, and the scope of this task is to test it more robustly, and fix both the linked issue, and any other issues discovered.
Issue Priority
Priority: 1
Issue Component
Component: io-java-kafka
The text was updated successfully, but these errors were encountered: