-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
help wantedtype/bugThe PR fixed a bug or issue reported a bugThe PR fixed a bug or issue reported a bug
Description
in class ZookeeperBkClientFactoryImpl
, the create
method
if (zk.getState() == States.CONNECTEDREADONLY && sessionType != SessionType.AllowReadOnly) {
future.completeExceptionally(new IllegalStateException("Cannot use a read-only session"));
}
although this code can not reach, but pulsar should handle 'zookeeper.close' for this code
Metadata
Metadata
Assignees
Labels
help wantedtype/bugThe PR fixed a bug or issue reported a bugThe PR fixed a bug or issue reported a bug