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

Slack digest for #general - 2019-12-15

2019-12-14 16:27:34 UTC - Rafael de Andrade Sousa: Hi, what is the "more stable development version" for the helm chart deployment?

I am trying to deploy using helm install, but I have got no luck so far :
----
2019-12-14 16:31:13 UTC - Sijie Guo: Did you check what is the error there? Is it due to any resource constraint?
----
2019-12-14 16:34:09 UTC - Rafael de Andrade Sousa: Most of the pods seems either pending or still initializing
----
2019-12-14 16:42:58 UTC - Rafael de Andrade Sousa: Is there an way to debug what is happening during pod initializations other than dashboard?
----
2019-12-14 17:05:12 UTC - Sijie Guo: “initializing” usually  means a pod still is downloading the image.
“pending” usually you hit a resource constraint where pods can not get enough resources to be scheduled to run.

• you can use kubectl to find the pods are initializing. run `kubectl describe pod &lt;pod&gt;` to get more details to see which stage the pod is in.
• you can do similar operations on those pods which are pending.
• if you hit resource constraint, you might need to adjust resources in values.yml.
----
2019-12-14 17:11:36 UTC - Jason Fisher: @Jason Fisher has joined the channel
----
2019-12-14 17:13:32 UTC - Jason Fisher: hello -- just jumped into Pulsar the other day .. trying to get a prototype together this weekend .. is there an equivalent to kafkacat?  Can kafkacat connect via the Kafka Connect connector?
----
2019-12-14 17:15:00 UTC - Jason Fisher: I have nginx outputting json access logs and looking for the 'quick way' to load historical data (5.6m json records in one file) and a stable log shipper option
----
2019-12-14 17:16:31 UTC - Jason Fisher: tail -F -n +1 access.log | kafkacat -P -b ..
----
2019-12-14 17:16:58 UTC - Jason Fisher: would let me tail a file and read it from start
----
2019-12-14 17:17:13 UTC - Jason Fisher: thanks in advance
----
2019-12-14 19:00:53 UTC - Loïc Tosser: @Loïc Tosser has joined the channel
----
2019-12-14 20:18:18 UTC - David D: @David D has joined the channel
----
2019-12-14 23:35:53 UTC - Noemi G: @Noemi G has joined the channel
----