imay commented on a change in pull request #1905: Fix es_scan_reader_test in
debug mode
URL: https://github.com/apache/incubator-doris/pull/1905#discussion_r329050024
##########
File path: be/src/exec/es/es_scan_reader.cpp
##########
@@ -104,9 +104,6 @@ Status ESScanReader::get_next(bool* scan_eos,
std::unique_ptr<ScrollParser>& scr
LOG(WARNING) << "request scroll search failure["
<< "http status" << status
<< ", response: " << (response.empty() ? "empty
response" : response);
- if (status == 404) {
Review comment:
why remove this judge?
----------------------------------------------------------------
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]