GithubHelp home page GithubHelp logo

zookeeper-docker's Introduction

zookeeper-docker

zookeeper-docker's People

Contributors

ffosilva avatar movermeyer avatar wurstmeister avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zookeeper-docker's Issues

The latest image for your zookeepr is broken

As of today, Your latest update was about 17 hours.
2 Things:

  1. Youv'e overwrite the previous version with latest.
    The previous version used version 3.4.9 and was update 2 years ago.
    Now, You have only 2 tags: latest or 3.4.6

  2. When trying to run the container it keeps restarting . Examining the logs present the following output:

/usr/bin/start-zk.sh: line 7: /opt/zookeeper-3.4.9/bin/zkServer.sh: No such file or directory
/usr/bin/start-zk.sh: line 7: /opt/zookeeper-3.4.9/bin/zkServer.sh: No such file or directory
/usr/bin/start-zk.sh: line 7: /opt/zookeeper-3.4.9/bin/zkServer.sh: No such file or directory
/usr/bin/start-zk.sh: line 7: /opt/zookeeper-3.4.9/bin/zkServer.sh: No such file or directory
/usr/bin/start-zk.sh: line 7: /opt/zookeeper-3.4.9/bin/zkServer.sh: No such file or directory
/usr/bin/start-zk.sh: line 7: /opt/zookeeper-3.4.9/bin/zkServer.sh: No such file or directory
/usr/bin/start-zk.sh: line 7: /opt/zookeeper-3.4.9/bin/zkServer.sh: No such file or directory

Adding a /opt/zookeeper-latest symlink in Docker file ...

Hello Friends:

In Dockerfile would it be possible to add this:

RUN (cd /opt; ln -s zookeeper-* zookeeper-latest)

In my docker-compose.yml file -- where I start various services including ZooKeeper -- I'm currently hardcoding (by version number) the following volume-map for ZooKeeper data (which I like to specify the location of externally):

volumes:
    - ./data.d/zookeeper.d:/opt/zookeeper-3.4.9/data

However, since the version number can change, a symbolic link would be helpful:

volumes:
   - ./data.d/zookeeper.d:/opt/zookeeper-latest/data

Thank you (and thank you for this project).

How about moving configuration in start-zk.sh to Dockerfile ?

In the file start-zk.sh, there are two lines of configurations:

sed -i -r 's|#(log4j.appender.ROLLINGFILE.MaxBackupIndex.*)|\1|g' $ZK_HOME/conf/log4j.properties
sed -i -r 's|#autopurge|autopurge|g' $ZK_HOME/conf/zoo.cfg

why not move all configurations to Dockerfile ?

Zookeeper is usually automatically exit with code (139) on Apple Silicon

Hello,
I am trying kafka on apple m1 chip and the zookeeper in the container usually exit with code (139).

