2019-09-01 13:59:54 UTC - Dylan Meissner: @Dylan Meissner has joined the channel ---- 2019-09-02 04:13:00 UTC - jia zhai: The new RC for 2.4.1 was sent out, Please help check and vote it. <http://mail-archives.apache.org/mod_mbox/pulsar-dev/201908.mbox/%3CCALsc%2BXpxi87h_2P%3D%3DeDArj1di1WmBfzu%2BDo%3DbJ%2Bb5FKJzXWmeA%40mail.gmail.com%3E> Thanks a lot. +1 : Sijie Guo ---- 2019-09-02 04:46:01 UTC - Ali Ahmed: osx python clients can’t be built <https://github.com/apache/pulsar/issues/4967> ---- 2019-09-02 08:39:58 UTC - Jianfeng Qiao: while useing pulsar go client, my app always hangs there because of the following stack: Thread 3 (Thread 0x7fd725fc6700 (LWP 29472)): #0 runtime.futex () at /data/fuxi_ci_workspace/1068811_cache/buildbox/go-1.11.1/src/runtime/sys_linux_amd64.s:532 #1 0x000000000043c95b in runtime.futexsleep (addr=0xc000044140, ns=-1, val=0) at /data/fuxi_ci_workspace/1068811_cache/buildbox/go-1.11.1/src/runtime/os_linux.go:46 #2 0x000000000041d762 in runtime.notesleep (n=0xc000044140) at /data/fuxi_ci_workspace/1068811_cache/buildbox/go-1.11.1/src/runtime/lock_futex.go:151 #3 0x000000000044543a in runtime.stoplockedm () at /data/fuxi_ci_workspace/1068811_cache/buildbox/go-1.11.1/src/runtime/proc.go:2165 #4 0x0000000000446b69 in runtime.schedule () at /data/fuxi_ci_workspace/1068811_cache/buildbox/go-1.11.1/src/runtime/proc.go:2565 #5 0x0000000000446cee in runtime.park_m (gp=0xc000000780) at /data/fuxi_ci_workspace/1068811_cache/buildbox/go-1.11.1/src/runtime/proc.go:2676 #6 0x000000000046c8db in runtime.mcall () at /data/fuxi_ci_workspace/1068811_cache/buildbox/go-1.11.1/src/runtime/asm_amd64.s:299 #7 0x00007fd725fc5160 in ?? () #8 0x00007fd72f39c740 in ?? () from /lib64/libc.so.6 #9 0x00007fd725fc51a0 in ?? () #10 0x000000000046e1de in runtime.cgocallback () at /data/fuxi_ci_workspace/1068811_cache/buildbox/go-1.11.1/src/runtime/asm_amd64.s:686 #11 0x0000000000843787 in _cgoexp_e85b1628361b_pulsarClientLoggerProxy (a=<optimized out>, ctxt=<optimized out>, n=<optimized out>) at _cgo_gotypes.go:1810 #12 0x0000000000577de7 in crosscall2 () at /data/fuxi_ci_workspace/1068811_cache/buildbox/go-1.11.1/src/runtime/cgo/asm_amd64.s:59 #13 0x0000000000a00424 in pulsarClientLoggerProxy (p0=637292632, p1=0x30 <Address 0x30 out of bounds>, p2=17, p3=0xc9ce74 "p\004\002 \220\031", p4=0x0) at _cgo_export.c:39 #14 0x00007fd72fd162e5 in PulsarCLogger::log (this=0x1ed12a0, level=pulsar::Logger::INFO, line=405, message=...) at /usr1/jevon/streaming/src/dmb/pulsar/pulsar-client-cpp/lib/c/c_ClientConfiguration.cc:84 #15 0x00007fd72fb3a7e6 in pulsar::ClientConnection::handleResolve (this=0x1e72340, err=..., endpointIterator=...) at /usr1/jevon/streaming/src/dmb/pulsar/pulsar-client-cpp/lib/ClientConnection.cc:405 ---- 2019-09-02 08:40:13 UTC - Jianfeng Qiao: Anyone run into this issue? ----