Build failed in Jenkins: bookkeeper_postcommit_master_python #17

2018-10-26 Thread Apache Jenkins Server
See -- [...truncated 15.48 KB...] root 7076 2 0 19:47:34 0.0 0.0 [kworker/8:1] root 7634 2 0 Oct 25 0.0 0.0 [loop4] root 8017 2

Jenkins build became unstable: bookkeeper_release_branch_48_java8 #72

2018-10-26 Thread Apache Jenkins Server
See

Build failed in Jenkins: bookkeeper_release_branch_48_integrationtests #72

2018-10-26 Thread Apache Jenkins Server
See -- [...truncated 1.32 MB...] --- T E S T S ---

Jenkins build became unstable: bookkeeper_postcommit_master_java8 #299

2018-10-26 Thread Apache Jenkins Server
See

Build failed in Jenkins: bookkeeper_release_branch_47_integrationtests #187

2018-10-26 Thread Apache Jenkins Server
See -- [...truncated 10.64 KB...] root 570 2 0 Jul 25 0.0 0.0 [edac-poller] root 625 2 0 Jul 25 0.0 0.0 [kipmi0] root

[GitHub] david-streamlio opened a new issue #1763: Example application link broken

2018-10-26 Thread GitBox
david-streamlio opened a new issue #1763: Example application link broken URL: https://github.com/apache/bookkeeper/issues/1763 Documentation issue: The "Example Application" link on the https://bookkeeper.apache.org/docs/latest/api/ledger-api/ page is broken. The Link url

[GitHub] sijie commented on issue #1762: Don't cache Bookie hostname DNS resolution forever

2018-10-26 Thread GitBox
sijie commented on issue #1762: Don't cache Bookie hostname DNS resolution forever URL: https://github.com/apache/bookkeeper/pull/1762#issuecomment-433592520 IGNORE IT CI This is an automated message from the Apache Git

[GitHub] sijie commented on issue #1760: Kill LedgerMetadata#isConflictWith

2018-10-26 Thread GitBox
sijie commented on issue #1760: Kill LedgerMetadata#isConflictWith URL: https://github.com/apache/bookkeeper/pull/1760#issuecomment-433592578 IGNORE IT CI This is an automated message from the Apache Git Service. To respond

[GitHub] sijie commented on issue #1759: Remove LedgerMetadata#getEnsembles in favour of #getAllEnsembles

2018-10-26 Thread GitBox
sijie commented on issue #1759: Remove LedgerMetadata#getEnsembles in favour of #getAllEnsembles URL: https://github.com/apache/bookkeeper/pull/1759#issuecomment-433592598 run bookkeeper-server replication tests This is an

[GitHub] dlg99 edited a comment on issue #1762: Don't cache Bookie hostname DNS resolution forever

2018-10-26 Thread GitBox
dlg99 edited a comment on issue #1762: Don't cache Bookie hostname DNS resolution forever URL: https://github.com/apache/bookkeeper/pull/1762#issuecomment-433547606 LGTM but you also need to consider effects of ```-Dnetworkaddress.cache.ttl``` jvm option. ```text

[GitHub] dlg99 edited a comment on issue #1762: Don't cache Bookie hostname DNS resolution forever

2018-10-26 Thread GitBox
dlg99 edited a comment on issue #1762: Don't cache Bookie hostname DNS resolution forever URL: https://github.com/apache/bookkeeper/pull/1762#issuecomment-433547606 LGTM but you also need to consider effects of ```-Dnetworkaddress.cache.ttl``` jvm option. ```text

[GitHub] dlg99 commented on issue #1762: Don't cache Bookie hostname DNS resolution forever

2018-10-26 Thread GitBox
dlg99 commented on issue #1762: Don't cache Bookie hostname DNS resolution forever URL: https://github.com/apache/bookkeeper/pull/1762#issuecomment-433547606 LGTM but you also need to consider effects of ```-Dnetworkaddress.cache.ttl``` jvm option. ```text

[GitHub] merlimat opened a new pull request #1764: [website] Fix broken link to ledger-api#example-application

2018-10-26 Thread GitBox
merlimat opened a new pull request #1764: [website] Fix broken link to ledger-api#example-application URL: https://github.com/apache/bookkeeper/pull/1764 Link should be to a section in same page This is an automated message

[GitHub] merlimat commented on a change in pull request #1755: Configure Netty allocator in bookie and client

2018-10-26 Thread GitBox
merlimat commented on a change in pull request #1755: Configure Netty allocator in bookie and client URL: https://github.com/apache/bookkeeper/pull/1755#discussion_r228687243 ## File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java

[GitHub] merlimat commented on issue #1762: Don't cache Bookie hostname DNS resolution forever

2018-10-26 Thread GitBox
merlimat commented on issue #1762: Don't cache Bookie hostname DNS resolution forever URL: https://github.com/apache/bookkeeper/pull/1762#issuecomment-433566878 run integration tests This is an automated message from the

[GitHub] merlimat commented on a change in pull request #1755: Configure Netty allocator in bookie and client

2018-10-26 Thread GitBox
merlimat commented on a change in pull request #1755: Configure Netty allocator in bookie and client URL: https://github.com/apache/bookkeeper/pull/1755#discussion_r228686668 ## File path: bookkeeper-server/pom.xml ## @@ -37,6 +37,18 @@ + +

