[GitHub] merlimat opened a new pull request #598: Added links to the Slack channel in website

2017-07-25 Thread git
cc/ @lucperkins This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apach

[GitHub] merlimat closed pull request #574: Documentation changes

2017-07-25 Thread git
merlimat closed pull request #574: Documentation changes URL: https://github.com/apache/incubator-pulsar/pull/574 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] rdhabalia commented on issue #538: PIP-2: Introduce non-persistent topics

2017-07-25 Thread git
r `non-persistent` topics, which caused this one. I will fix it as well. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific c

[GitHub] merlimat closed pull request #597: Excluded a couple of binary files from src release artifact

2017-07-25 Thread git
merlimat closed pull request #597: Excluded a couple of binary files from src release artifact URL: https://github.com/apache/incubator-pulsar/pull/597 This is an automated message from the Apache Git Service. To respond

[GitHub] merlimat commented on issue #538: PIP-2: Introduce non-persistent topics

2017-07-25 Thread git
) at org.apache.bookkeeper.mledger.util.SafeRun$1.safeRun(SafeRun.java:30) at org.apache.bookkeeper.util.SafeRunnable.run(SafeRunnable.java:31) ``` This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] rdhabalia commented on a change in pull request #538: PIP-2: Introduce non-persistent topics

2017-07-25 Thread git
defaultEnableNonPersistentTopic); +conf.setLoadManagerClassName(defaultLoadManagerName); +} + +} + Review comment: we have two testcases: one with non-persistent enabled broker other one without it. In other cases broker has default configuration to loa

[GitHub] merlimat commented on issue #586: Add athenz authentication plugin for C++ client

2017-07-25 Thread git
. It would not cause any issue to someone not using it. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries

[GitHub] rdhabalia opened a new issue #596: Remove non-persistent broker-mode once broker can handle both types of topic properly

2017-07-25 Thread git
this task and will mention into code to get detailed explanation. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment

[GitHub] rdhabalia commented on a change in pull request #538: Make broker configurable to own non-persistent topic

2017-07-25 Thread git
this) > 0; +} + +private Consumer getNextConsumer() { Review comment: Sure, I will again visit it to share things across both the persistent/non-persistent entitites. This is an automated message from the Apache Git Service.

[GitHub] merlimat commented on a change in pull request #574: Documentation changes

2017-07-25 Thread git
automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] merlimat commented on a change in pull request #574: Documentation changes

2017-07-25 Thread git
ore prominent that specifying a key will use the key hash to select the partition, guaranteeing the per-key ordering. (this is the most common pattern when using partitioned topics). This is an automated message from the Apache Git Serv

[GitHub] merlimat commented on a change in pull request #574: Documentation changes

2017-07-25 Thread git
](https://spark.apache.org/streaming/) to receive data from Pulsar. Review comment: `recevier` -> `receiver` This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] merlimat commented on a change in pull request #574: Documentation changes

2017-07-25 Thread git
message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] merlimat commented on a change in pull request #538: Make broker configurable to own non-persistent topic

2017-07-24 Thread git
}); + +} + +public void sendMessage(Entry entry) { Review comment: Is it possible to share any logic with the other replicator? This is an automated message from the Apache Git Service. To respond to the message

[GitHub] merlimat commented on a change in pull request #538: Make broker configurable to own non-persistent topic

2017-07-24 Thread git
omated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] merlimat commented on a change in pull request #538: Make broker configurable to own non-persistent topic

2017-07-24 Thread git
et(this) > 0; +} + +private Consumer getNextConsumer() { Review comment: Can this logic be shared with the persistent version of the dispatcher? (Maybe using an abstract class?) This is an automated message from the Apache Git

[GitHub] merlimat commented on a change in pull request #538: Make broker configurable to own non-persistent topic

2017-07-24 Thread git
issue for the TODO and mention it here? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service

[GitHub] merlimat commented on a change in pull request #538: Make broker configurable to own non-persistent topic

2017-07-24 Thread git
comment: Side note: should we remove `queue` and `topic` here? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For qu

[GitHub] yush1ga commented on issue #586: Add athenz authentication plugin for C++ client

2017-07-24 Thread git
ate a PR against Athenz repo because this ZTSClient has only minimum functions for Pulsar. I think it is difficult to do it. This is an automated message from the Apache Git Service. To respond to the message, please log on Git

[GitHub] yush1ga commented on issue #586: Add athenz authentication plugin for C++ client

2017-07-24 Thread git
ate a PR against Athenz repo because this ZTSClient has only minimum functions for Pulsar. I think it is difficult to do it. This is an automated message from the Apache Git Service. To respond to the message, please log on Git

[GitHub] yush1ga commented on a change in pull request #543: Added documents for wildcard matching in authorization

2017-07-24 Thread git
\ +--actions produce,consume \ +--role my.role.* Review comment: Added single quotation. This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] jai1 commented on issue #590: CPP Client - removed log statement from ClientImpl Destructor

2017-07-24 Thread git
64/libc-2.12.so) ``` This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, pl

