kangkaisen commented on issue #549: Add a colocate join meta repair tool URL: https://github.com/apache/incubator-doris/issues/549#issuecomment-456649524 Refer to the java doc and debug, the `HttpServerHandler.channelReadComplete` will be called many times.When the first time call for `MessageAggregator.decode`, the msg is HttpMessage, the CodecOutputList size will be zero, the `HttpServerHandler.channelReadComplete` will be called, the action will be null, so we shouldn't close the ctx. ``` * Invoked when the last message read by the current read operation has been consumed by * {@link #channelRead(ChannelHandlerContext, Object)}. ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org