You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "Carlos Saltos (Jira)" <ji...@apache.org> on 2020/11/23 04:52:00 UTC

[jira] [Comment Edited] (ZOOKEEPER-3908) zktreeutil multiple issues

    [ https://issues.apache.org/jira/browse/ZOOKEEPER-3908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237119#comment-17237119 ] 

Carlos Saltos edited comment on ZOOKEEPER-3908 at 11/23/20, 4:51 AM:
---------------------------------------------------------------------

Here some logs of trying to connect to Zookeeper 3.4 ->

2020-11-23 06:49:46,855:214941(0x7f1b71f49780):ZOO_INFO@log_env@753: Client environment:zookeeper.version=zookeeper C client 3.4.13
2020-11-23 06:49:46,855:214941(0x7f1b71f49780):ZOO_INFO@log_env@757: Client environment:host.name=ambar
2020-11-23 06:49:46,855:214941(0x7f1b71f49780):ZOO_INFO@log_env@764: Client environment:os.name=Linux
2020-11-23 06:49:46,855:214941(0x7f1b71f49780):ZOO_INFO@log_env@765: Client environment:os.arch=5.4.0-54-generic
2020-11-23 06:49:46,855:214941(0x7f1b71f49780):ZOO_INFO@log_env@766: Client environment:os.version=#60-Ubuntu SMP Fri Nov 6 10:37:59 UTC 2020
2020-11-23 06:49:46,855:214941(0x7f1b71f49780):ZOO_INFO@log_env@774: Client environment:user.name=csaltos
2020-11-23 06:49:46,855:214941(0x7f1b71f49780):ZOO_INFO@log_env@782: Client environment:user.home=/home/csaltos
2020-11-23 06:49:46,855:214941(0x7f1b71f49780):ZOO_INFO@log_env@794: Client environment:user.dir=/home/csaltos
2020-11-23 06:49:46,855:214941(0x7f1b71f49780):ZOO_INFO@zookeeper_init@818: Initiating client connection, host=10.0.1.94:2181 sessionTimeout=10000 watcher=(nil) sessionId=0 sessionPasswd=<null> context=(nil) flags=0
2020-11-23 06:49:46,855:214941(0x7f1b71f49780):ZOO_DEBUG@start_threads@221: starting threads...
2020-11-23 06:49:46,856:214941(0x7f1b71f1e700):ZOO_DEBUG@do_io@367: started IO thread
[zktreeutil] zooKeeper exception caught: Unable to connect to ZK running at '10.0.1.94:2181'; state=999
2020-11-23 06:49:46,856:214941(0x7f1b7171d700):ZOO_DEBUG@do_completion@458: started completion thread
terminate called after throwing an instance of 'zktreeutil::ZooKeeperException'
 what(): Unable to connect to ZK running at '10.0.1.94:2181'; state=999
fish: “zktreeutil -z 10.0.1.94:2181 --…” terminated by signal SIGABRT (Abort)


was (Author: csaltos):
Here some logs of trying to connect to Zookeeper 3.4 ->

{{}}{{2020-11-23 06:49:46,855:214941(0x7f1b71f49780):ZOO_INFO@log_env@753: Client environment:zookeeper.version=zookeeper C client 3.4.13}}
{{2020-11-23 06:49:46,855:214941(0x7f1b71f49780):ZOO_INFO@log_env@757: Client environment:host.name=ambar}}
{{2020-11-23 06:49:46,855:214941(0x7f1b71f49780):ZOO_INFO@log_env@764: Client environment:os.name=Linux}}
{{2020-11-23 06:49:46,855:214941(0x7f1b71f49780):ZOO_INFO@log_env@765: Client environment:os.arch=5.4.0-54-generic}}
{{2020-11-23 06:49:46,855:214941(0x7f1b71f49780):ZOO_INFO@log_env@766: Client environment:os.version=#60-Ubuntu SMP Fri Nov 6 10:37:59 UTC 2020}}
{{2020-11-23 06:49:46,855:214941(0x7f1b71f49780):ZOO_INFO@log_env@774: Client environment:user.name=csaltos}}
{{2020-11-23 06:49:46,855:214941(0x7f1b71f49780):ZOO_INFO@log_env@782: Client environment:user.home=/home/csaltos}}
{{2020-11-23 06:49:46,855:214941(0x7f1b71f49780):ZOO_INFO@log_env@794: Client environment:user.dir=/home/csaltos}}
{{2020-11-23 06:49:46,855:214941(0x7f1b71f49780):ZOO_INFO@zookeeper_init@818: Initiating client connection, host=10.0.1.94:2181 sessionTimeout=10000 watcher=(nil) sessionId=0 sessionPasswd=<null> context=(nil) flags=0}}
{{2020-11-23 06:49:46,855:214941(0x7f1b71f49780):ZOO_DEBUG@start_threads@221: starting threads...}}
{{2020-11-23 06:49:46,856:214941(0x7f1b71f1e700):ZOO_DEBUG@do_io@367: started IO thread}}
{{[zktreeutil] zooKeeper exception caught: Unable to connect to ZK running at '10.0.1.94:2181'; state=999}}
{{2020-11-23 06:49:46,856:214941(0x7f1b7171d700):ZOO_DEBUG@do_completion@458: started completion thread}}
{{terminate called after throwing an instance of 'zktreeutil::ZooKeeperException'}}
{{ what(): Unable to connect to ZK running at '10.0.1.94:2181'; state=999}}
{{fish: “zktreeutil -z 10.0.1.94:2181 --…” terminated by signal SIGABRT (Abort)}}

> zktreeutil multiple issues
> --------------------------
>
>                 Key: ZOOKEEPER-3908
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3908
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 3.4.14, 3.6.1, 3.5.8
>            Reporter: Bogdan Baba
>            Priority: Major
>
> There are currently multiple issues affecting zktreeutil 
>  
>  # it does not compile successfully from source on 3.4.X 3.5.X and 3.6.X
>  # It compiles successfully (after finding patched) only on older compilers
>  # It fails to connect to the ZK host to dump/import/export/diff



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