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/04/15 09:38:28 UTC

[GitHub] [incubator-doris] pigdance opened a new issue #5661: 复用http连接提交数据时提示Authentication Failed.

pigdance opened a new issue #5661:
URL: https://github.com/apache/incubator-doris/issues/5661


   请问_stream_load 导入数据,是不是不支持并发?或者多连接提交?
   我想复用连接去提交数据,第一次提交成功(帐密是正确的),而第二次提示Authentication Failed,而连接被服务端主动close了
    netstat -ant |grep 8083
   tcp4       0      0  xx.xx.93.57.61550     xx.xx.23.108.8083     ESTABLISHED
   tcp4       0      0  xx.xx.93.57.61542     xx.xx.23.108.8083     CLOSE_WAIT 


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

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] hf200012 commented on issue #5661: 复用http连接提交数据时提示Authentication Failed.

Posted by GitBox <gi...@apache.org>.
hf200012 commented on issue #5661:
URL: https://github.com/apache/incubator-doris/issues/5661#issuecomment-828115533


   https://my.oschina.net/u/4360424/blog/4284970
   https://www.cnblogs.com/kingszelda/p/8988505.html
   Take a look at this article


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

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] xinghuayu007 edited a comment on issue #5661: 复用http连接提交数据时提示Authentication Failed.

Posted by GitBox <gi...@apache.org>.
xinghuayu007 edited a comment on issue #5661:
URL: https://github.com/apache/incubator-doris/issues/5661#issuecomment-820288352


   请提供下稳定复现的方法,以及Doris的版本


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

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] xinghuayu007 commented on issue #5661: 复用http连接提交数据时提示Authentication Failed.

Posted by GitBox <gi...@apache.org>.
xinghuayu007 commented on issue #5661:
URL: https://github.com/apache/incubator-doris/issues/5661#issuecomment-820288352


   请提供下稳定复现的方法


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

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] pigdance commented on issue #5661: 复用http连接提交数据时提示Authentication Failed.

Posted by GitBox <gi...@apache.org>.
pigdance commented on issue #5661:
URL: https://github.com/apache/incubator-doris/issues/5661#issuecomment-823110216


   > Reuse http connection? The http connection is a short connection, why should it be reused?
   
   这个挺好重现的,就是不要关掉http连接,直接基于已有的连接put数据,就会报错。


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

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] hf200012 commented on issue #5661: 复用http连接提交数据时提示Authentication Failed.

Posted by GitBox <gi...@apache.org>.
hf200012 commented on issue #5661:
URL: https://github.com/apache/incubator-doris/issues/5661#issuecomment-820308446


   Reuse http connection? The http connection is a short connection, why should it be reused?


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

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] pigdance commented on issue #5661: 复用http连接提交数据时提示Authentication Failed.

Posted by GitBox <gi...@apache.org>.
pigdance commented on issue #5661:
URL: https://github.com/apache/incubator-doris/issues/5661#issuecomment-823109061


   > Reuse http connection? The http connection is a short connection, why should it be reused?
   
   我是基于stream load 做并发同步数据,每次创建http连接比较费时间,所以我想维持一定数量连接到连接池里,然后在连接池重复使用。


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

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