Zhouxiang Zhan

Results 14 comments of Zhouxiang Zhan

> @drpmma Can you confirm your base image has /tmp dir? Yes, and its permission is 1777. But only some images have this issue.

> @drpmma > Need for more information. > I check with kaniko version 0.12.0 > > ``` > FROM busybox > > USER root > RUN chmod 1777 /tmp >...

I push a problem image to docker hub and pull it with kaniko. The image pulled from docker hub extracts with no problem. This issue seems causes by improper compression...

> @drpmma Can you try with `-v debug` flag with the latest image The image is not built by kaniko. And the image can be extracted and run correctly by...

> BrokerAddress can be used as a router, I do not get why do you need brokerName. BrokerAddress is not taken in remoting layer protocol while is just a target....

Now that `bname` is supported in RpcRequestHeader, related RPC can use this field to implement.

RocketMQ uses the mmap mechanism which will automatically load related commitlog files or consume queue files into memory if it's enough.

It seems that it is not appropriate to create retry topic in PopMessageProcessor. For the background, the retry topic will be created when heartbeat request is sent to broker for...

> It seems that it is not appropriate to create retry topic in PopMessageProcessor. > > For the background, the retry topic will be created when heartbeat request is sent...

It seems that rocketmq does not append extra information from the code.