[GitHub] jai1 commented on issue #590: CPP Client - removed log statement from ClientImpl Destructor

2017-07-24 Thread git
64/libc-2.12.so) ``` I don't know if it is related to boost version mismatch, since that env uses the latest boost version. This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] jai1 closed pull request #595: CPP Client Test for Lookup Issue (#551)

2017-07-24 Thread git
jai1 closed pull request #595: CPP Client Test for Lookup Issue (#551) URL: https://github.com/apache/incubator-pulsar/pull/595 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] jai1 opened a new pull request #595: CPP Client Test for Lookup Issue (#551)

2017-07-24 Thread git
logical in order to prevent failure since we are running the tests in parallel - no logical changes have been made in the test. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] merlimat closed pull request #594: Enable Apache rat in CI builds

2017-07-24 Thread git
merlimat closed pull request #594: Enable Apache rat in CI builds URL: https://github.com/apache/incubator-pulsar/pull/594 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] rdhabalia opened a new pull request #593: Local-policies cache should copy global-policy data and return combin?

2017-07-24 Thread git
and create `local-policy` znode. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] merlimat commented on issue #592: Added script to sign release artifacts

2017-07-24 Thread git
t SVN repo. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastruct

[GitHub] merlimat opened a new pull request #592: Added script to sign release artifacts

2017-07-24 Thread git
on the Release process wiki page. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] lucperkins commented on issue #591: Fixed references to Yahoo pages

2017-07-24 Thread git
lucperkins commented on issue #591: Fixed references to Yahoo pages URL: https://github.com/apache/incubator-pulsar/pull/591#issuecomment-317499823 ? This is an automated message from the Apache Git Service. To respond

[GitHub] merlimat commented on issue #591: Fixed references to Yahoo pages

2017-07-24 Thread git
merlimat commented on issue #591: Fixed references to Yahoo pages URL: https://github.com/apache/incubator-pulsar/pull/591#issuecomment-317499287 cc/ @lucperkins This is an automated message from the Apache Git Service

[GitHub] merlimat opened a new pull request #591: Fixed references to Yahoo pages

2017-07-24 Thread git
to notice the release is for "Yahoo Pulsar" and not "Apache Pulsar" (We'll remove the disclaimer once the next release is out). This is an automated message from the Apache Git Service. To respond to the

[GitHub] saandrews commented on issue #590: CPP Client - removed log statement from ClientImpl Destructor

2017-07-24 Thread git
? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] jai1 opened a new pull request #590: CPP Client - removed log statement from ClientImpl Destructor

2017-07-24 Thread git
??? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] merlimat closed pull request #588: clear up pendingReceive queue when consumer close

2017-07-21 Thread git
merlimat closed pull request #588: clear up pendingReceive queue when consumer close URL: https://github.com/apache/incubator-pulsar/pull/588 This is an automated message from the Apache Git Service. To respond

[GitHub] merlimat commented on a change in pull request #574: Documentation changes (work in progress)

2017-07-21 Thread git
endpoint: Codebase +- title: Advanced Review comment: `Pulsar applications` --> `Client libraries` This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL ab

[GitHub] merlimat commented on a change in pull request #574: Documentation changes (work in progress)

2017-07-21 Thread git
endpoint: Codebase +- title: Advanced Review comment: Separate `Spark Streaming Receiver` and `Apache Storm Adaptor` into their own section `Adapters` This is an automated message from the Apache Git Service. To respond

[GitHub] merlimat commented on a change in pull request #574: Documentation changes (work in progress)

2017-07-21 Thread git
--- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] merlimat commented on a change in pull request #574: Documentation changes (work in progress)

2017-07-21 Thread git
endpoint: Codebase +- title: Advanced Review comment: Move `Simulation Tools` under `Developing Pulsar` This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] rdhabalia commented on issue #402: Rate limiting in the dispatcher

2017-07-21 Thread git
an extend its functionality to handle it more accurately. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For

[GitHub] merlimat commented on issue #402: Rate limiting in the dispatcher

2017-07-21 Thread git
own This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache

[GitHub] rdhabalia commented on issue #402: Rate limiting in the dispatcher

2017-07-21 Thread git
oth the brokers should throttle with similar rate to have transparency of rate-limiting. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the speci

[GitHub] merlimat commented on issue #402: Rate limiting in the dispatcher

2017-07-21 Thread git
che This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apa

[GitHub] rdhabalia commented on issue #402: Rate limiting in the dispatcher

2017-07-21 Thread git
s at runtime and can be varied broker to broker? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this ser

[GitHub] merlimat closed pull request #589: Updated README by removing broken links and adding instruction on how to build

2017-07-21 Thread git
merlimat closed pull request #589: Updated README by removing broken links and adding instruction on how to build URL: https://github.com/apache/incubator-pulsar/pull/589 This is an automated message from the Apache Git

[GitHub] merlimat commented on a change in pull request #543: Added documents for wildcard matching in authorization

2017-07-21 Thread git
.*' ``` This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git

