Re: [I] [FLAKY TEST] stream:storage:impl:test / MVCCStoreFactoryImplTest flaked on CI [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj closed issue #3031: [FLAKY TEST] stream:storage:impl:test / MVCCStoreFactoryImplTest flaked on CI URL: https://github.com/apache/bookkeeper/issues/3031 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] [FLAKY TEST] stream:storage:impl:test / MVCCStoreFactoryImplTest flaked on CI [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj commented on issue #3031: URL: https://github.com/apache/bookkeeper/issues/3031#issuecomment-2094061895 closed by #3032 -- 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

Re: [PR] doc: update PR template to better link to issue [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj commented on PR #4335: URL: https://github.com/apache/bookkeeper/pull/4335#issuecomment-2094064873 @dlg99 @eolivelli @hangc0276 @merlimat @nicoloboschi @StevenLuMT @wenbingshen @zhaijack PTAL -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [I] Topics/labels used for categorizing this repo do not represent Bookkeeper well [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj closed issue #2229: Topics/labels used for categorizing this repo do not represent Bookkeeper well URL: https://github.com/apache/bookkeeper/issues/2229 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[PR] build: remove unused cpp library rt [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj opened a new pull request, #4338: URL: https://github.com/apache/bookkeeper/pull/4338 ### Motivation Fix build warnings, and `librt` is not used. ``` [INFO] --- nar-maven-plugin:3.5.2:nar-compile (default-nar-compile) @ circe-checksum --- [INFO] Compiling 2

Re: [I] Autorecovery stuck when ensemble equals total bookies [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj closed issue #3905: Autorecovery stuck when ensemble equals total bookies URL: https://github.com/apache/bookkeeper/issues/3905 -- 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

(bookkeeper) branch branch-4.14 updated: Bump version to 4.14.9-SNAPSHOT (#4079)

2024-05-04 Thread shoothzj
This is an automated email from the ASF dual-hosted git repository. shoothzj pushed a commit to branch branch-4.14 in repository https://gitbox.apache.org/repos/asf/bookkeeper.git The following commit(s) were added to refs/heads/branch-4.14 by this push: new 5db6f2251b Bump version to

Re: [PR] [Branch-4.14] Bump version to 4.14.9-SNAPSHOT [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj merged PR #4079: URL: https://github.com/apache/bookkeeper/pull/4079 -- 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:

Re: [I] Missing TYPE desc for jvm_* metrics type when using Prometheus Metric Provider [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj closed issue #3732: Missing TYPE desc for jvm_* metrics type when using Prometheus Metric Provider URL: https://github.com/apache/bookkeeper/issues/3732 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] Missing TYPE desc for jvm_* metrics type when using Prometheus Metric Provider [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj commented on issue #3732: URL: https://github.com/apache/bookkeeper/issues/3732#issuecomment-2094055620 tested with master code, I think it has been fixed. ``` # TYPE jvm_memory_objects_pending_finalization gauge jvm_memory_objects_pending_finalization{} 0.0 # TYPE

Re: [I] Bypass journal ledger feature [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj commented on issue #1918: URL: https://github.com/apache/bookkeeper/issues/1918#issuecomment-2094061481 closed by #2401 -- 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

Re: [I] Bypass journal ledger feature [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj closed issue #1918: Bypass journal ledger feature URL: https://github.com/apache/bookkeeper/issues/1918 -- 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

Re: [I] BP-44: USE metrics [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj closed issue #2834: BP-44: USE metrics URL: https://github.com/apache/bookkeeper/issues/2834 -- 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:

Re: [I] NPE in RackwareEnsemblePlacementPolicyImpl. [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj commented on issue #2208: URL: https://github.com/apache/bookkeeper/issues/2208#issuecomment-2094061214 closed by #3350 -- 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

Re: [I] NPE in RackwareEnsemblePlacementPolicyImpl. [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj closed issue #2208: NPE in RackwareEnsemblePlacementPolicyImpl. URL: https://github.com/apache/bookkeeper/issues/2208 -- 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.

Re: [PR] chore: remove assert statement in LedgerDescriptor [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj commented on PR #4334: URL: https://github.com/apache/bookkeeper/pull/4334#issuecomment-2094064797 @dlg99 @eolivelli @hangc0276 @merlimat @nicoloboschi @StevenLuMT @wenbingshen @zhaijack PTAL -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] support change compaction rate dynamically [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj commented on PR #3151: URL: https://github.com/apache/bookkeeper/pull/3151#issuecomment-2094067688 @junedo WDYT about @StevenLuMT's review opinion? are you still interested in this? -- This is an automated message from the Apache Git Service. To respond to the message, please

[PR] remove stale sleep code in BookieServer [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj opened a new pull request, #4336: URL: https://github.com/apache/bookkeeper/pull/4336 ### Motivation Since #1400 is closed, remove this sleep code. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] build: remove unused cpp library rt [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj commented on PR #4338: URL: https://github.com/apache/bookkeeper/pull/4338#issuecomment-2094290423 @dlg99 @eolivelli @hangc0276 @merlimat @nicoloboschi @StevenLuMT @wenbingshen @zhaijack PTAL -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Fix disk weight ensemble infinite loop bug [bookkeeper]

2024-05-04 Thread via GitHub
hangc0276 commented on code in PR #4324: URL: https://github.com/apache/bookkeeper/pull/4324#discussion_r1590014563 ## bookkeeper-server/src/main/java/org/apache/bookkeeper/client/RackawareEnsemblePlacementPolicyImpl.java: ## @@ -792,9 +792,6 @@ protected List

(bookkeeper) branch master updated: Apply WRITE_BUFFER_WATER_MARK setting to child channels in BookieNettyServer (#4337)

2024-05-04 Thread eolivelli
This is an automated email from the ASF dual-hosted git repository. eolivelli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/bookkeeper.git The following commit(s) were added to refs/heads/master by this push: new 9b4599b0f4 Apply WRITE_BUFFER_WATER_MARK

Re: [PR] Apply WRITE_BUFFER_WATER_MARK setting to child channels in BookieNetty Server [bookkeeper]

2024-05-04 Thread via GitHub
eolivelli merged PR #4337: URL: https://github.com/apache/bookkeeper/pull/4337 -- 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:

Re: [I] BookieNettyServer#listenOn netty WRITE_BUFFER_WATER_MARK setting does not take effect [bookkeeper]

2024-05-04 Thread via GitHub
eolivelli closed issue #4107: BookieNettyServer#listenOn netty WRITE_BUFFER_WATER_MARK setting does not take effect URL: https://github.com/apache/bookkeeper/issues/4107 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] Fix disk weight ensemble infinite loop bug [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj commented on code in PR #4324: URL: https://github.com/apache/bookkeeper/pull/4324#discussion_r1590018243 ## bookkeeper-server/src/main/java/org/apache/bookkeeper/client/RackawareEnsemblePlacementPolicyImpl.java: ## @@ -792,9 +792,6 @@ protected List

Re: [PR] [branch-4.15] Fix the problem that the abnormal file causes the bookie GC fail [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj closed pull request #3612: [branch-4.15] Fix the problem that the abnormal file causes the bookie GC fail URL: https://github.com/apache/bookkeeper/pull/3612 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] NPE when getting ledger metadata [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj closed issue #2741: NPE when getting ledger metadata URL: https://github.com/apache/bookkeeper/issues/2741 -- 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

Re: [I] NPE when getting ledger metadata [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj commented on issue #2741: URL: https://github.com/apache/bookkeeper/issues/2741#issuecomment-2094565160 Thank you for your report. We haven't seen recent activity on this issue and were unable to reproduce the problem. We're closing this for now but feel free to reopen if you have

Re: [I] Backup/Restore Mechanism for BookKeeper [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj closed issue #1193: Backup/Restore Mechanism for BookKeeper URL: https://github.com/apache/bookkeeper/issues/1193 -- 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

Re: [PR] auto metaformat [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj closed pull request #2907: auto metaformat URL: https://github.com/apache/bookkeeper/pull/2907 -- 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:

Re: [PR] auto metaformat [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj commented on PR #2907: URL: https://github.com/apache/bookkeeper/pull/2907#issuecomment-2094559980 closed by no update. -- 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

Re: [PR] auto metaformat [bookkeeper]

2024-05-04 Thread via GitHub
shoothzj commented on PR #2907: URL: https://github.com/apache/bookkeeper/pull/2907#issuecomment-2094560008 feel free to reopen it. -- 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

[PR] Add BK 4.17.0 to the releases in the website [bookkeeper]

2024-05-04 Thread via GitHub
eolivelli opened a new pull request, #4339: URL: https://github.com/apache/bookkeeper/pull/4339 Descriptions of the changes in this PR: ### Motivation 4.17.0 doesn't show up in the releases page ### Changes Add 4.17.0 > --- > In order to uphold a