We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72823d3 + a66a413 commit 6c3fb54Copy full SHA for 6c3fb54
arcus_zk.c
@@ -396,7 +396,7 @@ arcus_zk_client_init(zk_info_t *zinfo)
396
// ZK client ping period is recv_timeout / 3.
397
arcus_conf.logger->log(EXTENSION_LOG_INFO, NULL,
398
"ZooKeeper client initialized. (ZK session timeout=%d sec)\n",
399
- zoo_recv_timeout(main_zk->zh)/1000);
+ zoo_recv_timeout(zinfo->zh)/1000);
400
return 0;
401
}
402
0 commit comments