Yan Zhao

Results 43 issues of Yan Zhao

***Describe the bug*** Recently, we encounter an issue. The bookie request sometimes timedout. Below is the log info: ``` May 11 05:11:36 pulsar[9742]: 05:11:36.586 [pulsar-io-4-8] INFO org.apache.bookkeeper.proto.PerChannelBookieClient - Successfully connected...

type/bug

A question about flag dataChange in the AddFile , the flag dataChange in txn log is true . But in the program, the value is false . Is it a...

**FEATURE REQUEST** 1. Please describe the feature you are requesting. ``` public void processResponseCommand(ChannelHandlerContext ctx, RemotingCommand cmd) { final int opaque = cmd.getOpaque(); final ResponseFuture responseFuture = responseTable.get(opaque); if (responseFuture...

type/code style
no stale

Before: ``` session 0x1000017f0b701dc cxid 0x1 zxid 0x3208 multi error:����;error:����;error:���� ``` After: ``` session 0x1000017f0b701dc cxid 0x1 zxid 0x3208 multi error:-101;error:-2;error:-2 ```

Descriptions of the changes in this PR: cherry-pick from #3525.

type/bug
release/4.14.6

Descriptions of the changes in this PR: Fixes-#3527

type/bug
area/bookie
release/4.14.6
release/4.15.3

**BUG REPORT** Recently, in our customer product, we found that the bookie direct memory increases slowly over time, finally it throws netty allocate direct memory failed exception, then bookie restart....

type/bug

In some cases, we hope that the reflect fields order maintain the original order. ``` class Pojo { String f2; String f1; } ``` At client, it create Pojo and...

Java

This PR is based on #2115, please merge it first.