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 2020/01/02 04:09:22 UTC

[GitHub] [incubator-doris] blackfox1983 opened a new pull request #2634: fix core when es_scanner_node exit

blackfox1983 opened a new pull request #2634: fix core when es_scanner_node exit
URL: https://github.com/apache/incubator-doris/pull/2634
 
 
   #2615 

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


With regards,
Apache Git Services

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


[GitHub] [incubator-doris] wuyunfeng commented on a change in pull request #2634: fix core when es_scanner_node exit

Posted by GitBox <gi...@apache.org>.
wuyunfeng commented on a change in pull request #2634: fix core when es_scanner_node exit
URL: https://github.com/apache/incubator-doris/pull/2634#discussion_r362368832
 
 

 ##########
 File path: be/src/exec/es_http_scan_node.cpp
 ##########
 @@ -166,7 +166,7 @@ Status EsHttpScanNode::start_scanners() {
 }
 
 Status EsHttpScanNode::collect_scanners_status() {
-    for (int i = 0; i < _scan_ranges.size(); i++) {
+    for (int i = 0; i < _scanners_status.size(); i++) {
 
 Review comment:
   Can you add some comments for this modifaction?

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


With regards,
Apache Git Services

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


[GitHub] [incubator-doris] imay merged pull request #2634: fix core when es_scanner_node exit

Posted by GitBox <gi...@apache.org>.
imay merged pull request #2634: fix core when es_scanner_node exit
URL: https://github.com/apache/incubator-doris/pull/2634
 
 
   

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


With regards,
Apache Git Services

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