sirmonin
sirmonin
@DavidVujic, thanks for a quick reply! node-zookeeper: Tested both on 4.6.0 and 4.7.1 Zookeeper: I am using Docker image `bitnami/zookeeper:latest` which is 3.6.2
@DavidVujic It is also observed, that timeout with crashing happens while application is running under some load.
Hi @DavidVujic! Thanks a lot for time and effort you've spent on this issue. My zookeeper connect method looks like this. Timeout is set to 5ms to simulate timeout error....
However, adding a setTimeout seemed to help a bit. App is no longer crashing and tries to reconnect. ``` public connect = () => { const host = this.config.get('ZOOKEEPER_HOST'); const...
@DavidVujic Issue still persists when server is under high load. ``` 2022-04-29 17:48:16,829:448:ZOO_ERROR@handle_socket_error_msg@2489: Socket 172.19.0.4:2181 zk retcode=-7, errno=110(Operation timed out): connection to 172.19.0.4:2181 timed out (exceeded timeout by 8849ms) yield:zookeeper_interest...
@DavidVujic I tested under Node v16.14.2. It looks like yield:zookeeper_interest returned error: -7 - operation timeout no longer causes libuv to fail. Will keep you posted in case issue repeats...
@zk19862018 I need to check an initiated state of pageHook.js, not tronWeb. I've described the problem in PR comment in more detail. #266 Any global flag would help.
Okay, while this issue is not solved, here is the solution we've came into: 1) Add a listener to your documents head: ``` (function(){ // This code is used to...
Hi, @kamilmysliwiec! I’d like to understand if this issue is acknowledged as a problem that needs to be addressed. Do you plan to look into it yourself? I’m open to...