2019-03-27 11:48:56 UTC - Ganga Lakshmanasamy: We are not using kubernetes
@Chris Bartholomew
----
2019-03-27 11:49:08 UTC - Ganga Lakshmanasamy: @Sanjeev Kulkarni Let me check
and get back
----
2019-03-27 12:21:36 UTC - Alexandre DUVAL: Hi, there is a way to add properties
to message using pulsar-client cli?
----
2019-03-27 13:46:32 UTC - Panayiotis Tzagkarakis: @Panayiotis Tzagkarakis has
joined the channel
----
2019-03-27 13:52:14 UTC - Alexandre DUVAL: More, is
`org.apache.pulsar.functions.api.Context.publish(topic, ...)` working with
tenant/namespace/name or only name and uses the current tenant/namespace?
----
2019-03-27 13:59:15 UTC - Steve Kim: I work with @Chris DiGiovanni. We fixed
issue (1) by this simple change to the packaging of the NAR file:
```
--- a/tiered-storage/jcloud/pom.xml
+++ b/tiered-storage/jcloud/pom.xml
@@ -88,7 +88,6 @@
<groupId>com.jamesmurty.utils</groupId>
<artifactId>java-xmlbuilder</artifactId>
<version>1.1</version>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>net.iharder</groupId>
```
If you prefer, we can open an issue and pull request in github.
----
2019-03-27 14:00:57 UTC - Steve Kim: For issue (2)
<https://github.com/apache/bookkeeper/issues/1970>, we can reproduce the issue
when we trigger tiered storage offloading on our cluster. We have added some
logging and will attempt to reproduce it again later.
----
2019-03-27 14:04:58 UTC - Jean-Bernard van Zuylen: Thanks @Grant Wu @Matteo
Merli for your help yesterday. Your workaround works just fine! :+1:
----
2019-03-27 15:23:02 UTC - Sree Vaddi: Welcome Panayiotis Tzagkarakis
@Panayiotis Tzagkarakis
----
2019-03-27 16:12:20 UTC - Matteo Merli: It should work on other namespaces too
----
2019-03-27 16:18:46 UTC - Alexandre DUVAL: And for this @Matteo Merli?
----
2019-03-27 16:19:03 UTC - Alexandre DUVAL: Ok, cool.
----
2019-03-27 16:19:53 UTC - Matteo Merli: Uhm, I don’t think it’s currently
possible. Should be easy to add though
----
2019-03-27 16:20:30 UTC - Alexandre DUVAL: Ok.
----
2019-03-27 18:34:08 UTC - Steve Kim: With logging, we see that the
`getWriteSet` method of
`org.apache.bookkeeper.client.RoundRobinDistributionSchedule` is called with
`entryId` = -2. Is it normal for `entryId` to be negative?
----
2019-03-27 19:03:57 UTC - Alexandre DUVAL: Do you think pulsar functions can
handle thousands of differents topics using
`org.apache.pulsar.functions.api.Context.publish(topic, ...)`, topics will
depends on message properties.
----
2019-03-27 19:04:01 UTC - Alexandre DUVAL: @Matteo Merli
----
2019-03-27 21:54:00 UTC - Zarrar: Hi All, trying again. I am issues with
functions worker not starting when I enable authentication in the broker. I
have tried setting up clientAuthenticationPlugin and
clientAuthenticationParameters in the functions_worker.yml. I am running the
cluster on kubernetes
----
2019-03-27 21:55:05 UTC - Zarrar: without authentication and authorization the
functions_worker starts fine
----
2019-03-27 22:14:11 UTC - Matteo Merli: Yes, there shouldn’t be problem
----
2019-03-27 23:41:45 UTC - Jerry Peng: @Zarrar I’ll take a look at the issue
----
2019-03-27 23:42:31 UTC - Zarrar: thanks @Jerry Peng, please let me know if you
need more logs
----
2019-03-27 23:43:43 UTC - Jerry Peng: @Zarrar if you can provide me with the
broker log that would be great
----
2019-03-27 23:44:56 UTC - Zarrar: ok, I will update the ticket
----
2019-03-28 00:10:59 UTC - Jack Pierce: @Jack Pierce has joined the channel
----
2019-03-28 04:25:19 UTC - jia zhai: @Chris DiGiovanni @Steve Kim Thanks for the
great work. You are welcome to open PR for the fix.
Regarding `entryId` = -2, this is not normal.
----