This is an automated email from the ASF dual-hosted git repository.
shoothzj pushed a change to branch typo-check
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
omit 1bff8a6607 add typo ci check
add 0ef2f997ff fix: reference counting (retain/release) in
PerChannelBookieClient (#4293)
add 84fd25505a Remove unused code from ByteBufVisitor (#4383)
add 4d3c0e0112 Enhance the SimpleTestCommand test, make it cover more
case. (#4387)
add b8309723c5 add typo ci check
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1bff8a6607)
\
N -- N -- N refs/heads/typo-check (b8309723c5)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../org/apache/bookkeeper/proto/AuthHandler.java | 33 ++++++--
.../apache/bookkeeper/proto/BookieClientImpl.java | 38 +++++----
.../apache/bookkeeper/proto/ByteStringUtil.java | 80 +++++++++++++++++
.../bookkeeper/proto/PerChannelBookieClient.java | 99 +++++++++++-----------
.../org/apache/bookkeeper/util/ByteBufList.java | 34 +++++---
.../org/apache/bookkeeper/util/ByteBufVisitor.java | 6 --
.../apache/bookkeeper/util/ByteBufListTest.java | 30 +++++--
.../cli/commands/client/SimpleTestCommandTest.java | 8 +-
8 files changed, 230 insertions(+), 98 deletions(-)
create mode 100644
bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/ByteStringUtil.java