[GitHub] merlimat commented on a change in pull request #1755: Configure Netty allocator in bookie and client

2018-10-26 Thread GitBox
merlimat commented on a change in pull request #1755: Configure Netty allocator in bookie and client URL: https://github.com/apache/bookkeeper/pull/1755#discussion_r228659329 ## File path: conf/bk_server.conf ## @@ -956,3 +956,53 @@ storage.serve.readonly.tables=false

[GitHub] merlimat commented on issue #1762: Don't cache Bookie hostname DNS resolution forever

2018-10-26 Thread GitBox
merlimat commented on issue #1762: Don't cache Bookie hostname DNS resolution forever URL: https://github.com/apache/bookkeeper/pull/1762#issuecomment-433536461 @eolivelli Added comment This is an automated message from the

[GitHub] merlimat commented on issue #1762: Don't cache Bookie hostname DNS resolution forever

2018-10-26 Thread GitBox
merlimat commented on issue #1762: Don't cache Bookie hostname DNS resolution forever URL: https://github.com/apache/bookkeeper/pull/1762#issuecomment-43389 @dlg99 `-Dnetworkaddress.cache.ttl` cannot be passed as system property from CLI but rather included in `java.security` property

[GitHub] merlimat commented on a change in pull request #1755: Configure Netty allocator in bookie and client

2018-10-26 Thread GitBox
merlimat commented on a change in pull request #1755: Configure Netty allocator in bookie and client URL: https://github.com/apache/bookkeeper/pull/1755#discussion_r228687202 ## File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/client/BookKeeper.java ##

[GitHub] merlimat commented on a change in pull request #1755: Configure Netty allocator in bookie and client

2018-10-26 Thread GitBox
merlimat commented on a change in pull request #1755: Configure Netty allocator in bookie and client URL: https://github.com/apache/bookkeeper/pull/1755#discussion_r228687050 ## File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/Bookie.java ## @@

[GitHub] ivankelly commented on a change in pull request #1755: Configure Netty allocator in bookie and client

2018-10-26 Thread GitBox
ivankelly commented on a change in pull request #1755: Configure Netty allocator in bookie and client URL: https://github.com/apache/bookkeeper/pull/1755#discussion_r228458464 ## File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/Bookie.java ## @@

[GitHub] ivankelly commented on a change in pull request #1755: Configure Netty allocator in bookie and client

2018-10-26 Thread GitBox
ivankelly commented on a change in pull request #1755: Configure Netty allocator in bookie and client URL: https://github.com/apache/bookkeeper/pull/1755#discussion_r228462059 ## File path: conf/bk_server.conf ## @@ -956,3 +956,53 @@ storage.serve.readonly.tables=false

[GitHub] ivankelly commented on a change in pull request #1755: Configure Netty allocator in bookie and client

2018-10-26 Thread GitBox
ivankelly commented on a change in pull request #1755: Configure Netty allocator in bookie and client URL: https://github.com/apache/bookkeeper/pull/1755#discussion_r228460372 ## File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java

[GitHub] ivankelly commented on a change in pull request #1755: Configure Netty allocator in bookie and client

2018-10-26 Thread GitBox
ivankelly commented on a change in pull request #1755: Configure Netty allocator in bookie and client URL: https://github.com/apache/bookkeeper/pull/1755#discussion_r228449352 ## File path: bookkeeper-server/pom.xml ## @@ -37,6 +37,18 @@ + +

[GitHub] ivankelly commented on a change in pull request #1755: Configure Netty allocator in bookie and client

2018-10-26 Thread GitBox
ivankelly commented on a change in pull request #1755: Configure Netty allocator in bookie and client URL: https://github.com/apache/bookkeeper/pull/1755#discussion_r228458464 ## File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/Bookie.java ## @@

[GitHub] ivankelly commented on a change in pull request #1755: Configure Netty allocator in bookie and client

2018-10-26 Thread GitBox
ivankelly commented on a change in pull request #1755: Configure Netty allocator in bookie and client URL: https://github.com/apache/bookkeeper/pull/1755#discussion_r228459284 ## File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/client/BookKeeper.java ##

[GitHub] ivankelly commented on a change in pull request #1755: Configure Netty allocator in bookie and client

2018-10-26 Thread GitBox
ivankelly commented on a change in pull request #1755: Configure Netty allocator in bookie and client URL: https://github.com/apache/bookkeeper/pull/1755#discussion_r228458207 ## File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/Bookie.java ## @@

[GitHub] ivankelly commented on a change in pull request #1755: Configure Netty allocator in bookie and client

2018-10-26 Thread GitBox
ivankelly commented on a change in pull request #1755: Configure Netty allocator in bookie and client URL: https://github.com/apache/bookkeeper/pull/1755#discussion_r228460816 ## File path:

[GitHub] ivankelly commented on issue #1760: Kill LedgerMetadata#isConflictWith

2018-10-26 Thread GitBox
ivankelly commented on issue #1760: Kill LedgerMetadata#isConflictWith URL: https://github.com/apache/bookkeeper/pull/1760#issuecomment-433366561 rerun integration tests This is an automated message from the Apache Git