You are viewing a plain text version of this content. The canonical link for it is here.
- [GitHub] [bookkeeper] hangc0276 opened a new pull request, #3901: Fix garbage collection blocked by runtime exception - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/01 02:18:18 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 commented on issue #3899: org.apache.bookkeeper.client.TestSpeculativeRead consistently fails on Mac buils - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/01 03:17:40 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 commented on a diff in pull request #3889: [improve] [client] Group read/write response when jumping to the ordered executor - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/01 04:34:49 UTC, 1 replies.
- [GitHub] [bookkeeper] eolivelli commented on a diff in pull request #3901: Fix garbage collection blocked by runtime exception - posted by "eolivelli (via GitHub)" <gi...@apache.org> on 2023/04/01 07:50:52 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 opened a new pull request, #3902: Fix promise lost in ClientSide AuthHandler - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/02 15:37:22 UTC, 0 replies.
- [GitHub] [bookkeeper] gaozhangmin commented on pull request #3881: [Bookie] Prevent transit to writable mode when forceReadOnly mode is active - posted by "gaozhangmin (via GitHub)" <gi...@apache.org> on 2023/04/03 05:59:59 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 commented on a diff in pull request #3679: Add ledgerDir to GarbageCollectionStatus - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/03 07:32:29 UTC, 0 replies.
- [GitHub] [bookkeeper] nicoloboschi merged pull request #3881: [Bookie] Prevent transit to writable mode when forceReadOnly mode is active - posted by "nicoloboschi (via GitHub)" <gi...@apache.org> on 2023/04/03 08:01:26 UTC, 0 replies.
- [bookkeeper] branch master updated: [Bookie] Prevent transit to writable mode when forceReadOnly mode is active (#3881) - posted by ni...@apache.org on 2023/04/03 08:01:30 UTC, 0 replies.
- [GitHub] [bookkeeper] gaozhangmin commented on a diff in pull request #3679: Add ledgerDir to GarbageCollectionStatus - posted by "gaozhangmin (via GitHub)" <gi...@apache.org> on 2023/04/03 08:02:36 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 opened a new pull request, #3903: Fix keys leak in EntryLocationIndex when ledgersToDelete is empty - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/03 13:12:59 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 opened a new pull request, #3904: Skip sync the RocksDB when no changes - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/03 13:38:19 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 commented on pull request #3881: [Bookie] Prevent transit to writable mode when forceReadOnly mode is active - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/03 13:48:10 UTC, 0 replies.
- [GitHub] [bookkeeper] AnonHxy commented on pull request #3903: Fix keys leak in EntryLocationIndex when ledgersToDelete is empty - posted by "AnonHxy (via GitHub)" <gi...@apache.org> on 2023/04/04 05:39:08 UTC, 0 replies.
- [GitHub] [bookkeeper] equanz closed pull request #2931: Add ensemble relocation command which adheres to placement policy - posted by "equanz (via GitHub)" <gi...@apache.org> on 2023/04/05 01:44:13 UTC, 0 replies.
- [GitHub] [bookkeeper] equanz commented on pull request #2931: Add ensemble relocation command which adheres to placement policy - posted by "equanz (via GitHub)" <gi...@apache.org> on 2023/04/05 01:44:13 UTC, 0 replies.
- [GitHub] [bookkeeper] davtex opened a new issue, #3905: Autorecovery stuck when ensemble equals total bookies - posted by "davtex (via GitHub)" <gi...@apache.org> on 2023/04/05 17:47:40 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 commented on pull request #3901: Fix garbage collection blocked by runtime exception - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/06 01:22:18 UTC, 0 replies.
- [GitHub] [bookkeeper] dlg99 commented on a diff in pull request #3901: Fix garbage collection blocked by runtime exception - posted by "dlg99 (via GitHub)" <gi...@apache.org> on 2023/04/06 05:24:16 UTC, 0 replies.
- [GitHub] [bookkeeper] horizonzy opened a new pull request, #3906: Fix ReclaimedSpaceViaDeletes stats incorrect problem. - posted by "horizonzy (via GitHub)" <gi...@apache.org> on 2023/04/06 08:25:37 UTC, 0 replies.
- [GitHub] [bookkeeper] 7hong commented on issue #3905: Autorecovery stuck when ensemble equals total bookies - posted by "7hong (via GitHub)" <gi...@apache.org> on 2023/04/06 10:19:49 UTC, 0 replies.
- [GitHub] [bookkeeper] davtex commented on issue #3905: Autorecovery stuck when ensemble equals total bookies - posted by "davtex (via GitHub)" <gi...@apache.org> on 2023/04/06 11:29:07 UTC, 1 replies.
- [GitHub] [bookkeeper] horizonzy commented on pull request #3906: Fix ReclaimedSpaceViaDeletes stats incorrect problem. - posted by "horizonzy (via GitHub)" <gi...@apache.org> on 2023/04/06 16:10:08 UTC, 1 replies.
- [GitHub] [bookkeeper] AnonHxy opened a new pull request, #3907: Cleanup CbThreadFactory - posted by "AnonHxy (via GitHub)" <gi...@apache.org> on 2023/04/07 01:51:35 UTC, 1 replies.
- [GitHub] [bookkeeper] gaozhangmin commented on issue #3905: Autorecovery stuck when ensemble equals total bookies - posted by "gaozhangmin (via GitHub)" <gi...@apache.org> on 2023/04/07 02:26:56 UTC, 0 replies.
- [GitHub] [bookkeeper] AnonHxy commented on pull request #3907: Cleanup CbThreadFactory - posted by "AnonHxy (via GitHub)" <gi...@apache.org> on 2023/04/07 03:29:11 UTC, 2 replies.
- [GitHub] [bookkeeper] StevenLuMT merged pull request #3772: Execute clean indexes in finally - posted by "StevenLuMT (via GitHub)" <gi...@apache.org> on 2023/04/07 07:08:45 UTC, 0 replies.
- [bookkeeper] branch master updated: Execute clean indexes in finally (#3772) - posted by lu...@apache.org on 2023/04/07 07:08:51 UTC, 0 replies.
- [GitHub] [bookkeeper] liqi19950722 commented on issue #2270: compile bookkeeper meet a linker question - posted by "liqi19950722 (via GitHub)" <gi...@apache.org> on 2023/04/07 08:13:54 UTC, 0 replies.
- [GitHub] [bookkeeper] StevenLuMT opened a new issue, #3908: [Bug] SingleDirectoryDbLedgerStorage#flushMutex does not release lock on all exception paths - posted by "StevenLuMT (via GitHub)" <gi...@apache.org> on 2023/04/07 08:59:50 UTC, 0 replies.
- [bookkeeper] branch revert-3772-fix-checkpoint created (now 306a42af6f) - posted by lu...@apache.org on 2023/04/07 09:08:35 UTC, 0 replies.
- [bookkeeper] 01/01: Revert "Execute clean indexes in finally (#3772)" - posted by lu...@apache.org on 2023/04/07 09:08:36 UTC, 0 replies.
- [GitHub] [bookkeeper] StevenLuMT opened a new pull request, #3909: [Bug] SingleDirectoryDbLedgerStorage#flushMutex does not release lock on all exception paths - posted by "StevenLuMT (via GitHub)" <gi...@apache.org> on 2023/04/07 09:11:23 UTC, 0 replies.
- [GitHub] [bookkeeper] StevenLuMT opened a new pull request, #3910: Revert "Execute clean indexes in finally (#3772)" - posted by "StevenLuMT (via GitHub)" <gi...@apache.org> on 2023/04/07 09:24:25 UTC, 0 replies.
- [GitHub] [bookkeeper] StevenLuMT closed pull request #3910: Revert "Execute clean indexes in finally (#3772)" - posted by "StevenLuMT (via GitHub)" <gi...@apache.org> on 2023/04/07 09:24:36 UTC, 0 replies.
- [GitHub] [bookkeeper] StevenLuMT merged pull request #3909: [Bug] SingleDirectoryDbLedgerStorage#flushMutex does not release lock on all exception paths - posted by "StevenLuMT (via GitHub)" <gi...@apache.org> on 2023/04/07 10:33:22 UTC, 0 replies.
- [GitHub] [bookkeeper] StevenLuMT closed issue #3908: [Bug] SingleDirectoryDbLedgerStorage#flushMutex does not release lock on all exception paths - posted by "StevenLuMT (via GitHub)" <gi...@apache.org> on 2023/04/07 10:33:23 UTC, 0 replies.
- [bookkeeper] branch master updated: [Bug] SingleDirectoryDbLedgerStorage#flushMutex does not release lock on all exception paths (#3909) - posted by lu...@apache.org on 2023/04/07 10:33:26 UTC, 0 replies.
- [GitHub] [bookkeeper] StevenLuMT commented on pull request #3895: [feature] [server] add dbStorage_readAheadCacheBatchBytesSize properties when read ahead entries - posted by "StevenLuMT (via GitHub)" <gi...@apache.org> on 2023/04/07 14:25:01 UTC, 1 replies.
- [GitHub] [bookkeeper] AnonHxy closed pull request #3907: Cleanup CbThreadFactory - posted by "AnonHxy (via GitHub)" <gi...@apache.org> on 2023/04/08 02:04:03 UTC, 0 replies.
- [GitHub] [bookkeeper] StevenLuMT commented on a diff in pull request #3895: [feature] [server] add dbStorage_readAheadCacheBatchBytesSize properties when read ahead entries - posted by "StevenLuMT (via GitHub)" <gi...@apache.org> on 2023/04/08 03:24:21 UTC, 1 replies.
- svn commit: r61131 - /dev/bookkeeper/bookkeeper-4.16.0-rc2/ /release/bookkeeper/bookkeeper-4.16.0/ - posted by ch...@apache.org on 2023/04/09 10:21:27 UTC, 0 replies.
- svn commit: r61132 - /dev/bookkeeper/bookkeeper-4.14.7-rc0/ - posted by ch...@apache.org on 2023/04/09 10:24:18 UTC, 0 replies.
- svn commit: r61133 - /dev/bookkeeper/bookkeeper-4.16.0-rc0/ - posted by ch...@apache.org on 2023/04/09 10:25:01 UTC, 0 replies.
- svn commit: r61134 - /dev/bookkeeper/bookkeeper-4.16.0-rc1/ - posted by ch...@apache.org on 2023/04/09 10:25:23 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 merged pull request #3903: Fix keys leak in EntryLocationIndex when ledgersToDelete is empty - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/10 01:23:30 UTC, 0 replies.
- [bookkeeper] branch master updated (f1657eaf4c -> ceba60565c) - posted by ch...@apache.org on 2023/04/10 01:23:35 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 commented on a diff in pull request #3906: Fix ReclaimedSpaceViaDeletes stats incorrect problem. - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/10 01:34:53 UTC, 1 replies.
- [GitHub] [bookkeeper] horizonzy commented on a diff in pull request #3906: Fix ReclaimedSpaceViaDeletes stats incorrect problem. - posted by "horizonzy (via GitHub)" <gi...@apache.org> on 2023/04/10 01:48:55 UTC, 0 replies.
- [GitHub] [bookkeeper] NanKeXXX closed pull request #3508: fix(sec): upgrade commons-codec to 1.13 - posted by "NanKeXXX (via GitHub)" <gi...@apache.org> on 2023/04/10 02:54:08 UTC, 0 replies.
- [GitHub] [bookkeeper] wangjialing218 commented on pull request #3158: support ipv6 address validation - posted by "wangjialing218 (via GitHub)" <gi...@apache.org> on 2023/04/10 08:19:16 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 commented on a diff in pull request #3901: Fix garbage collection blocked by runtime exception - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/10 14:20:29 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 commented on a diff in pull request #3895: [feature] [server] add dbStorage_readAheadCacheBatchBytesSize properties when read ahead entries - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/10 14:55:11 UTC, 0 replies.
- [GitHub] [bookkeeper] StevenLuMT merged pull request #3895: [feature] [server] add dbStorage_readAheadCacheBatchBytesSize properties when read ahead entries - posted by "StevenLuMT (via GitHub)" <gi...@apache.org> on 2023/04/10 16:08:54 UTC, 0 replies.
- [bookkeeper] branch master updated (ceba60565c -> f5455f0158) - posted by lu...@apache.org on 2023/04/10 16:08:58 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 opened a new pull request, #3911: Remove avro dependency from hadoop-common to resolve CVE-2019-10202 - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/11 01:42:54 UTC, 0 replies.
- [GitHub] [bookkeeper] wenbingshen opened a new pull request, #3912: [Fix] Recycle dropping read-write requests when various exceptions happened - posted by "wenbingshen (via GitHub)" <gi...@apache.org> on 2023/04/11 08:45:33 UTC, 1 replies.
- [GitHub] [bookkeeper] wenbingshen opened a new pull request, #3913: Enable PCBC completionObjects autoShrink to reduce memory usage and gc - posted by "wenbingshen (via GitHub)" <gi...@apache.org> on 2023/04/11 09:34:14 UTC, 0 replies.
- [GitHub] [bookkeeper] wenbingshen closed pull request #3912: [Fix] Recycle dropping read-write requests when various exceptions happened - posted by "wenbingshen (via GitHub)" <gi...@apache.org> on 2023/04/12 02:39:24 UTC, 0 replies.
- [GitHub] [bookkeeper] merlimat merged pull request #3907: Cleanup CbThreadFactory - posted by "merlimat (via GitHub)" <gi...@apache.org> on 2023/04/12 14:37:56 UTC, 0 replies.
- [bookkeeper] branch master updated (f5455f0158 -> 912896deb2) - posted by mm...@apache.org on 2023/04/12 14:38:01 UTC, 0 replies.
- [GitHub] [bookkeeper] horizonzy commented on pull request #3913: Enable PCBC completionObjects autoShrink to reduce memory usage and gc - posted by "horizonzy (via GitHub)" <gi...@apache.org> on 2023/04/12 14:41:32 UTC, 2 replies.
- [GitHub] [bookkeeper] Apurva007 opened a new pull request, #3914: [Bug] Fix internal server error when GC is triggered with forcemajor or forceminor flags - posted by "Apurva007 (via GitHub)" <gi...@apache.org> on 2023/04/12 21:52:41 UTC, 0 replies.
- [GitHub] [bookkeeper] Apurva007 commented on pull request #3914: [Bug] Fix internal server error when GC is triggered with forcemajor or forceminor flags - posted by "Apurva007 (via GitHub)" <gi...@apache.org> on 2023/04/12 21:53:24 UTC, 5 replies.
- [GitHub] [bookkeeper] hangc0276 commented on a diff in pull request #3914: [Bug] Fix internal server error when GC is triggered with forcemajor or forceminor flags - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/13 01:25:38 UTC, 0 replies.
- [GitHub] [bookkeeper] Apurva007 commented on a diff in pull request #3914: [Bug] Fix internal server error when GC is triggered with forcemajor or forceminor flags - posted by "Apurva007 (via GitHub)" <gi...@apache.org> on 2023/04/13 02:10:58 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 opened a new pull request, #3915: Upgrade bc-fips to 1.0.2.4 to fix CVE-2022-45146 - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/13 04:48:49 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 commented on pull request #3915: Upgrade bc-fips to 1.0.2.4 to fix CVE-2022-45146 - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/13 07:01:05 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 opened a new pull request, #3916: Upgrade docker base image to resolve CVE-2023-0286 - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/13 07:08:15 UTC, 0 replies.
- [GitHub] [bookkeeper] horizonzy commented on pull request #3158: support ipv6 address validation - posted by "horizonzy (via GitHub)" <gi...@apache.org> on 2023/04/13 08:54:52 UTC, 0 replies.
- [GitHub] [bookkeeper] horizonzy commented on pull request #3733: Use ChannelVoidPromise to avoid useless promise objects creation - posted by "horizonzy (via GitHub)" <gi...@apache.org> on 2023/04/13 09:00:38 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 opened a new pull request, #3917: Fix ledger replicated failed blocks bookie decommission process - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/13 11:53:22 UTC, 0 replies.
- [GitHub] [bookkeeper] eolivelli commented on a diff in pull request #3917: Fix ledger replicated failed blocks bookie decommission process - posted by "eolivelli (via GitHub)" <gi...@apache.org> on 2023/04/13 12:01:53 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 commented on a diff in pull request #3917: Fix ledger replicated failed blocks bookie decommission process - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/13 12:06:19 UTC, 2 replies.
- [GitHub] [bookkeeper] wenbingshen commented on pull request #3913: Enable PCBC completionObjects autoShrink to reduce memory usage and gc - posted by "wenbingshen (via GitHub)" <gi...@apache.org> on 2023/04/13 12:19:42 UTC, 2 replies.
- [GitHub] [bookkeeper] Shoothzj merged pull request #3916: Upgrade docker base image to resolve CVE-2023-0286 - posted by "Shoothzj (via GitHub)" <gi...@apache.org> on 2023/04/13 13:34:41 UTC, 0 replies.
- [bookkeeper] branch master updated: Upgrade docker base image to resolve CVE-2023-0286 (#3916) - posted by sh...@apache.org on 2023/04/13 13:34:46 UTC, 0 replies.
- [GitHub] [bookkeeper] horizonzy commented on pull request #3917: Fix ledger replicated failed blocks bookie decommission process - posted by "horizonzy (via GitHub)" <gi...@apache.org> on 2023/04/13 16:51:49 UTC, 0 replies.
- [GitHub] [bookkeeper] horizonzy opened a new pull request, #3918: Fix isWritable incorrect problem. - posted by "horizonzy (via GitHub)" <gi...@apache.org> on 2023/04/14 03:40:02 UTC, 0 replies.
- [GitHub] [bookkeeper] horizonzy commented on pull request #3918: Fix isWritable incorrect problem. - posted by "horizonzy (via GitHub)" <gi...@apache.org> on 2023/04/14 03:40:16 UTC, 0 replies.
- [GitHub] [bookkeeper] michaeljmarshall opened a new pull request, #3919: [fix] DigestManager should not advance readerIndex - posted by "michaeljmarshall (via GitHub)" <gi...@apache.org> on 2023/04/14 06:41:46 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 commented on pull request #3919: [fix] DigestManager should not advance readerIndex - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/14 09:26:57 UTC, 1 replies.
- [GitHub] [bookkeeper] eolivelli merged pull request #3919: [fix] DigestManager should not advance readerIndex - posted by "eolivelli (via GitHub)" <gi...@apache.org> on 2023/04/14 12:22:16 UTC, 0 replies.
- [bookkeeper] branch master updated: [fix] DigestManager should not advance readerIndex (#3919) - posted by eo...@apache.org on 2023/04/14 12:22:21 UTC, 0 replies.
- [GitHub] [bookkeeper] horizonzy commented on a diff in pull request #3158: support ipv6 address validation - posted by "horizonzy (via GitHub)" <gi...@apache.org> on 2023/04/14 12:41:59 UTC, 0 replies.
- [GitHub] [bookkeeper] nicoloboschi commented on a diff in pull request #3733: Use ChannelVoidPromise to avoid useless promise objects creation - posted by "nicoloboschi (via GitHub)" <gi...@apache.org> on 2023/04/14 13:05:16 UTC, 0 replies.
- [GitHub] [bookkeeper] horizonzy commented on a diff in pull request #3733: Use ChannelVoidPromise to avoid useless promise objects creation - posted by "horizonzy (via GitHub)" <gi...@apache.org> on 2023/04/14 13:19:07 UTC, 1 replies.
- [bookkeeper] branch branch-4.16 updated: [fix] DigestManager should not advance readerIndex (#3919) - posted by ch...@apache.org on 2023/04/14 14:23:44 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 opened a new pull request, #3920: Bump branch-4.16 development version to 4.16.1-SNAPSHOT - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/14 14:48:43 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 opened a new pull request, #3921: [Branch-4.16] Upgrade python client version to 4.16.1 - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/14 15:01:10 UTC, 0 replies.
- [GitHub] [bookkeeper] eolivelli merged pull request #3921: [Branch-4.16] Upgrade python client version to 4.16.1 - posted by "eolivelli (via GitHub)" <gi...@apache.org> on 2023/04/14 16:01:13 UTC, 0 replies.
- [bookkeeper] branch branch-4.16 updated: Upgrade python client version to 4.16.1 (#3921) - posted by eo...@apache.org on 2023/04/14 16:01:17 UTC, 0 replies.
- [GitHub] [bookkeeper] merlimat merged pull request #3920: [Branch-4.16] Bump branch-4.16 development version to 4.16.1-SNAPSHOT - posted by "merlimat (via GitHub)" <gi...@apache.org> on 2023/04/14 17:06:54 UTC, 0 replies.
- [bookkeeper] branch branch-4.16 updated: Bump branch-4.16 development version to 4.16.1-SNAPSHOT (#3920) - posted by mm...@apache.org on 2023/04/14 17:07:00 UTC, 0 replies.
- [bookkeeper] branch branch-4.16 updated (d1b3dbfa5c -> 8122a87c78) - posted by ch...@apache.org on 2023/04/15 01:47:08 UTC, 0 replies.
- [bookkeeper] annotated tag v4.16.1-rc0 updated (8122a87c78 -> d6ec6d7ab1) - posted by ch...@apache.org on 2023/04/15 01:47:11 UTC, 0 replies.
- [bookkeeper] branch branch-4.16 updated: [maven-release-plugin] rollback changes from release preparation of v4.16.1-rc0 - posted by ch...@apache.org on 2023/04/15 01:47:17 UTC, 0 replies.
- svn commit: r61296 - /dev/bookkeeper/bookkeeper-4.16.1-rc0/ - posted by ch...@apache.org on 2023/04/15 02:52:45 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 opened a new pull request, #3922: Generate 4.16.1 release note - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/15 04:10:40 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 commented on pull request #3917: Fix ledger replicated failed blocks bookie decommission process - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/15 04:52:15 UTC, 2 replies.
- [GitHub] [bookkeeper] lifepuzzlefun closed issue #2421: Why DbLedgerStorage doesn't use indexDirectories to store index ? - posted by "lifepuzzlefun (via GitHub)" <gi...@apache.org> on 2023/04/15 10:00:10 UTC, 0 replies.
- [GitHub] [bookkeeper] zwOvO commented on pull request #3877: [website]rest api documentation patch for GC and ReadonlyState - posted by "zwOvO (via GitHub)" <gi...@apache.org> on 2023/04/15 10:37:51 UTC, 0 replies.
- [GitHub] [bookkeeper] horizonzy commented on a diff in pull request #3917: Fix ledger replicated failed blocks bookie decommission process - posted by "horizonzy (via GitHub)" <gi...@apache.org> on 2023/04/16 16:24:25 UTC, 4 replies.
- [GitHub] [bookkeeper] zymap commented on a diff in pull request #3918: Fix isWritable incorrect problem. - posted by "zymap (via GitHub)" <gi...@apache.org> on 2023/04/17 02:02:34 UTC, 2 replies.
- [GitHub] [bookkeeper] Shoothzj merged pull request #3911: Remove avro, hadoop-auth and jersey-json dependencies from hadoop-common to resolve CVE-2019-10202, CVE-2023-1370 and CVE-2022-45685 - posted by "Shoothzj (via GitHub)" <gi...@apache.org> on 2023/04/17 03:28:50 UTC, 0 replies.
- [bookkeeper] branch master updated (df4492012c -> 94e15b3dc0) - posted by sh...@apache.org on 2023/04/17 03:28:54 UTC, 0 replies.
- [GitHub] [bookkeeper] rdhabalia opened a new issue, #3923: Add support to include the bookie sanity state in the bookie metrics. - posted by "rdhabalia (via GitHub)" <gi...@apache.org> on 2023/04/17 06:00:43 UTC, 0 replies.
- [GitHub] [bookkeeper] rdhabalia opened a new pull request, #3924: [stats][bookie] Add bookie sanity test metrics - posted by "rdhabalia (via GitHub)" <gi...@apache.org> on 2023/04/17 06:04:23 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 commented on a diff in pull request #3924: [stats][bookie] Add bookie sanity test metrics - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/18 03:25:44 UTC, 3 replies.
- [GitHub] [bookkeeper] hangc0276 commented on a diff in pull request #3437: Issue #2220: support skip invalid record in recovery - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/18 04:14:49 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 commented on pull request #3437: Issue #2220: support skip invalid record in recovery - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/18 04:16:01 UTC, 0 replies.
- [GitHub] [bookkeeper] rdhabalia commented on a diff in pull request #3924: [stats][bookie] Add bookie sanity test metrics - posted by "rdhabalia (via GitHub)" <gi...@apache.org> on 2023/04/18 04:19:04 UTC, 6 replies.
- [GitHub] [bookkeeper] wolfstudy opened a new pull request, #3925: [Improve] Fix var name for stats logger - posted by "wolfstudy (via GitHub)" <gi...@apache.org> on 2023/04/18 09:00:51 UTC, 0 replies.
- [GitHub] [bookkeeper] wolfstudy closed pull request #3925: [Improve] Fix var name for stats logger - posted by "wolfstudy (via GitHub)" <gi...@apache.org> on 2023/04/18 09:20:17 UTC, 0 replies.
- svn commit: r61345 - /dev/bookkeeper/bookkeeper-4.16.1-rc0/ /release/bookkeeper/bookkeeper-4.16.1/ - posted by ch...@apache.org on 2023/04/18 13:13:12 UTC, 0 replies.
- [GitHub] [bookkeeper] Apurva007 commented on pull request #3914: [Bug] Fix internal server error when unexpected json inputs are sent to Bookkeeper HTTP Services - posted by "Apurva007 (via GitHub)" <gi...@apache.org> on 2023/04/18 15:17:22 UTC, 1 replies.
- [GitHub] [bookkeeper] rdhabalia commented on pull request #3924: [stats][bookie] Add bookie sanity test metrics - posted by "rdhabalia (via GitHub)" <gi...@apache.org> on 2023/04/18 19:30:42 UTC, 0 replies.
- [GitHub] [bookkeeper] dependabot[bot] opened a new pull request, #3926: Bump jetty-server from 9.4.48.v20220622 to 10.0.14 - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/18 22:52:33 UTC, 0 replies.
- [bookkeeper] branch dependabot/maven/org.eclipse.jetty-jetty-server-10.0.14 created (now 3aa015cea7) - posted by gi...@apache.org on 2023/04/18 22:52:36 UTC, 0 replies.
- [GitHub] [bookkeeper] merlimat commented on pull request #3449: Bump grpcio dep version of Python client for supporting ARM - posted by "merlimat (via GitHub)" <gi...@apache.org> on 2023/04/19 16:53:06 UTC, 1 replies.
- [GitHub] [bookkeeper] hangc0276 merged pull request #3924: [stats][bookie] Add bookie sanity test metrics - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/20 01:31:13 UTC, 0 replies.
- [bookkeeper] branch master updated: [stats][bookie] Add bookie sanity test metrics (#3924) - posted by ch...@apache.org on 2023/04/20 01:31:19 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 opened a new pull request, #3927: Fix some metrics generated by prometheus client without type info - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/20 02:39:08 UTC, 0 replies.
- [GitHub] [bookkeeper] horizonzy closed pull request #3918: Fix isWritable incorrect problem. - posted by "horizonzy (via GitHub)" <gi...@apache.org> on 2023/04/21 01:30:07 UTC, 0 replies.
- [GitHub] [bookkeeper] Simone-Staccone opened a new pull request, #3928: Maven builds succesfully, meged from Test - posted by "Simone-Staccone (via GitHub)" <gi...@apache.org> on 2023/04/21 07:42:11 UTC, 0 replies.
- [GitHub] [bookkeeper] Simone-Staccone closed pull request #3928: Maven builds succesfully, meged from Test - posted by "Simone-Staccone (via GitHub)" <gi...@apache.org> on 2023/04/21 07:42:40 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 merged pull request #3913: Enable PCBC completionObjects autoShrink to reduce memory usage and gc - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/22 02:23:56 UTC, 0 replies.
- [bookkeeper] branch master updated: Enable PCBC completionObjects autoShrink to reduce memory usage and gc (#3913) - posted by ch...@apache.org on 2023/04/22 02:24:00 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 merged pull request #3906: Fix ReclaimedSpaceViaDeletes stats incorrect problem. - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/22 02:25:30 UTC, 0 replies.
- [bookkeeper] branch master updated: Fix ReclaimedSpaceViaDeletes stats incorrect problem. (#3906) - posted by ch...@apache.org on 2023/04/22 02:25:34 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 closed pull request #3876: Try to use jdk api to create hardlink when rename file when compaction. - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/23 01:32:08 UTC, 0 replies.
- [GitHub] [bookkeeper] lifepuzzlefun opened a new pull request, #3876: Try to use jdk api to create hardlink when rename file when compaction. - posted by "lifepuzzlefun (via GitHub)" <gi...@apache.org> on 2023/04/23 01:32:11 UTC, 0 replies.
- [GitHub] [bookkeeper] xiang092689 commented on pull request #3901: Fix garbage collection blocked by runtime exception - posted by "xiang092689 (via GitHub)" <gi...@apache.org> on 2023/04/23 08:19:57 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 merged pull request #3922: Generate 4.16.1 release note - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/23 12:30:10 UTC, 0 replies.
- [bookkeeper] branch master updated: Generate 4.16.1 release note (#3922) - posted by ch...@apache.org on 2023/04/23 12:30:14 UTC, 0 replies.
- [bookkeeper] branch asf-site updated: Updated site at revision - posted by gi...@apache.org on 2023/04/23 12:35:32 UTC, 1 replies.
- [GitHub] [bookkeeper] xuesongxs opened a new issue, #3929: An OOM exception occurred while the broker was writing messages to the bookie - posted by "xuesongxs (via GitHub)" <gi...@apache.org> on 2023/04/24 02:56:05 UTC, 0 replies.
- [GitHub] [bookkeeper] wenbingshen opened a new pull request, #3930: Fix ReadLedgerCommand to use user configured EntryFormatter - posted by "wenbingshen (via GitHub)" <gi...@apache.org> on 2023/04/24 06:34:18 UTC, 0 replies.
- [GitHub] [bookkeeper] wenbingshen commented on pull request #3930: Fix ReadLedgerCommand to use user configured EntryFormatter - posted by "wenbingshen (via GitHub)" <gi...@apache.org> on 2023/04/24 06:39:00 UTC, 0 replies.
- [GitHub] [bookkeeper] hanmz opened a new issue, #3931: Stuck recovery read when bookie is not available. - posted by "hanmz (via GitHub)" <gi...@apache.org> on 2023/04/24 08:44:03 UTC, 0 replies.
- [GitHub] [bookkeeper] hanmz opened a new pull request, #3932: Improve recovery read when bookie is not available. - posted by "hanmz (via GitHub)" <gi...@apache.org> on 2023/04/24 09:36:40 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 commented on pull request #3882: Generate 4.16.0 release note - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/24 10:21:37 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 opened a new pull request, #3933: Generate 4.16.0 website docs - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/24 11:02:57 UTC, 0 replies.
- [bookkeeper] tag release-4.16.0 created (now 8890a61418) - posted by ch...@apache.org on 2023/04/24 12:11:09 UTC, 0 replies.
- [bookkeeper] tag release-4.16.1 created (now 8122a87c78) - posted by ch...@apache.org on 2023/04/24 12:44:22 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 opened a new pull request, #3934: Fix release-major script bug - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/24 13:11:12 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 merged pull request #3934: Fix release-major script bug - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/24 23:17:29 UTC, 0 replies.
- [bookkeeper] branch master updated: Fix release-major script bug (#3934) - posted by ch...@apache.org on 2023/04/24 23:17:33 UTC, 0 replies.
- [GitHub] [bookkeeper] AnonHxy opened a new pull request, #3935: Filter duplicated fence request for v2 - posted by "AnonHxy (via GitHub)" <gi...@apache.org> on 2023/04/25 05:37:17 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 opened a new pull request, #3936: Upgrade docusaurus to 2.4.0 - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/25 07:59:17 UTC, 0 replies.
- [GitHub] [bookkeeper] nicoloboschi commented on pull request #3936: Upgrade docusaurus to 2.4.0 - posted by "nicoloboschi (via GitHub)" <gi...@apache.org> on 2023/04/25 08:01:30 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 commented on a diff in pull request #3936: Upgrade docusaurus to 2.4.0 - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/25 08:09:49 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 opened a new pull request, #3937: Upgrade jetty version to 9.4.51.v20230217 - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/25 08:28:46 UTC, 0 replies.
- [GitHub] [bookkeeper] wenbingshen opened a new pull request, #3938: drop invalid entryFormat arg from shell command - posted by "wenbingshen (via GitHub)" <gi...@apache.org> on 2023/04/25 08:34:10 UTC, 0 replies.
- [GitHub] [bookkeeper] wenbingshen commented on pull request #3938: drop invalid entryFormat arg from shell command - posted by "wenbingshen (via GitHub)" <gi...@apache.org> on 2023/04/25 11:27:37 UTC, 1 replies.
- [GitHub] [bookkeeper] StevenLuMT merged pull request #3912: [Fix] Recycle dropping read-write requests when various exceptions happened - posted by "StevenLuMT (via GitHub)" <gi...@apache.org> on 2023/04/26 05:54:27 UTC, 0 replies.
- [bookkeeper] branch master updated: recycle dropping read-write requests when various exceptions happened (#3912) - posted by lu...@apache.org on 2023/04/26 05:54:33 UTC, 0 replies.
- [GitHub] [bookkeeper] wenbingshen opened a new pull request, #3939: fix wrong update checkAllLedgersTime when ledgerReplication disabled - posted by "wenbingshen (via GitHub)" <gi...@apache.org> on 2023/04/26 14:54:50 UTC, 0 replies.
- [GitHub] [bookkeeper] wenbingshen commented on pull request #3939: fix wrong update checkAllLedgersTime when ledgerReplication disabled - posted by "wenbingshen (via GitHub)" <gi...@apache.org> on 2023/04/26 15:56:54 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 merged pull request #3939: fix wrong update checkAllLedgersTime when ledgerReplication disabled - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/27 05:38:53 UTC, 0 replies.
- [bookkeeper] branch master updated: fix wrong update checkAllLedgersTime when ledgerReplication disabled (#3939) - posted by ch...@apache.org on 2023/04/27 05:38:56 UTC, 0 replies.
- [GitHub] [bookkeeper] hangc0276 opened a new pull request, #3940: Improve compaction performance - posted by "hangc0276 (via GitHub)" <gi...@apache.org> on 2023/04/29 07:33:56 UTC, 0 replies.