lingbin commented on issue #549: Add a colocate join meta repair tool
URL: https://github.com/apache/incubator-doris/issues/549#issuecomment-456658034
 
 
   > 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)}. 
   > ```
   
   Before there is a problem, that is, when using chrome browser access FE, if 
get the `favicon.ico` request failed, chrome will retry again and again (should 
be up to 6 times), if the end has been obtained, then the chrome stuck 
occasionally happen, may be because the chrome think this url is inaccessible. 
Would you like to try and see if this is still a problem in the new version of 
chrome?

----------------------------------------------------------------
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

Reply via email to