Re: Pulsar Release 2.4.2 Discussion

2019-11-03 Thread Sijie Guo
> https://github.com/apache/pulsar/pull/5532 < > https://github.com/apache/pulsar/pull/5532> @sijieg PTAL Done. - Sijie On Mon, Nov 4, 2019 at 1:11 PM xiaolong ran wrote: > Hi all committers: > > I will cut 2.4.2 release of Apache Pulsar, currently, there are three pull > requests to be proc

Re: Apache Pulsar coding guide

2019-11-03 Thread Jinfeng Huang
Hi Sijie, Thank you for your feedback. I'll take action in https://github.com/apache/pulsar/pull/5494. Best Regards, Jennifer On Sat, Nov 2, 2019 at 12:28 PM Sijie Guo wrote: > Jinfeng, > > Thank you for driving this effort! > > Given the tight dependencies between these two communities, I thi

Re: Pulsar Release 2.4.2 Discussion

2019-11-03 Thread xiaolong ran
Hi all committers: I will cut 2.4.2 release of Apache Pulsar, currently, there are three pull requests to be processed: https://github.com/apache/pulsar/pull/5532 @sijieg PTAL https://github.com/apache/pulsar/pull/5491

Re: [discuss]About api documentation

2019-11-03 Thread Guangning E
@Sijie Guo Thank you for your advice, I will try it. Thanks, Guangning xiaolong ran 于2019年11月3日周日 上午11:44写道: > Thanks Guangning E work for this, LGTM +1 > > > > 在 2019年11月2日,上午9:51,Guangning E 写道: > > > > Recently, community users complained about API documents, including > > missing, wrong

Re: [ DISCUSS ]PIP-50: Package Management

2019-11-03 Thread Yong Zhang
Hi Sijie, Thanks for your suggestion! I will do it as you suggested. Thanks, Yong On Sat, 2 Nov 2019 at 12:24, Sijie Guo wrote: > Hi Yong, > > Thank you for putting this together. The overall approach looks good to me. > Since we already use bookkeeper for package management, this proposal

cpp test suite - missing client-rsa.pem

2019-11-03 Thread Brian Candler
I have built the cpp library successfully under Ubuntu 18.04.  I am trying to run the test suite: ./pulsar-test-service-start.sh main/tests but it fails here: [   OK ] BasicEndToEndTest.testHandlerReconnectionLogic (63567 ms) [ RUN  ] BasicEndToEndTest.testRSAEncryption 2019-11-03 21:

Slack digest for #dev - 2019-11-03

2019-11-03 Thread Apache Pulsar Slack
2019-11-02 23:32:47 UTC - Ali Ahmed: the test assertion retry logic never worked ``` try { assertEquals(sourceStatus.getNumInstances(), 1); assertEquals(sourceStatus.getNumRunning(), 1); assertEquals(sourceStatus.getInstances().size(), 1);