[GitHub] merlimat commented on issue #402: Rate limiting in the dispatcher

2017-07-21 Thread git
essage from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] merlimat opened a new pull request #589: Updated README by removing broken links and adding instruction on how to build

2017-07-21 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git

[GitHub] jai1 commented on a change in pull request #577: CPP add receiveAsync API

2017-07-20 Thread git
er, shared_from_this(), consumer)); } } ``` This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastr

[GitHub] jai1 commented on a change in pull request #577: CPP add receiveAsync API

2017-07-20 Thread git
ivedCallback function, just call the callback This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] jai1 commented on a change in pull request #577: CPP add receiveAsync API

2017-07-20 Thread git
functions This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] rdhabalia commented on a change in pull request #586: Add athenz authentication plugin for C++ client

2017-07-20 Thread git
return; +} + +// set required value +tenantDomain_ = params["tenantDomain"]; Review comment: should we do `requiredParams[0]` in order to avoid any typo ? This is an automated message from th

[GitHub] rdhabalia commented on a change in pull request #586: Add athenz authentication plugin for C++ client

2017-07-20 Thread git
nit in the name eg: `MIN_TOKEN_EXPIRATION_TIME_SEC` ---- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infras

[GitHub] rdhabalia commented on issue #402: Rate limiting in the dispatcher

2017-07-20 Thread git
. Can we please provide a feedback or add any other additional approach. @merlimat @saandrews This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go

[GitHub] saandrews commented on issue #586: Add athenz authentication plugin for C++ client

2017-07-20 Thread git
ey are ready to open source their current implementation, they can replace/reorganize it. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to

[GitHub] merlimat commented on a change in pull request #586: Add athenz authentication plugin for C++ client

2017-07-20 Thread git
: This file should be included only in the Athenz auth plugin. Maybe we could add a sub-directory, like `lib/auth/athenz/...` This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] merlimat commented on a change in pull request #586: Add athenz authentication plugin for C++ client

2017-07-20 Thread git
st; Review comment: `const std::string&` This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about thi

[GitHub] merlimat commented on a change in pull request #586: Add athenz authentication plugin for C++ client

2017-07-20 Thread git
;r"); +if (fp == NULL) { +LOG_ERROR("Failed to open athenz private key file: " << privateKeyPath_); +return ""; +} + +privateKey = PEM_read_RSAPrivateKey(fp, NULL, NULL, NULL); +if (privateKey == NULL) {

[GitHub] merlimat opened a new pull request #587: Upgrade to RocksDB 5.5.5 with Apache License 2.0

2017-07-20 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git

[GitHub] rdhabalia closed pull request #425: Add GrowablePriorityLongPairQueue and tests

2017-07-20 Thread git
rdhabalia closed pull request #425: Add GrowablePriorityLongPairQueue and tests URL: https://github.com/apache/incubator-pulsar/pull/425 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] rdhabalia commented on issue #402: Rate limiting in the dispatcher

2017-07-19 Thread git
throttling. Can we please provide a feedback or add any other additional approach. @merlimat @saandrews This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go

[GitHub] merlimat closed pull request #585: Fix API doc generation issue

2017-07-19 Thread git
merlimat closed pull request #585: Fix API doc generation issue URL: https://github.com/apache/incubator-pulsar/pull/585 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] merlimat opened a new issue #584: Upgrade CPP Client to C++11

2017-07-18 Thread git
merlimat opened a new issue #584: Upgrade CPP Client to C++11 URL: https://github.com/apache/incubator-pulsar/issues/584 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] merlimat closed issue #568: Build is crashing while running tests with Bk-ZookeeperClient factory

2017-07-18 Thread git
merlimat closed issue #568: Build is crashing while running tests with Bk-ZookeeperClient factory URL: https://github.com/apache/incubator-pulsar/issues/568 This is an automated message from the Apache Git Service

[GitHub] merlimat closed pull request #583: Fixed bin distribution file name from pulsar-x.y-bin.tgz to apache-pulsar

2017-07-18 Thread git
merlimat closed pull request #583: Fixed bin distribution file name from pulsar-x.y-bin.tgz to apache-pulsar URL: https://github.com/apache/incubator-pulsar/pull/583 This is an automated message from the Apache Git Service

[GitHub] merlimat opened a new pull request #583: Fixed bin distribution file name from pulsar-x.y-bin.tgz to apache-pulsar

2017-07-18 Thread git
the docker image to fail. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact

[GitHub] jai1 closed issue #571: Link to website leads to 404

2017-07-18 Thread git
jai1 closed issue #571: Link to website leads to 404 URL: https://github.com/apache/incubator-pulsar/issues/571 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] merlimat closed pull request #575: Build and publish docker images

2017-07-18 Thread git
merlimat closed pull request #575: Build and publish docker images URL: https://github.com/apache/incubator-pulsar/pull/575 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] merlimat commented on issue #564: Set timeouts on admin requests

2017-07-18 Thread git
the 30sec :) . In any case, I totally agree we need to have a max on it. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment

[GitHub] jai1 commented on issue #579: Upgrading to c++11

2017-07-18 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us

[GitHub] jai1 closed issue #579: Upgrading to c++11

2017-07-18 Thread git
jai1 closed issue #579: Upgrading to c++11 URL: https://github.com/apache/incubator-pulsar/issues/579 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] jai1 commented on issue #579: Upgrading to c++11

2017-07-18 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] rdhabalia commented on a change in pull request #577: CPP add receiveAsync API

2017-07-18 Thread git
dy closed. so, I have added the result into the callback. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries ab

[GitHub] rdhabalia commented on a change in pull request #577: CPP add receiveAsync API

2017-07-18 Thread git
` This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] merlimat commented on issue #579: Upgrading to c++11

