You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "Parag (Jira)" <ji...@apache.org> on 2021/01/06 01:32:00 UTC

[jira] [Created] (ZOOKEEPER-4047) C-Client does not return a error notification or callback

Parag created ZOOKEEPER-4047:
--------------------------------

             Summary: C-Client does not return a error notification or callback
                 Key: ZOOKEEPER-4047
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4047
             Project: ZooKeeper
          Issue Type: Bug
            Reporter: Parag


I have been using a zookeeper C-client libraries to communicate with the Zookeeper Cluster(Ensemble).

The communication is set to be established using mTLS.

 

While running some tests I had an incorrect certificate installed on the client side. I was expecting that the library would return a error indication AUTH failure or an callback session even indicating a failure.

But it seems the no error or callback is returned in this case. I see the loglevel to DEBUG in the client and I don’t see any logs coming out either.

 

I intend to write some re-try code and do some alarming based on the events returned by library .



--
This message was sent by Atlassian Jira
(v8.3.4#803005)