2021-05-28 03:27:50,925 [myid:] - INFO  [PurgeTask:DatadirCleanupManager$PurgeTask@144] - Purge task completed.
2021-05-28 03:56:24,016 [myid:] - WARN  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@376] - Unable to read additional data from client sessionid 0x100000b20eb0032, likely client has closed socket
2021-05-28 03:56:24,053 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@1056] - Closed socket connection for client /172.20.0.3:40264 which had sessionid 0x100000b20eb0032
2021-05-28 03:56:40,667 [myid:] - INFO  [SessionTracker:ZooKeeperServer@355] - Expiring session 0x100000b20eb0032, timeout of 18000ms exceeded
2021-05-28 03:56:40,686 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x100000b20eb0032
2021-05-28 03:57:05,358 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxnFactory@215] - Accepted socket connection from /172.20.0.3:40852
2021-05-28 03:57:05,363 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:ZooKeeperServer@949] - Client attempting to establish new session at /172.20.0.3:40852
2021-05-28 03:57:05,379 [myid:] - INFO  [SyncThread:0:ZooKeeperServer@694] - Established session 0x100000b20eb003c with negotiated timeout 18000 for client /172.20.0.3:40852
2021-05-28 03:57:05,418 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb003c type:create cxid:0x1 zxid:0x252 txntype:-1 reqpath:n/a Error Path:/consumers Error:KeeperErrorCode = NodeExists for /consumers
2021-05-28 03:57:05,426 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb003c type:create cxid:0x2 zxid:0x253 txntype:-1 reqpath:n/a Error Path:/brokers/ids Error:KeeperErrorCode = NodeExists for /brokers/ids
2021-05-28 03:57:05,428 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb003c type:create cxid:0x3 zxid:0x254 txntype:-1 reqpath:n/a Error Path:/brokers/topics Error:KeeperErrorCode = NodeExists for /brokers/topics
2021-05-28 03:57:05,430 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb003c type:create cxid:0x4 zxid:0x255 txntype:-1 reqpath:n/a Error Path:/config/changes Error:KeeperErrorCode = NodeExists for /config/changes
2021-05-28 03:57:05,432 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb003c type:create cxid:0x5 zxid:0x256 txntype:-1 reqpath:n/a Error Path:/admin/delete_topics Error:KeeperErrorCode = NodeExists for /admin/delete_topics
2021-05-28 03:57:05,433 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb003c type:create cxid:0x6 zxid:0x257 txntype:-1 reqpath:n/a Error Path:/brokers/seqid Error:KeeperErrorCode = NodeExists for /brokers/seqid
2021-05-28 03:57:05,435 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb003c type:create cxid:0x7 zxid:0x258 txntype:-1 reqpath:n/a Error Path:/isr_change_notification Error:KeeperErrorCode = NodeExists for /isr_change_notification
2021-05-28 03:57:05,437 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb003c type:create cxid:0x8 zxid:0x259 txntype:-1 reqpath:n/a Error Path:/latest_producer_id_block Error:KeeperErrorCode = NodeExists for /latest_producer_id_block
2021-05-28 03:57:05,441 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb003c type:create cxid:0x9 zxid:0x25a txntype:-1 reqpath:n/a Error Path:/log_dir_event_notification Error:KeeperErrorCode = NodeExists for /log_dir_event_notification
2021-05-28 03:57:05,442 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb003c type:create cxid:0xa zxid:0x25b txntype:-1 reqpath:n/a Error Path:/config/topics Error:KeeperErrorCode = NodeExists for /config/topics
2021-05-28 03:57:05,444 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb003c type:create cxid:0xb zxid:0x25c txntype:-1 reqpath:n/a Error Path:/config/clients Error:KeeperErrorCode = NodeExists for /config/clients
2021-05-28 03:57:05,445 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb003c type:create cxid:0xc zxid:0x25d txntype:-1 reqpath:n/a Error Path:/config/users Error:KeeperErrorCode = NodeExists for /config/users
2021-05-28 03:57:05,447 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb003c type:create cxid:0xd zxid:0x25e txntype:-1 reqpath:n/a Error Path:/config/brokers Error:KeeperErrorCode = NodeExists for /config/brokers
2021-05-28 03:57:06,733 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@596] - Got user-level KeeperException when processing sessionid:0x100000b20eb003c type:multi cxid:0x9b zxid:0x262 txntype:-1 reqpath:n/a aborting remaining multi ops. Error Path:/admin/preferred_replica_election Error:KeeperErrorCode = NoNode for /admin/preferred_replica_election
2021-05-28 03:57:18,377 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxnFactory@215] - Accepted socket connection from /172.20.0.3:40856
2021-05-28 03:57:18,383 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:ZooKeeperServer@949] - Client attempting to establish new session at /172.20.0.3:40856
2021-05-28 03:57:18,415 [myid:] - INFO  [SyncThread:0:ZooKeeperServer@694] - Established session 0x100000b20eb003d with negotiated timeout 30000 for client /172.20.0.3:40856
2021-05-28 03:57:18,537 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxnFactory@215] - Accepted socket connection from /172.20.0.3:40858
2021-05-28 03:57:18,545 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:ZooKeeperServer@949] - Client attempting to establish new session at /172.20.0.3:40858
2021-05-28 03:57:18,594 [myid:] - INFO  [SyncThread:0:ZooKeeperServer@694] - Established session 0x100000b20eb003e with negotiated timeout 30000 for client /172.20.0.3:40858
2021-05-28 03:57:18,788 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxnFactory@215] - Accepted socket connection from /172.20.0.3:40860
2021-05-28 03:57:18,793 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxnFactory@215] - Accepted socket connection from /172.20.0.3:40862
2021-05-28 03:57:18,798 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:ZooKeeperServer@949] - Client attempting to establish new session at /172.20.0.3:40862
2021-05-28 03:57:18,804 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxnFactory@215] - Accepted socket connection from /172.20.0.3:40864
2021-05-28 03:57:18,808 [myid:] - INFO  [SyncThread:0:ZooKeeperServer@694] - Established session 0x100000b20eb003f with negotiated timeout 30000 for client /172.20.0.3:40862
2021-05-28 03:57:18,808 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:ZooKeeperServer@949] - Client attempting to establish new session at /172.20.0.3:40860
2021-05-28 03:57:18,818 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:ZooKeeperServer@949] - Client attempting to establish new session at /172.20.0.3:40864
2021-05-28 03:57:18,821 [myid:] - INFO  [SyncThread:0:ZooKeeperServer@694] - Established session 0x100000b20eb0040 with negotiated timeout 30000 for client /172.20.0.3:40860
2021-05-28 03:57:18,826 [myid:] - INFO  [SyncThread:0:ZooKeeperServer@694] - Established session 0x100000b20eb0041 with negotiated timeout 30000 for client /172.20.0.3:40864
2021-05-28 03:57:18,850 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxnFactory@215] - Accepted socket connection from /172.20.0.3:40866
2021-05-28 03:57:18,857 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:ZooKeeperServer@949] - Client attempting to establish new session at /172.20.0.3:40866
2021-05-28 03:57:18,881 [myid:] - INFO  [SyncThread:0:ZooKeeperServer@694] - Established session 0x100000b20eb0042 with negotiated timeout 30000 for client /172.20.0.3:40866
2021-05-28 03:57:19,022 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxnFactory@215] - Accepted socket connection from /172.20.0.3:40868
2021-05-28 03:57:19,072 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:ZooKeeperServer@949] - Client attempting to establish new session at /172.20.0.3:40868
2021-05-28 03:57:19,078 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxnFactory@215] - Accepted socket connection from /172.20.0.3:40870
2021-05-28 03:57:19,083 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:ZooKeeperServer@949] - Client attempting to establish new session at /172.20.0.3:40870
2021-05-28 03:57:19,099 [myid:] - INFO  [SyncThread:0:ZooKeeperServer@694] - Established session 0x100000b20eb0043 with negotiated timeout 30000 for client /172.20.0.3:40868
2021-05-28 03:57:19,106 [myid:] - INFO  [SyncThread:0:ZooKeeperServer@694] - Established session 0x100000b20eb0044 with negotiated timeout 30000 for client /172.20.0.3:40870
2021-05-28 03:57:19,174 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxnFactory@215] - Accepted socket connection from /172.20.0.3:40872
2021-05-28 03:57:19,189 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:ZooKeeperServer@949] - Client attempting to establish new session at /172.20.0.3:40872
2021-05-28 03:57:19,201 [myid:] - INFO  [SyncThread:0:ZooKeeperServer@694] - Established session 0x100000b20eb0045 with negotiated timeout 30000 for client /172.20.0.3:40872
2021-05-28 03:57:19,681 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x100000b20eb003d
2021-05-28 03:57:19,687 [myid:] - WARN  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@376] - Unable to read additional data from client sessionid 0x100000b20eb003d, likely client has closed socket
2021-05-28 03:57:19,731 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@1056] - Closed socket connection for client /172.20.0.3:40856 which had sessionid 0x100000b20eb003d
2021-05-28 03:57:19,741 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x100000b20eb0041
2021-05-28 03:57:19,758 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@1056] - Closed socket connection for client /172.20.0.3:40864 which had sessionid 0x100000b20eb0041
2021-05-28 03:57:19,804 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x100000b20eb0040
2021-05-28 03:57:19,817 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@1056] - Closed socket connection for client /172.20.0.3:40860 which had sessionid 0x100000b20eb0040
2021-05-28 03:57:19,824 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x100000b20eb003f
2021-05-28 03:57:19,835 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@1056] - Closed socket connection for client /172.20.0.3:40862 which had sessionid 0x100000b20eb003f
2021-05-28 03:57:19,839 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x100000b20eb003e
2021-05-28 03:57:19,847 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@1056] - Closed socket connection for client /172.20.0.3:40858 which had sessionid 0x100000b20eb003e
2021-05-28 03:57:19,897 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x100000b20eb0042
2021-05-28 03:57:19,914 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@1056] - Closed socket connection for client /172.20.0.3:40866 which had sessionid 0x100000b20eb0042
2021-05-28 03:57:20,031 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x100000b20eb0043
2021-05-28 03:57:20,037 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@1056] - Closed socket connection for client /172.20.0.3:40868 which had sessionid 0x100000b20eb0043
2021-05-28 03:57:20,056 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x100000b20eb0044
2021-05-28 03:57:20,060 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@1056] - Closed socket connection for client /172.20.0.3:40870 which had sessionid 0x100000b20eb0044
2021-05-28 03:57:20,070 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x100000b20eb0045
2021-05-28 03:57:20,075 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@1056] - Closed socket connection for client /172.20.0.3:40872 which had sessionid 0x100000b20eb0045
2021-05-28 04:08:54,326 [myid:] - INFO  [PurgeTask:DatadirCleanupManager$PurgeTask@138] - Purge task started.
2021-05-28 04:08:54,371 [myid:] - INFO  [PurgeTask:DatadirCleanupManager$PurgeTask@144] - Purge task completed.
2021-05-28 06:01:39,260 [myid:] - WARN  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@376] - Unable to read additional data from client sessionid 0x100000b20eb003c, likely client has closed socket
2021-05-28 06:01:39,285 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@1056] - Closed socket connection for client /172.20.0.3:40852 which had sessionid 0x100000b20eb003c
2021-05-28 06:01:54,711 [myid:] - INFO  [SessionTracker:ZooKeeperServer@355] - Expiring session 0x100000b20eb003c, timeout of 18000ms exceeded
2021-05-28 06:01:54,733 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@487] - Processed session termination for sessionid: 0x100000b20eb003c
2021-05-28 06:42:00,771 [myid:] - INFO  [PurgeTask:DatadirCleanupManager$PurgeTask@138] - Purge task started.
2021-05-28 06:42:00,820 [myid:] - INFO  [PurgeTask:DatadirCleanupManager$PurgeTask@144] - Purge task completed.
2021-05-28 06:42:00,821 [myid:] - INFO  [PurgeTask:DatadirCleanupManager$PurgeTask@138] - Purge task started.
2021-05-28 06:42:00,822 [myid:] - INFO  [PurgeTask:DatadirCleanupManager$PurgeTask@144] - Purge task completed.
2021-05-28 06:55:13,854 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxnFactory@215] - Accepted socket connection from /172.20.0.3:41248
2021-05-28 06:55:13,872 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:ZooKeeperServer@949] - Client attempting to establish new session at /172.20.0.3:41248
2021-05-28 06:55:13,894 [myid:] - INFO  [SyncThread:0:ZooKeeperServer@694] - Established session 0x100000b20eb0046 with negotiated timeout 18000 for client /172.20.0.3:41248
2021-05-28 06:55:13,924 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb0046 type:create cxid:0x1 zxid:0x277 txntype:-1 reqpath:n/a Error Path:/consumers Error:KeeperErrorCode = NodeExists for /consumers
2021-05-28 06:55:13,936 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb0046 type:create cxid:0x2 zxid:0x278 txntype:-1 reqpath:n/a Error Path:/brokers/ids Error:KeeperErrorCode = NodeExists for /brokers/ids
2021-05-28 06:55:13,939 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb0046 type:create cxid:0x3 zxid:0x279 txntype:-1 reqpath:n/a Error Path:/brokers/topics Error:KeeperErrorCode = NodeExists for /brokers/topics
2021-05-28 06:55:13,941 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb0046 type:create cxid:0x4 zxid:0x27a txntype:-1 reqpath:n/a Error Path:/config/changes Error:KeeperErrorCode = NodeExists for /config/changes
2021-05-28 06:55:13,942 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb0046 type:create cxid:0x5 zxid:0x27b txntype:-1 reqpath:n/a Error Path:/admin/delete_topics Error:KeeperErrorCode = NodeExists for /admin/delete_topics
2021-05-28 06:55:13,944 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb0046 type:create cxid:0x6 zxid:0x27c txntype:-1 reqpath:n/a Error Path:/brokers/seqid Error:KeeperErrorCode = NodeExists for /brokers/seqid
2021-05-28 06:55:13,946 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb0046 type:create cxid:0x7 zxid:0x27d txntype:-1 reqpath:n/a Error Path:/isr_change_notification Error:KeeperErrorCode = NodeExists for /isr_change_notification
2021-05-28 06:55:13,948 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb0046 type:create cxid:0x8 zxid:0x27e txntype:-1 reqpath:n/a Error Path:/latest_producer_id_block Error:KeeperErrorCode = NodeExists for /latest_producer_id_block
2021-05-28 06:55:13,950 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb0046 type:create cxid:0x9 zxid:0x27f txntype:-1 reqpath:n/a Error Path:/log_dir_event_notification Error:KeeperErrorCode = NodeExists for /log_dir_event_notification
2021-05-28 06:55:13,952 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb0046 type:create cxid:0xa zxid:0x280 txntype:-1 reqpath:n/a Error Path:/config/topics Error:KeeperErrorCode = NodeExists for /config/topics
2021-05-28 06:55:13,954 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb0046 type:create cxid:0xb zxid:0x281 txntype:-1 reqpath:n/a Error Path:/config/clients Error:KeeperErrorCode = NodeExists for /config/clients
2021-05-28 06:55:13,955 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb0046 type:create cxid:0xc zxid:0x282 txntype:-1 reqpath:n/a Error Path:/config/users Error:KeeperErrorCode = NodeExists for /config/users
2021-05-28 06:55:13,957 [myid:] - INFO  [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x100000b20eb0046 type:create cxid:0xd zxid:0x283 txntype:-1 reqpath:n/a Error Path:/config/brokers Error:KeeperErrorCode = NodeExists for /config/brokers

Maybe somebody knows where is the problem?

Crash whilst trying to access firefox cache?

I'm not sure how this happened or why this would happen but whilst running the docker compose to install kafka-docker it fetches zookeeper and then crashes whilst trying to read my Firefox cache. Here are the relevant lines:

Digest: sha256:7a7fd44a72104bfbd24a77844bad5fabc86485b036f988ea927d1780782a6680
Status: Downloaded newer image for wurstmeister/zookeeper:latest
Building kafka
Traceback (most recent call last):
  File "/usr/bin/docker-compose", line 11, in <module>
    load_entry_point('docker-compose==1.24.1', 'console_scripts', 'docker-compose')()
  File "/usr/lib/python3.7/site-packages/compose/cli/main.py", line 71, in main
    command()
  File "/usr/lib/python3.7/site-packages/compose/cli/main.py", line 127, in perform_command
    handler(command, command_options)
  File "/usr/lib/python3.7/site-packages/compose/cli/main.py", line 1085, in up
    to_attach = up(False)
  File "/usr/lib/python3.7/site-packages/compose/cli/main.py", line 1081, in up
    silent=options.get('--quiet-pull'),
  File "/usr/lib/python3.7/site-packages/compose/project.py", line 527, in up
    svc.ensure_image_exists(do_build=do_build, silent=silent)
  File "/usr/lib/python3.7/site-packages/compose/service.py", line 360, in ensure_image_exists
    self.build()
  File "/usr/lib/python3.7/site-packages/compose/service.py", line 1084, in build
    platform=self.platform,
  File "/usr/lib/python3.7/site-packages/docker/api/build.py", line 160, in build
    path, exclude=exclude, dockerfile=dockerfile, gzip=gzip
  File "/usr/lib/python3.7/site-packages/docker/utils/build.py", line 31, in tar
    root=root, fileobj=fileobj, gzip=gzip, extra_files=extra_files
  File "/usr/lib/python3.7/site-packages/docker/utils/build.py", line 79, in create_archive
    i = t.gettarinfo(full_path, arcname=path)
  File "/usr/lib/python3.7/tarfile.py", line 1807, in gettarinfo
    statres = os.lstat(name)
FileNotFoundError: [Errno 2] No such file or directory: '/home/keeyan/.cache/mozilla/firefox/m5oamn5b.default-release/cache2/entries/CFEF76D7EA8BC3B58AB166E38AE1F5FAEA823492'

This is probably unrelated to this repo but I figured it was worth mentioning in case there is something wrong going on here. Although most likely I just don't realise how something was working and this is reasonable (maybe it was parsing my home directory for some reason and the cache file just got deleted?).

The exact command I ran was sudo docker-compose -f docker-compose.yml up -d where docker-compose.yml was received from https://raw.githubusercontent.com/wurstmeister/kafka-docker/master/docker-compose.yml

Edit: After running it again it crashes at a different file in my home directory

It does not shut down properly

Zookeeper does not stop properly on sigint. After a while Docker is forcing the process to kill. Would be great (and faster) with a proper shut down!

Update OS

Hi,

Please update the Ubuntu Image to the latest Ubuntu LTS(ubuntu:bionic). and the Java version as well.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.