2017-07-18 Thread git
now This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] jai1 commented on issue #579: Upgrading to c++11

2017-07-18 Thread git
ion to create a project. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact I

[GitHub] merlimat commented on issue #575: Build and publish docker images

2017-07-18 Thread git
` The `DOCKER_ORG` variable controls the org account. I have created the `apachepulsar` already and can add people to control that. I just need the Docker Hub account names. This is an automated message from the Apache Git

[GitHub] dave2wave commented on issue #571: Link to website leads to 404

2017-07-18 Thread git
dave2wave commented on issue #571: Link to website leads to 404 URL: https://github.com/apache/incubator-pulsar/issues/571#issuecomment-316186858 It is up now! This is an automated message from the Apache Git Service

[GitHub] rdhabalia commented on a change in pull request #577: CPP add receiveAsync API

2017-07-18 Thread git
see any specific issue with `UnboundedBlockingQueue`? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about

[GitHub] jai1 commented on a change in pull request #577: CPP add receiveAsync API

2017-07-18 Thread git
see a deadlock This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastruc

[GitHub] saandrews commented on issue #579: Upgrading to c++11

2017-07-18 Thread git
t;https://github.com/notifications/unsubscribe-auth/ATk4LD-kR-NlOpUauYfCfeAJX4XhQpzLks5sPPntgaJpZM4Oat6z> > . > ---- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] rdhabalia commented on a change in pull request #577: CPP add receiveAsync API

2017-07-18 Thread git
. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] rdhabalia commented on a change in pull request #577: CPP add receiveAsync API

2017-07-18 Thread git
. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] rdhabalia commented on a change in pull request #577: CPP add receiveAsync API

2017-07-18 Thread git
eturns a message when available so, I think there is no need of result in this case. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the

[GitHub] jai1 commented on a change in pull request #577: CPP add receiveAsync API

2017-07-18 Thread git
ated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] merlimat closed pull request #581: Use redirectTestOutputToFile in unit tests to reduce build output size

2017-07-18 Thread git
merlimat closed pull request #581: Use redirectTestOutputToFile in unit tests to reduce build output size URL: https://github.com/apache/incubator-pulsar/pull/581 This is an automated message from the Apache Git Service

[GitHub] merlimat commented on issue #581: Use redirectTestOutputToFile in unit tests to reduce build output size

2017-07-18 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] merlimat commented on issue #394: Remove Managed Ledger metadata text format

2017-07-18 Thread git
the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] merlimat commented on issue #579: Upgrading to c++11

2017-07-18 Thread git
to target? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure

[GitHub] merlimat opened a new pull request #580: Fix #578: Force early load of epoll library to avoid race condition

2017-07-18 Thread git
. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us

[GitHub] rdhabalia commented on issue #578: Intermittent test failure: Websocket.LookupProtocolTest

2017-07-17 Thread git
) This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards

[GitHub] jai1 opened a new issue #579: Upgrading to c++11

2017-07-17 Thread git
and not use any C++11 features in the interface? If not then I can start work on the same. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go

[GitHub] rdhabalia commented on issue #578: Intermittent test failure: Websocket.LookupProtocolTest

2017-07-17 Thread git
e.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) ``` ---- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] merlimat commented on issue #575: Build and publish docker images

