Skip to content

Commit

Permalink
remove the sync
Browse files Browse the repository at this point in the history
  • Loading branch information
congbo committed May 7, 2024
1 parent 9c8ccf6 commit 91e400a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ protected void initialize(AbstractConfiguration<?> conf,
acls);
}

private synchronized void handleState(Watcher.Event.KeeperState zkClientState) {
private void handleState(Watcher.Event.KeeperState zkClientState) {
switch (zkClientState) {
case Expired:
case Disconnected:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ public void testSingleMessageAuth() throws Exception {
bookieConf.setBookieAuthProviderFactoryClass(
SASLBookieAuthProviderFactory.class.getName());
bookieConf.setProperty(JAAS_CLIENT_ALLOWED_IDS, ".*hd.*");

ClientConfiguration clientConf = newClientConfiguration();
clientConf.setClientAuthProviderFactoryClass(
SASLClientProviderFactory.class.getName());
Expand Down

0 comments on commit 91e400a

Please sign in to comment.