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

   ## Proposed changes
   
   Stabilize `inverted_index_p0/index_change/test_index_change_6.groovy` for 
Cloud P0 index-change latency:
   
   - Increase the case-local index-change wait timeout from 60s to 300s.
   - Make the wait helper succeed only after all `SHOW BUILD INDEX` rows are 
observed as `FINISHED`.
   - Include the latest `SHOW BUILD INDEX` result in the timeout assertion for 
better triage.
   - Use the fixed case-local helper for the V1 drop-index waits as well.
   
   ## Root cause
   
   The failing Cloud P0 run executed `DROP INDEX idx_user_id`, then repeatedly 
observed the generated `SHOW BUILD INDEX` job as `RUNNING` for the full 60s 
window. The previous helper still passed at the timeout boundary because it 
asserted `useTime <= OpTimeout`, so the case immediately submitted `DROP INDEX 
idx_note` while the first Cloud index-change job was unfinished.
   
   Cloud mode intentionally rejects a second unfinished index-change job on the 
same partition, which produced:
   
   ```text
   partition test_index_change_6 has been built specified index. please check 
your build stmt.
   ```
   
   This is a case wait robustness issue rather than a product semantic 
regression.
   
   ## Test
   
   - `git diff --check`
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to