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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]