You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by Apache Pulsar Slack <ap...@gmail.com> on 2019/04/15 09:11:02 UTC

Slack digest for #dev - 2019-04-15

2019-04-14 14:51:06 UTC - Cristian: @Cristian has joined the channel
----
2019-04-14 14:51:40 UTC - Cristian: Hello guys. I'm running a simple Flink job that writes from Kafka to Pulsar. It was working fine for months, until the job started failing with:

```
org.apache.pulsar.client.api.PulsarClientException$TimeoutException: 32 lookup request timedout after ms 30000
	at org.apache.pulsar.client.impl.ClientCnx.checkRequestTimeout(ClientCnx.java:865)
	at org.apache.pulsar.client.impl.ClientCnx.lambda$new$0(ClientCnx.java:162)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at org.apache.pulsar.shade.io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:133)
	at org.apache.pulsar.shade.io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
	at org.apache.pulsar.shade.io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
	at org.apache.pulsar.shade.io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:335)
	at org.apache.pulsar.shade.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
	at org.apache.pulsar.shade.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.lang.Thread.run(Thread.java:748)
```
----
2019-04-14 14:52:53 UTC - Cristian: Neither the job nor the Pulsar cluster had any changes, so I can't explain why it would start failing all of a sudden. Also, if I ssh into the machine running the job, I'm able to connect to the Pulsar cluster just fine.
----
2019-04-14 14:55:25 UTC - Cristian: I'm running the Pulsar Client 2.3.1 if that helps.
----
2019-04-14 15:22:06 UTC - Cristian: Another worrying thing I saw is that, after the job stopped writing events for a couple of days, the Pulsar dashboard stopped showing my topics. I can still list them using `pulsar-admin topics list`
----
2019-04-15 08:40:07 UTC - Jianfeng Qiao: Anyone ever tried to compile pulsar on ARM platform?
----
2019-04-15 08:41:56 UTC - Ali Ahmed: you mean the java or c++ code ?
----
2019-04-15 08:45:13 UTC - Jianfeng Qiao: C++ code
----
2019-04-15 08:45:50 UTC - Jianfeng Qiao: Pulsar C++ client
----
2019-04-15 08:47:10 UTC - Ali Ahmed: No I haven’t tried it yet
----