You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/09/16 08:35:21 UTC

[GitHub] [incubator-doris] dh-cloud opened a new issue #6682: [Bug] [httpv2] stream load failed

dh-cloud opened a new issue #6682:
URL: https://github.com/apache/incubator-doris/issues/6682


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Version
   
   0.14
   
   ### What's Wrong?
   
   switch httpv1 to httpv2,stream load 2w data failed:
   
   `[2021-09-16 16:26:00,089] [INFO] [DBServer:pool-1-thread-1] [RetryExec:execute:96], I/O exception (java.net.SocketException) caught when processing request to {}->http://feip:port: Connection reset by peer: socket write error
   [2021-09-16 16:26:00,090] [INFO] [DBServer:pool-1-thread-1] [RetryExec:execute:112], Retrying request to {}->http://feip:port
   [2021-09-16 16:26:01,092] [INFO] [DBServer:pool-1-thread-1] [RetryExec:execute:96], I/O exception (java.net.SocketException) caught when processing request to {}->http://feip:port: Connection reset by peer: socket write error`
   
   when load 2000 data,it can insert into database.
   
   we trace the code , found client expect fe response http code 307, but fe response the code is 100,then throws error.
   
   try Commit fb123b2b, also not work.
   
   ### What You Expected?
   
   use httpv2, stream load works
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] dh-cloud closed issue #6682: [Bug] [httpv2] stream load failed

Posted by GitBox <gi...@apache.org>.
dh-cloud closed issue #6682:
URL: https://github.com/apache/incubator-doris/issues/6682


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] dh-cloud commented on issue #6682: [Bug] [httpv2] stream load failed

Posted by GitBox <gi...@apache.org>.
dh-cloud commented on issue #6682:
URL: https://github.com/apache/incubator-doris/issues/6682#issuecomment-920821145


   try Commit fb123b2, does work,pom write wrong


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org