gavinchou opened a new pull request, #40215:
URL: https://github.com/apache/doris/pull/40215

   To test it,
   1. enable commit_rowset fail with injection point
   2. issue a streamload
   3. check the recycler log or storage vault the uncommitted rowset recycled
   ```
   curl 'be_ip:http_port/api/injection_point/enable'
   curl 'be_ip:http_port/api/injection_point/clear'
   curl 
"be_ip:http_port/api/injection_point/set?name=CloudMetaMgr::commit_rowset&behavior=return_error"
   curl -XPUT --location-trusted -vv -T tmp/1.csv -H'format:csv' -H 
'column_separator:,' -H'timeout:60' -uroot: 
be_ip:http_port/api/db1/t2/_stream_load
   
   curl 'be_ip:http_port/api/injection_point/clear'
   curl 'be_ip:http_port/api/injection_point/disable'
   ```
   
   


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

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