2017-07-17 Thread git
/pulsar/builds/254662796 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact

[GitHub] merlimat closed pull request #563: Fixes for NOTICE and LICENSE files for src and bin distribution

2017-07-17 Thread git
merlimat closed pull request #563: Fixes for NOTICE and LICENSE files for src and bin distribution URL: https://github.com/apache/incubator-pulsar/pull/563 This is an automated message from the Apache Git Service

[GitHub] rdhabalia commented on issue #578: Intermittent test failure: Websocket.LookupProtocolTest

2017-07-17 Thread git
/pulsar/websocket/WebSocketService.java#L85) creates `localCluster` on service init so, in this test-case, it should not be null. This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] merlimat commented on issue #578: Intermittent test failure: Websocket.LookupProtocolTest

2017-07-17 Thread git
message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] merlimat commented on issue #578: Intermittent test failure: Websocket.LookupProtocolTest

2017-07-17 Thread git
// If not explicitly set, read clusters data from ZK localCluster = retrieveClusterData(); ``` This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go

[GitHub] rdhabalia opened a new issue #578: Intermittent test failure: Websocket.LookupProtocolTest

2017-07-17 Thread git
:52 ? ThreadTimeout Method org.testng.intern... ``` This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this

[GitHub] rdhabalia opened a new pull request #577: CPP add receiveAsync API

2017-07-17 Thread git
. ### Modifications Add `receiveAsync` api to cpp-client library. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment

<    1   2   3   4   5   6   >