This repository has been archived by the owner on Oct 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 94
ZK MultiOp provided by zetcd not working with Kafka 2.1.0 #98
Comments
While I don't see the NPE, kafka is not able to elect a leader for me:
I am able to get Kafka 2.1.0 to work correctly if I swap out etcd 3.3 and zetcd 0.0.5 for Zookeeper 3.4, keeping all settings identical. |
Closed
hokie228
added a commit
to TrustedKeep/zetcd
that referenced
this issue
Feb 27, 2019
zkResponse was hiding multi-op error in partial response, added new response with error function. Also, fixed test to expect correct errors instead of api errors Fixes etcd-io#98
hokie228
added a commit
to TrustedKeep/zetcd
that referenced
this issue
Feb 27, 2019
zkResponse was hiding multi-op error in partial response, added new response with error function. Also, fixed test to expect correct errors instead of api errors Fixes etcd-io#98
hokie228
added a commit
to TrustedKeep/zetcd
that referenced
this issue
Feb 28, 2019
The current multiop implementation was not properly encoding a single error in a multiop request. If op 1 succeeds, but op 2 fails, then zookeeper should return two responses, one success and one failure of type -1. Fixes etcd-io#98
hokie228
added a commit
to TrustedKeep/zetcd
that referenced
this issue
Feb 28, 2019
The current multiop implementation was not properly encoding a single error in a multiop request. If op 1 succeeds, but op 2 fails, then zookeeper should return two responses, one success and one failure of type -1. Fixes etcd-io#98
Open
hokie228
added a commit
to TrustedKeep/zetcd
that referenced
this issue
Feb 28, 2019
moved mkCheckVersionPathTxnOp up 1 line to be consistent with other cases Fixes etcd-io#98
hokie228
added a commit
to TrustedKeep/zetcd
that referenced
this issue
Feb 28, 2019
moved mkCheckVersionPathTxnOp up 1 line to be consistent with other cases Fixes etcd-io#98
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to run zetcd(tried with both v0.0.5 and v0.0.4, getting same error) with Kafka 2.1.0. It's giving NullPointerException and Kafka
After a topic creation when I am trying to describe the topic I am getting
It's working fine with Kafka 2.0.1. The potential root cause of this issue is in Kafka 2.1.0 added MultiOp request and response in ZookeeperClient. Please refer https://issues.apache.org/jira/browse/KAFKA-6082.(Relevent commit - apache/kafka@297fb39)
I can see in PR - #57 initial multiop support added for zetcd. However, it's broken for Kafka 2.1.0
The text was updated successfully, but these errors were encountered: