[GitHub] [bookkeeper] rdhabalia commented on pull request #3214: Issue 3070: Fix bug where checkAllLedgers gets stuck when read throttling is enabled

2022-08-10 Thread GitBox
rdhabalia commented on PR #3214: URL: https://github.com/apache/bookkeeper/pull/3214#issuecomment-1211526187 I think the main issue is #2973 implementation. You should not add a blocking call to throttle unless you have sync API. The right fix for #2973 is to check the permit and if the p

[GitHub] [bookkeeper] gaozhangmin opened a new pull request, #3446: Support skipping unavailable bookie when reading entry

2022-08-11 Thread GitBox
gaozhangmin opened a new pull request, #3446: URL: https://github.com/apache/bookkeeper/pull/3446 ### Motivation During autoRecovery, there were so many `Bookie handle is not available` errors, it was because replicateWorker would tried to read entry from bookie even if it's alrea

[GitHub] [bookkeeper] gaozhangmin closed pull request #3446: Support skipping unavailable bookie when reading entry

2022-08-11 Thread GitBox
gaozhangmin closed pull request #3446: Support skipping unavailable bookie when reading entry URL: https://github.com/apache/bookkeeper/pull/3446 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

2022-08-11 Thread GitBox
StevenLuMT commented on PR #3103: URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1211856787 rerun failure checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [bookkeeper] gaozhangmin closed pull request #3446: Support skipping unavailable bookie when reading entry

2022-08-11 Thread GitBox
gaozhangmin closed pull request #3446: Support skipping unavailable bookie when reading entry URL: https://github.com/apache/bookkeeper/pull/3446 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [bookkeeper] hangc0276 commented on issue #3445: Bookkeeper data logs sometimes get ERROR - Failed to compact entry log

2022-08-11 Thread GitBox
hangc0276 commented on issue #3445: URL: https://github.com/apache/bookkeeper/issues/3445#issuecomment-1212212437 It looks like the ledgerId is < 0, which will lead to the above exception. I wonder whether your ledger log file is broken. https://github.com/apache/bookkeeper/blob/de5d45fb

[GitHub] [bookkeeper] lhotari commented on pull request #3444: Add latency stats for entry location index lookup so that possible RocksDB bottleneck can be detected

2022-08-11 Thread GitBox
lhotari commented on PR #3444: URL: https://github.com/apache/bookkeeper/pull/3444#issuecomment-1212256336 > We already have the index lookup stats `read-locations-index-time`, does it has any case this metric can't cover? > > https://github.com/apache/bookkeeper/blob/de5d45fb823dc55

[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

2022-08-11 Thread GitBox
StevenLuMT commented on PR #3103: URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1212649794 rerun failure checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [bookkeeper] gaozhangmin closed pull request #3446: Support reading entry fail-fast on unavailable bookie

2022-08-11 Thread GitBox
gaozhangmin closed pull request #3446: Support reading entry fail-fast on unavailable bookie URL: https://github.com/apache/bookkeeper/pull/3446 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

2022-08-13 Thread GitBox
StevenLuMT commented on PR #3103: URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1214249759 rerun failure checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [bookkeeper] wangjialing218 commented on a diff in pull request #3158: support ipv6 address validation

2022-08-14 Thread GitBox
wangjialing218 commented on code in PR #3158: URL: https://github.com/apache/bookkeeper/pull/3158#discussion_r945371704 ## bookkeeper-common/src/test/java/org/apache/bookkeeper/common/net/ServiceURITest.java: ## @@ -206,6 +206,30 @@ public void testServiceInfoPlus() {

[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

2022-08-15 Thread GitBox
StevenLuMT commented on PR #3103: URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1214822071 rerun failure checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [bookkeeper] disserakt commented on issue #3445: Bookkeeper data logs sometimes get ERROR - Failed to compact entry log

2022-08-15 Thread GitBox
disserakt commented on issue #3445: URL: https://github.com/apache/bookkeeper/issues/3445#issuecomment-1215270686 @hangc0276 - How can I check if the ledger log file is broken or not? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

2022-08-15 Thread GitBox
StevenLuMT commented on PR #3103: URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1216040104 rerun failure checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

2022-08-15 Thread GitBox
StevenLuMT commented on PR #3103: URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1216187201 rerun failure checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

2022-08-16 Thread GitBox
StevenLuMT commented on PR #3103: URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1216305868 rerun failure checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

2022-08-16 Thread GitBox
StevenLuMT commented on PR #3103: URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1216355600 rerun failure checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [bookkeeper] eolivelli commented on pull request #3443: Backport BookieBackpressureForV2Test to branch-4.14

2022-08-16 Thread GitBox
eolivelli commented on PR #3443: URL: https://github.com/apache/bookkeeper/pull/3443#issuecomment-1216461826 @nicoloboschi @michaeljmarshall @zymap @merlimat TLS tests are failing, this is unrelated to this change. I am committing the patch -- This is an automated message from t

[GitHub] [bookkeeper] eolivelli merged pull request #3443: Backport BookieBackpressureForV2Test to branch-4.14

2022-08-16 Thread GitBox
eolivelli merged PR #3443: URL: https://github.com/apache/bookkeeper/pull/3443 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@bookke

[GitHub] [bookkeeper] eolivelli merged pull request #3444: Add latency stats for entry location index lookup so that possible RocksDB bottleneck can be detected

2022-08-16 Thread GitBox
eolivelli merged PR #3444: URL: https://github.com/apache/bookkeeper/pull/3444 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@bookke

[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

2022-08-16 Thread GitBox
StevenLuMT commented on PR #3103: URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1216575392 rerun failure checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

2022-08-16 Thread GitBox
StevenLuMT commented on PR #3103: URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1216796484 rerun failure checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

2022-08-16 Thread GitBox
StevenLuMT commented on PR #3103: URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1217358847 rerun failure checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

2022-08-16 Thread GitBox
StevenLuMT commented on PR #3103: URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1217409959 rerun failure checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

2022-08-16 Thread GitBox
StevenLuMT commented on PR #3103: URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1217421099 rerun failure checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

2022-08-16 Thread GitBox
StevenLuMT commented on PR #3103: URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1217459504 rerun failure checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

2022-08-16 Thread GitBox
StevenLuMT commented on PR #3103: URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1217501028 rerun failure checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [bookkeeper] StevenLuMT opened a new issue, #3447: Standardize the check process of bookkeeper's workflow like pulsar project

2022-08-17 Thread GitBox
StevenLuMT opened a new issue, #3447: URL: https://github.com/apache/bookkeeper/issues/3447 TestTLS.testConnectToLocalTLSClusterTLSClient can't run all successfully in branch master and 4.15.1-rc0, it seems that this problem has appeared long ago, rather than being introduced separately

[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

2022-08-17 Thread GitBox
StevenLuMT commented on PR #3103: URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1217554227 rerun failure checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

2022-08-17 Thread GitBox
StevenLuMT commented on PR #3103: URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1217945930 rerun failure checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [bookkeeper] zymap commented on issue #3447: Standardize the check process of bookkeeper's workflow like pulsar project

2022-08-17 Thread GitBox
zymap commented on issue #3447: URL: https://github.com/apache/bookkeeper/issues/3447#issuecomment-1218827844 https://github.com/apache/bookkeeper/pull/3439 this PR is for this -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [bookkeeper] zymap opened a new pull request, #3448: Fix the tls failed test

2022-08-18 Thread GitBox
zymap opened a new pull request, #3448: URL: https://github.com/apache/bookkeeper/pull/3448 --- *Motivation* When runing the tls test, the remote address is a LocalAddress, but we cast it to the `InetSocketAddress`. That cause the test `testConnectToLocalTLSClusterTLSClien

[GitHub] [bookkeeper] zymap commented on pull request #3448: Fix the tls failed test

2022-08-18 Thread GitBox
zymap commented on PR #3448: URL: https://github.com/apache/bookkeeper/pull/3448#issuecomment-1219349641 Now the TLS test has no failures https://pipelines.actions.githubusercontent.com/serviceHosts/18fb66ef-1cbe-4dfc-9200-fca890f3f8b2/_apis/pipelines/1/runs/42799/signedlogcontent/2?urlE

[GitHub] [bookkeeper] eolivelli merged pull request #3448: Fix the tls failed test

2022-08-18 Thread GitBox
eolivelli merged PR #3448: URL: https://github.com/apache/bookkeeper/pull/3448 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@bookke

[GitHub] [bookkeeper] eolivelli commented on pull request #3448: Fix the tls failed test

2022-08-18 Thread GitBox
eolivelli commented on PR #3448: URL: https://github.com/apache/bookkeeper/pull/3448#issuecomment-1219385238 @zymap please cherry-pick to 4.15 and 4.14 branches -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [bookkeeper] zymap commented on pull request #3448: Fix the tls failed test

2022-08-18 Thread GitBox
zymap commented on PR #3448: URL: https://github.com/apache/bookkeeper/pull/3448#issuecomment-1219413551 Sure -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

[GitHub] [bookkeeper] tisonkun opened a new pull request, #3449: Bump grpcio dep version of Python client for supporting ARM

2022-08-18 Thread GitBox
tisonkun opened a new pull request, #3449: URL: https://github.com/apache/bookkeeper/pull/3449 Reference: * https://github.com/apache/bookkeeper/pull/2432 * https://github.com/apache/pulsar/issues/7477 * https://github.com/grpc/grpc/pull/25418 * https://github.com/apache/puls

[GitHub] [bookkeeper] eolivelli commented on a diff in pull request #3449: Bump grpcio dep version of Python client for supporting ARM

2022-08-18 Thread GitBox
eolivelli commented on code in PR #3449: URL: https://github.com/apache/bookkeeper/pull/3449#discussion_r949422949 ## stream/clients/python/setup.py: ## @@ -31,7 +31,7 @@ 'six>=1.10.0', 'pytz', 'futures>=3.2.0;python_version<"3.2"', -'grpcio<1.28,>=1.8.2', +

[GitHub] [bookkeeper] zymap commented on pull request #3448: Fix the tls failed test

2022-08-18 Thread GitBox
zymap commented on PR #3448: URL: https://github.com/apache/bookkeeper/pull/3448#issuecomment-1220118528 cherry-picked to 4.14 and 4.15 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specifi

[GitHub] [bookkeeper] tisonkun commented on a diff in pull request #3449: Bump grpcio dep version of Python client for supporting ARM

2022-08-18 Thread GitBox
tisonkun commented on code in PR #3449: URL: https://github.com/apache/bookkeeper/pull/3449#discussion_r949717085 ## stream/clients/python/setup.py: ## @@ -31,7 +31,7 @@ 'six>=1.10.0', 'pytz', 'futures>=3.2.0;python_version<"3.2"', -'grpcio<1.28,>=1.8.2', +

[GitHub] [bookkeeper] tisonkun closed pull request #3449: Bump grpcio dep version of Python client for supporting ARM

2022-08-18 Thread GitBox
tisonkun closed pull request #3449: Bump grpcio dep version of Python client for supporting ARM URL: https://github.com/apache/bookkeeper/pull/3449 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [bookkeeper] tisonkun commented on pull request #3449: Bump grpcio dep version of Python client for supporting ARM

2022-08-18 Thread GitBox
tisonkun commented on PR #3449: URL: https://github.com/apache/bookkeeper/pull/3449#issuecomment-1220133096 Closed for now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [bookkeeper] hangc0276 opened a new pull request, #3450: Fix wrong stats name

2022-08-18 Thread GitBox
hangc0276 opened a new pull request, #3450: URL: https://github.com/apache/bookkeeper/pull/3450 ### Modification Fix the wrong `cbThreadPoolQueueSize` doc name -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [bookkeeper] zymap commented on a diff in pull request #3450: Fix wrong stats name

2022-08-18 Thread GitBox
zymap commented on code in PR #3450: URL: https://github.com/apache/bookkeeper/pull/3450#discussion_r949742882 ## bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/stats/JournalStats.java: ## @@ -216,7 +217,7 @@ public JournalStats(StatsLogger statsLogger, final long

[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

2022-08-19 Thread GitBox
StevenLuMT commented on PR #3103: URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1220348074 rerun failure checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [bookkeeper] eolivelli commented on a diff in pull request #3368: add async or sync for :ledger metadata index's rocksdb write

2022-08-19 Thread GitBox
eolivelli commented on code in PR #3368: URL: https://github.com/apache/bookkeeper/pull/3368#discussion_r949895963 ## bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/storage/ldb/LedgerMetadataIndexAsync.java: ## @@ -0,0 +1,117 @@ +/** + * + * Licensed to the Apache

[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

2022-08-19 Thread GitBox
StevenLuMT commented on PR #3103: URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1220383976 rerun failure checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [bookkeeper] StevenLuMT commented on a diff in pull request #3368: add async or sync for :ledger metadata index's rocksdb write

2022-08-19 Thread GitBox
StevenLuMT commented on code in PR #3368: URL: https://github.com/apache/bookkeeper/pull/3368#discussion_r949975958 ## bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/storage/ldb/LedgerMetadataIndexAsync.java: ## @@ -0,0 +1,117 @@ +/** + * + * Licensed to the Apache

[GitHub] [bookkeeper] hangc0276 closed pull request #3450: Fix wrong stats name

2022-08-19 Thread GitBox
hangc0276 closed pull request #3450: Fix wrong stats name URL: https://github.com/apache/bookkeeper/pull/3450 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-

[GitHub] [bookkeeper] StevenLuMT commented on pull request #3103: add async or sync for :entry location index's rocksdb write

2022-08-19 Thread GitBox
StevenLuMT commented on PR #3103: URL: https://github.com/apache/bookkeeper/pull/3103#issuecomment-1220852299 rerun failure checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [bookkeeper] StevenLuMT commented on issue #3447: Standardize the check process of bookkeeper's workflow like pulsar project

2022-08-19 Thread GitBox
StevenLuMT commented on issue #3447: URL: https://github.com/apache/bookkeeper/issues/3447#issuecomment-1220881695 > yes, look good to me,thanks @zymap -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [bookkeeper] eolivelli merged pull request #3439: Add .asf.yaml for configuring the project

2022-08-19 Thread GitBox
eolivelli merged PR #3439: URL: https://github.com/apache/bookkeeper/pull/3439 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@bookke

[GitHub] [bookkeeper] eolivelli commented on issue #2205: Ledger having a Empty segment is causing ReplicasCheck scrutiny to fail

2019-11-22 Thread GitBox
eolivelli commented on issue #2205: Ledger having a Empty segment is causing ReplicasCheck scrutiny to fail URL: https://github.com/apache/bookkeeper/pull/2205#issuecomment-557461579 run bookkeeper-server client tests This is

[GitHub] [bookkeeper] eolivelli closed pull request #2164: Prepare website for 4.10.0 release

2019-11-22 Thread GitBox
eolivelli closed pull request #2164: Prepare website for 4.10.0 release URL: https://github.com/apache/bookkeeper/pull/2164 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [bookkeeper] eolivelli commented on issue #2204: Bump jackson.version from 2.9.7 to 2.10.1

2019-11-22 Thread GitBox
eolivelli commented on issue #2204: Bump jackson.version from 2.9.7 to 2.10.1 URL: https://github.com/apache/bookkeeper/pull/2204#issuecomment-557462035 We have to fix the license files com.fasterxml.jackson.core-jackson-annotations-2.10.1.jar unaccounted for in LICENSE com.faster

[GitHub] [bookkeeper] eolivelli commented on issue #2182: Add API for Bookie checksum verification writeFlags

2019-11-22 Thread GitBox
eolivelli commented on issue #2182: Add API for Bookie checksum verification writeFlags URL: https://github.com/apache/bookkeeper/pull/2182#issuecomment-557462688 @karanmehta93 How are you doing with this change ? This is

[GitHub] [bookkeeper] karanmehta93 commented on issue #2182: Add API for Bookie checksum verification writeFlags

2019-11-23 Thread GitBox
karanmehta93 commented on issue #2182: Add API for Bookie checksum verification writeFlags URL: https://github.com/apache/bookkeeper/pull/2182#issuecomment-557823867 @eolivelli Currently I am not working, busy with some internal stuff. Will update the PR when I get some time. -

[GitHub] [bookkeeper] Ghatage commented on issue #2194: Creating namespace throws error

2019-11-27 Thread GitBox
Ghatage commented on issue #2194: Creating namespace throws error URL: https://github.com/apache/bookkeeper/issues/2194#issuecomment-559332446 @eolivelli should we close this? This is an automated message from the Apache Git S

[GitHub] [bookkeeper] Ghatage commented on issue #2140: how does the client choose the bookie to read?

2019-11-27 Thread GitBox
Ghatage commented on issue #2140: how does the client choose the bookie to read? URL: https://github.com/apache/bookkeeper/issues/2140#issuecomment-559332658 @eolivelli @sijie should we close this? This is an automated message

[GitHub] [bookkeeper] sunjingji closed issue #2140: how does the client choose the bookie to read?

2019-11-27 Thread GitBox
sunjingji closed issue #2140: how does the client choose the bookie to read? URL: https://github.com/apache/bookkeeper/issues/2140 This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [bookkeeper] codelipenghui opened a new issue #2208: NPE in RackwareEnsemblePlacementPolicyImpl.

2019-11-29 Thread GitBox
codelipenghui opened a new issue #2208: NPE in RackwareEnsemblePlacementPolicyImpl. URL: https://github.com/apache/bookkeeper/issues/2208 **Describe the bug** ``` java.lang.NullPointerException: null at org.apache.bookkeeper.client.RackawareEnsemblePlacementPolicyImpl.isEnsem

[GitHub] [bookkeeper] eolivelli commented on issue #2204: Bump jackson.version from 2.9.7 to 2.10.1

2019-12-02 Thread GitBox
eolivelli commented on issue #2204: Bump jackson.version from 2.9.7 to 2.10.1 URL: https://github.com/apache/bookkeeper/pull/2204#issuecomment-560557891 @rdhabalia or @dmercuriali does any of you have cycles to pick up this issue ? -

[GitHub] [bookkeeper] eolivelli commented on a change in pull request #2203: Issue #609 Add indexDirs field to cookie

2019-12-02 Thread GitBox
eolivelli commented on a change in pull request #2203: Issue #609 Add indexDirs field to cookie URL: https://github.com/apache/bookkeeper/pull/2203#discussion_r352833467 ## File path: tools/ledger/src/test/java/org/apache/bookkeeper/tools/cli/commands/cookie/GetCookieCommandTest.ja

[GitHub] [bookkeeper] eolivelli commented on a change in pull request #2203: Issue #609 Add indexDirs field to cookie

2019-12-02 Thread GitBox
eolivelli commented on a change in pull request #2203: Issue #609 Add indexDirs field to cookie URL: https://github.com/apache/bookkeeper/pull/2203#discussion_r352836177 ## File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/Cookie.java ## @@ -124,14 +

[GitHub] [bookkeeper] Ghatage commented on a change in pull request #2203: Issue #609 Add indexDirs field to cookie

2019-12-02 Thread GitBox
Ghatage commented on a change in pull request #2203: Issue #609 Add indexDirs field to cookie URL: https://github.com/apache/bookkeeper/pull/2203#discussion_r352885205 ## File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/Cookie.java ## @@ -124,14 +12

[GitHub] [bookkeeper] Ghatage commented on a change in pull request #2203: Issue #609 Add indexDirs field to cookie

2019-12-02 Thread GitBox
Ghatage commented on a change in pull request #2203: Issue #609 Add indexDirs field to cookie URL: https://github.com/apache/bookkeeper/pull/2203#discussion_r352885472 ## File path: tools/ledger/src/test/java/org/apache/bookkeeper/tools/cli/commands/cookie/GetCookieCommandTest.java

[GitHub] [bookkeeper] Ghatage opened a new issue #2209: BP-40 Audit logging for BookieShell

2019-12-04 Thread GitBox
Ghatage opened a new issue #2209: BP-40 Audit logging for BookieShell URL: https://github.com/apache/bookkeeper/issues/2209 **BP** This is the master ticket for tracking BP-40 : Audit logging for BookieShell. In order to make a software compliant with the security and privacy

[GitHub] [bookkeeper] SunDapeng1 opened a new pull request #2210: Fixed bin/bookkeeper shell readjournal

2019-12-05 Thread GitBox
SunDapeng1 opened a new pull request #2210: Fixed bin/bookkeeper shell readjournal URL: https://github.com/apache/bookkeeper/pull/2210 ### Motivation An error occurred while executing `bin/bookkeeper shell readjournal`, ![image](https://user-images.githubusercontent.com/42792537/703

[GitHub] [bookkeeper] SunDapeng1 opened a new pull request #2211: bin/bookkeeper shell supports the -conf

2019-12-06 Thread GitBox
SunDapeng1 opened a new pull request #2211: bin/bookkeeper shell supports the -conf URL: https://github.com/apache/bookkeeper/pull/2211 ### Motivation `bin/bookkeeper shell ` support `-conf configuration`, but it doesn't work. bk_server.conf is loaded by default, even if the configurati

[GitHub] [bookkeeper] sijie commented on issue #2210: Fixed bin/bookkeeper shell readjournal

2019-12-09 Thread GitBox
sijie commented on issue #2210: Fixed bin/bookkeeper shell readjournal URL: https://github.com/apache/bookkeeper/pull/2210#issuecomment-563113263 run bookkeeper-server replication tests This is an automated message from the A

[GitHub] [bookkeeper] sijie commented on issue #2211: bin/bookkeeper shell supports the -conf

2019-12-09 Thread GitBox
sijie commented on issue #2211: bin/bookkeeper shell supports the -conf URL: https://github.com/apache/bookkeeper/pull/2211#issuecomment-563113913 run integration tests This is an automated message from the Apache Git Service.

[GitHub] [bookkeeper] sijie merged pull request #2207: [Docs] Modify “Using Autoecovery”,recover does not support the specified target bookie

2019-12-09 Thread GitBox
sijie merged pull request #2207: [Docs] Modify “Using Autoecovery”,recover does not support the specified target bookie URL: https://github.com/apache/bookkeeper/pull/2207 This is an automated message from the Apache Git Ser

[GitHub] [bookkeeper] pedro93 opened a new issue #2212: Docker-compose example not working

2019-12-11 Thread GitBox
pedro93 opened a new issue #2212: Docker-compose example not working URL: https://github.com/apache/bookkeeper/issues/2212 **BUG REPORT** ***Describe the bug*** Tried to launch bookkeeper docker-compose environment locally but bookie containers failed, stating that bookkeeper meta

[GitHub] [bookkeeper] eolivelli opened a new pull request #2213: BP-38 new API for Bookie discovery

2019-12-12 Thread GitBox
eolivelli opened a new pull request #2213: BP-38 new API for Bookie discovery URL: https://github.com/apache/bookkeeper/pull/2213 Descriptions of the changes in this PR: THIS IS A DRAFT ### Motivation (Explain: why you're making that change, what is the problem you're tr

[GitHub] [bookkeeper] eolivelli opened a new pull request #2214: BP-38 New discovery service for Bookie services

2019-12-12 Thread GitBox
eolivelli opened a new pull request #2214: BP-38 New discovery service for Bookie services URL: https://github.com/apache/bookkeeper/pull/2214 Descriptions of the changes in this PR: THIS IS STILL A DRAFT ### Motivation (Explain: why you're making that change, what is t

[GitHub] [bookkeeper] eolivelli opened a new issue #2215: BP-38 Publish Bookie Service Info on Metadata Service

2019-12-12 Thread GitBox
eolivelli opened a new issue #2215: BP-38 Publish Bookie Service Info on Metadata Service URL: https://github.com/apache/bookkeeper/issues/2215 **BP** This is the master ticket for tracking BP-38 : Publish Bookie Service Info on Metadata Service The proposal is about adding t

[GitHub] [bookkeeper] aschiazza opened a new issue #2216: Bookkeeper High CPU usage when StreamStorageLifecycleComponent extra component is active

2019-12-13 Thread GitBox
aschiazza opened a new issue #2216: Bookkeeper High CPU usage when StreamStorageLifecycleComponent extra component is active URL: https://github.com/apache/bookkeeper/issues/2216 Hi, I've a trouble with Bookkeeper v4.9.2 ( I'm using Pulsar Docker image v2.4.1). When I activate the Strea

[GitHub] [bookkeeper] eolivelli commented on issue #2216: Bookkeeper High CPU usage when StreamStorageLifecycleComponent extra component is active

2019-12-13 Thread GitBox
eolivelli commented on issue #2216: Bookkeeper High CPU usage when StreamStorageLifecycleComponent extra component is active URL: https://github.com/apache/bookkeeper/issues/2216#issuecomment-565433414 Are you able to take a dump of the stacktrace of the JVM? With jstack for instance

[GitHub] [bookkeeper] aschiazza commented on issue #2216: Bookkeeper High CPU usage when StreamStorageLifecycleComponent extra component is active

2019-12-13 Thread GitBox
aschiazza commented on issue #2216: Bookkeeper High CPU usage when StreamStorageLifecycleComponent extra component is active URL: https://github.com/apache/bookkeeper/issues/2216#issuecomment-565438568 Thanks for the reply. I have attached the JVM stacktrace and ps output. [j

[GitHub] [bookkeeper] eolivelli commented on issue #2216: Bookkeeper High CPU usage when StreamStorageLifecycleComponent extra component is active

2019-12-13 Thread GitBox
eolivelli commented on issue #2216: Bookkeeper High CPU usage when StreamStorageLifecycleComponent extra component is active URL: https://github.com/apache/bookkeeper/issues/2216#issuecomment-565448669 It looks like a problem with some leader electiin. I can't tell more now (I don't have

[GitHub] [bookkeeper] aschiazza commented on issue #2216: Bookkeeper High CPU usage when StreamStorageLifecycleComponent extra component is active

2019-12-13 Thread GitBox
aschiazza commented on issue #2216: Bookkeeper High CPU usage when StreamStorageLifecycleComponent extra component is active URL: https://github.com/apache/bookkeeper/issues/2216#issuecomment-565456508 I think bookie is able to talk to zookeeper. I test it in that way: 1- I attached a sh

[GitHub] [bookkeeper] aschiazza edited a comment on issue #2216: Bookkeeper High CPU usage when StreamStorageLifecycleComponent extra component is active

2019-12-13 Thread GitBox
aschiazza edited a comment on issue #2216: Bookkeeper High CPU usage when StreamStorageLifecycleComponent extra component is active URL: https://github.com/apache/bookkeeper/issues/2216#issuecomment-565456508 I think bookie is able to talk to zookeeper. I test it in that way: 1- I attach

[GitHub] [bookkeeper] Anonymitaet commented on issue #2193: [Doc] Update BookKeeper Guide

2019-12-14 Thread GitBox
Anonymitaet commented on issue #2193: [Doc] Update BookKeeper Guide URL: https://github.com/apache/bookkeeper/issues/2193#issuecomment-565701284 I divide this task into several subtasks and add a plan. ### Get started - [ ] Run bookie locally (2019/12) - [ ] Run bookie in Do

[GitHub] [bookkeeper] Anonymitaet edited a comment on issue #2193: [Doc] Update BookKeeper Guide

2019-12-14 Thread GitBox
Anonymitaet edited a comment on issue #2193: [Doc] Update BookKeeper Guide URL: https://github.com/apache/bookkeeper/issues/2193#issuecomment-565701284 I divide this task into several subtasks and add a plan. ### Get started - [ ] Run bookie locally (2019/12) - [ ] Run bookie in

[GitHub] [bookkeeper] Anonymitaet opened a new pull request #2217: [Doc]Update Get Started Guide

2019-12-14 Thread GitBox
Anonymitaet opened a new pull request #2217: [Doc]Update Get Started Guide URL: https://github.com/apache/bookkeeper/pull/2217 Fix a part of https://github.com/apache/bookkeeper/issues/2193. I've updated this chapter based on the following architecture. ![image](https://user-image

[GitHub] [bookkeeper] Anonymitaet commented on issue #2217: [Doc]Update Get Started Guide

2019-12-14 Thread GitBox
Anonymitaet commented on issue #2217: [Doc]Update Get Started Guide URL: https://github.com/apache/bookkeeper/pull/2217#issuecomment-565710634 @sijie @eolivelli could you please help review? Thank you This is an automated mess

[GitHub] [bookkeeper] SunDapeng1 commented on issue #2211: bin/bookkeeper shell supports the -conf

2019-12-15 Thread GitBox
SunDapeng1 commented on issue #2211: bin/bookkeeper shell supports the -conf URL: https://github.com/apache/bookkeeper/pull/2211#issuecomment-565916569 run integration tests This is an automated message from the Apache Git Ser

[GitHub] [bookkeeper] Anonymitaet removed a comment on issue #2193: [Doc] Update BookKeeper Guide

2019-12-16 Thread GitBox
Anonymitaet removed a comment on issue #2193: [Doc] Update BookKeeper Guide URL: https://github.com/apache/bookkeeper/issues/2193#issuecomment-565701284 I divide this task into several subtasks and add a plan. ### Get started - [ ] Run bookie locally (2019/12) - [ ] Run bookie i

[GitHub] [bookkeeper] Anonymitaet commented on issue #2217: [Doc]Update Get Started Guide

2019-12-16 Thread GitBox
Anonymitaet commented on issue #2217: [Doc]Update Get Started Guide URL: https://github.com/apache/bookkeeper/pull/2217#issuecomment-566361982 @sijie could you please help review? Thank you This is an automated message from th

[GitHub] [bookkeeper] eolivelli commented on a change in pull request #2217: [Doc]Update Get Started Guide

2019-12-16 Thread GitBox
eolivelli commented on a change in pull request #2217: [Doc]Update Get Started Guide URL: https://github.com/apache/bookkeeper/pull/2217#discussion_r358622821 ## File path: site/docs/latest/getting-started/run-locally.md ## @@ -1,16 +1,115 @@ --- -title: Run bookies local

[GitHub] [bookkeeper] eolivelli opened a new issue #2218: Write customMetadata on ledgers created by DistributedLog

2019-12-17 Thread GitBox
eolivelli opened a new issue #2218: Write customMetadata on ledgers created by DistributedLog URL: https://github.com/apache/bookkeeper/issues/2218 **FEATURE REQUEST** 1. Please describe the feature you are requesting. It is very common for BookKeeper based applications to tag led

[GitHub] [bookkeeper] eolivelli commented on issue #2218: Write customMetadata on ledgers created by DistributedLog

2019-12-17 Thread GitBox
eolivelli commented on issue #2218: Write customMetadata on ledgers created by DistributedLog URL: https://github.com/apache/bookkeeper/issues/2218#issuecomment-566429132 @diegosalvi @dmercuriali PTAL This is an automated mes

[GitHub] [bookkeeper] ravisharda opened a new pull request #2219: Fix issues in Docker image that caused failures upon container startup

2019-12-17 Thread GitBox
ravisharda opened a new pull request #2219: Fix issues in Docker image that caused failures upon container startup URL: https://github.com/apache/bookkeeper/pull/2219 Descriptions of the changes in this PR: Fixes issues in Docker image that were causing errors when containers were spun.

[GitHub] [bookkeeper] eolivelli commented on issue #2219: Issue #2212: Fix issues in Docker image that caused failures upon container startup

2019-12-17 Thread GitBox
eolivelli commented on issue #2219: Issue #2212: Fix issues in Docker image that caused failures upon container startup URL: https://github.com/apache/bookkeeper/pull/2219#issuecomment-566471970 @dmercuriali PTAL This is an a

[GitHub] [bookkeeper] nicknezis commented on issue #2219: Issue #2212: Fix issues in Bookkeeper Docker image that prevented containers from starting up

2019-12-17 Thread GitBox
nicknezis commented on issue #2219: Issue #2212: Fix issues in Bookkeeper Docker image that prevented containers from starting up URL: https://github.com/apache/bookkeeper/pull/2219#issuecomment-566847033 I think this might fix issues I've had when trying to run Bookkeeper in Kubernetes.

[GitHub] [bookkeeper] nicknezis commented on issue #2219: Issue #2212: Fix issues in Bookkeeper Docker image that prevented containers from starting up

2019-12-17 Thread GitBox
nicknezis commented on issue #2219: Issue #2212: Fix issues in Bookkeeper Docker image that prevented containers from starting up URL: https://github.com/apache/bookkeeper/pull/2219#issuecomment-566863256 Ran a local test with Heron Helm chart in Minikube using a locally built copy of this

[GitHub] [bookkeeper] andrekramer1 opened a new issue #2220: Exception while replaying journals, shutting down

2019-12-18 Thread GitBox
andrekramer1 opened a new issue #2220: Exception while replaying journals, shutting down URL: https://github.com/apache/bookkeeper/issues/2220 We're running Apache Pulsar with bookkeeper on a Kubernetes cluster and we have bookies (2/3) failing to restart with the following exception: 0

[GitHub] [bookkeeper] eolivelli commented on issue #2211: bin/bookkeeper shell supports the -conf

2019-12-22 Thread GitBox
eolivelli commented on issue #2211: bin/bookkeeper shell supports the -conf URL: https://github.com/apache/bookkeeper/pull/2211#issuecomment-568245699 run integration tests This is an automated message from the Apache Git Serv

[GitHub] [bookkeeper] eolivelli commented on issue #2210: Fixed bin/bookkeeper shell readjournal

2019-12-22 Thread GitBox
eolivelli commented on issue #2210: Fixed bin/bookkeeper shell readjournal URL: https://github.com/apache/bookkeeper/pull/2210#issuecomment-568245726 run bookkeeper-server replication tests This is an automated message from t

[GitHub] [bookkeeper] eolivelli opened a new issue #2221: Add support for https in Vertx HTTP server

2019-12-22 Thread GitBox
eolivelli opened a new issue #2221: Add support for https in Vertx HTTP server URL: https://github.com/apache/bookkeeper/issues/2221 **FEATURE REQUEST** 1. Please describe the feature you are requesting. Currently default http server (Vertx) do not start an https endpoint, we

  1   2   3   4   5   6   7   8   9   10   >