stalary opened a new issue, #12400:
URL: https://github.com/apache/doris/issues/12400

   ### 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
   
   master
   
   ### What's Wrong?
   
   Scroll clear was executed twice in vectorized_engine
   ```
   I0907 08:20:34.785176 17467 es_scroll_query.cpp:60] Generated delete scroll 
body [ 
{"scroll_id":"DXF1ZXJ5QW5kRmV0Y2gBAAAAAAA6p2sWemNaOW95Q19SeDJORjJpaENGU0x2QQ=="}
 ]
   I0907 08:20:34.785753 17467 es_scroll_query.cpp:60] Generated delete scroll 
body [ 
{"scroll_id":"DXF1ZXJ5QW5kRmV0Y2gBAAAAAAA6p2sWemNaOW95Q19SeDJORjJpaENGU0x2QQ=="}
 ]
   W0907 08:20:34.786159 17467 http_client.cpp:166] fail to execute HTTP 
client, errmsg=The requested URL returned error: 404 trace=    @     
0x561081795f3d  doris::HttpClient::execute()
       @     0x5610817961fa  doris::HttpClient::execute_delete_request()
       @     0x561080ecdab6  doris::ESScanReader::close()
       @     0x561080ecabbf  doris::EsHttpScanner::~EsHttpScanner()
       @     0x561081f6039d  
doris::vectorized::VEsHttpScanNode::scanner_worker()
       @     0x561081f5b496  
_ZNSt6thread11_State_implINS_8_InvokerISt5tupleIJZN5doris10vectorized15VEsHttpScanNode14start_scannersEvEUlvE_EEEEE6_M_runEv
       @     0x561086337c90  execute_native_thread_routine
       @     0x7f1eccd6eea5  start_thread
       @     0x7f1ecd081b0d  __clone
       @              (nil)  (unknown)
   ```
   
   ### What You Expected?
   
   execute once.
   
   ### 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-unsubscr...@doris.apache.org.apache.org

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


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

Reply via email to