2020-03-01 10:31:25 UTC - eilonk: Did anyone run into an error regarding the
proxy listing the brokers?
I am trying to use my pulsar manager web app, and i keep getting internal
server errors. I went and checked the logs and the only error message i'm
getting is from the proxy pod:
```10:24:38.575 [main-EventThread] WARN
org.apache.pulsar.proxy.server.util.ZookeeperCacheLoader - Error updating
broker info after broker list changed.
java.util.concurrent.TimeoutException: null
at
java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1784)
~[?:1.8.0_232]
at
java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1928)
~[?:1.8.0_232]
at
org.apache.pulsar.zookeeper.ZooKeeperDataCache.get(ZooKeeperDataCache.java:97)
~[org.apache.pulsar-pulsar-zookeeper-utils-2.5.0.jar:2.5.0]
at
org.apache.pulsar.proxy.server.util.ZookeeperCacheLoader.updateBrokerList(ZookeeperCacheLoader.java:118)
~[org.apache.pulsar-pulsar-proxy-2.5.0.jar:2.5.0]
at
org.apache.pulsar.proxy.server.util.ZookeeperCacheLoader.lambda$new$0(ZookeeperCacheLoader.java:82)
~[org.apache.pulsar-pulsar-proxy-2.5.0.jar:2.5.0]
at
org.apache.pulsar.zookeeper.ZooKeeperChildrenCache.lambda$0(ZooKeeperChildrenCache.java:89)
~[org.apache.pulsar-pulsar-zookeeper-utils-2.5.0.jar:2.5.0]
at
java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670)
~[?:1.8.0_232]
at
java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646)
~[?:1.8.0_232]
at
java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488)
~[?:1.8.0_232]
at
java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1975)
~[?:1.8.0_232]
at
org.apache.pulsar.zookeeper.ZooKeeperCache.lambda$22(ZooKeeperCache.java:427)
~[org.apache.pulsar-pulsar-zookeeper-utils-2.5.0.jar:2.5.0]
at
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:618)
[org.apache.pulsar-pulsar-zookeeper-2.5.0.jar:2.5.0]
at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:510)
[org.apache.pulsar-pulsar-zookeeper-2.5.0.jar:2.5.0]```
----
2020-03-01 10:32:03 UTC - eilonk: the next log entry states "connected" and i
didn't change any configurations
----
2020-03-01 17:11:41 UTC - Sijie Guo: This seems to be just a warning message
when the zookeeper cache refreshes the broker list. Doesn’t seem to be the
cause? What did you encounter?
----
2020-03-01 19:30:00 UTC - Mikhail Markov: Hello guys!
If I unacknowledge a message when it come back to consumer again?
How to set this time?
----
2020-03-02 05:54:34 UTC - Jeon.DeukJin: @Jeon.DeukJin has joined the channel
----
2020-03-02 05:55:28 UTC - Poul Henriksen: In the Java API you can set it on the
consumer with `negativeAckRedeliveryDelay`
----
2020-03-02 05:58:11 UTC - Mikhail Markov: @Poul Henriksen Thanks you! Couldn’t
found that in docs.
----
2020-03-02 08:16:16 UTC - Vincent LE MAITRE: Hello, I deployed Pulsar v2.5.0
cluster on Kubernetes using Helm charts. I'm trying to use state in Pulsar
functions, and get this error :
<https://github.com/apache/pulsar/issues/3153|issue 3153>. I saw that
"extraServerComponents" property is not set by default into bookkeeper.conf
file. Do I need to set this property with
"org.apache.bookkeeper.stream.server.StreamStorageLifecycleComponent" as
explained
<https://github.com/sijie/pulsar/blob/55d1701d79ca2e4628f9cc82db01301279589e76/site2/docs/deploy-bare-metal.md#deploying-a-bookkeeper-cluster|here>
? Thanks for your help
----