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 2018/07/08 09:11:02 UTC

Slack digest for #general - 2018-07-08

2018-07-07 18:55:31 UTC - Karthik Palanivelu: Team, One observation on Documentation at `<https://pulsar.apache.org/docs/latest/cookbooks/message-deduplication/#Enablingmessagededuplication-jm4s9>` for setting Namespace deduplication needs update to  `pulsar-admin namespaces set-deduplication public/default --enable`. If I use the current instruction, getting the exception of `java.lang.IllegalArgumentException: Invalid namespace format. namespace: <persistent://public/default/topic-1>`
----
2018-07-07 18:56:10 UTC - Sijie Guo: @Karthik Palanivelu the setting is per namespace
----
2018-07-07 18:56:23 UTC - Matteo Merli: Yes, the docs are wrong here
+1 : Karthik Palanivelu
----
2018-07-07 18:56:34 UTC - Matteo Merli: thanks for catching
----
2018-07-08 00:35:23 UTC - Karthik Palanivelu: Team, Can you please point me to any documentation towards contributing to Pulsar?
----
2018-07-08 00:40:57 UTC - Sijie Guo: @Karthik Palanivelu good question. it seems we don’t have a page about that. (will try to create one)

the source code is hosted at github, so you can fork the repo. develop your code change in your branch, push the branch to your fork and then create a pull request.
----
2018-07-08 00:47:49 UTC - Karthik Palanivelu: Thank You @Sijie Guo. Do I make changes to branches named as per Git Issue # /Jira#? and PR is against the Master or any current working branch?
----
2018-07-08 00:50:56 UTC - Sijie Guo: there is no constraint on branch name. when you submit the PR, if there is a github issue, you can use “Issue &lt;issue-number&gt;: &lt;tilte&gt;” as the PR caption, and you can fill in information in the description to describe what has changed in your PR. 

all PRs should against master. unless it is a hot fix on a release version
----
2018-07-08 00:59:01 UTC - Karthik Palanivelu: Cool Thanks That helps
+1 : Sijie Guo
----
2018-07-08 06:32:12 UTC - Yuvaraj Loganathan: How to set the Zookeeper Xmx and Xms ? Seems like the default is 2 gb. my machine size is 1 gb for testing purposes
----
2018-07-08 06:58:13 UTC - Yuvaraj Loganathan: <https://github.com/apache/incubator-pulsar/blob/master/bin/pulsar#L266> — My dowloaded release does not have ZK_OPTS . I am using 2.0.1
----
2018-07-08 07:28:49 UTC - Yuvaraj Loganathan: I set it by editing the `pulsar` file
----
2018-07-08 08:02:43 UTC - Idan: hi guys, iam strugelling running pulsar on standalone mode keep getting those errorS:
----
2018-07-08 08:02:53 UTC - Idan: @Idan uploaded a file: <https://apache-pulsar.slack.com/files/UALJD8929/FBLSCAPQV/-.m|Untitled>
----
2018-07-08 08:02:54 UTC - Idan: anyone, any idea?
----
2018-07-08 08:06:13 UTC - Ali Ahmed: you probably have a zombie zookeeper already running
----
2018-07-08 08:27:44 UTC - Sijie Guo: 2.0.1 doesn’t have this setting. this setting is newly introduced in latest master and will be released in 2.1
----