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

   ### What problem does this PR solve?
   
   `test_partial_update_skip_compaction` enables process-wide publish debug 
points on every BE. An unrelated internal publish task can enter the same spin 
wait and delay debug-point cleanup until the publish timeout. After the debug 
points are released, joining the load thread does not by itself guarantee that 
the target transaction is already visible, so the final query can race publish 
and read stale rows.
   
   ### What is changed?
   
   - Add an optional `partition_id` filter to 
`EnginePublishVersionTask::execute.enable_spin_wait`; calls without this 
parameter retain the existing global behavior.
   - Enable the non-cloud publish debug points only on the target tablet BE and 
scope the spin wait to the target partition.
   - Remove both publish debug points on the normal path and wait, with a 
bounded timeout, until the expected partial-update rows are visible before 
running the existing golden and rowset checks.
   
   ### Check List
   
   - [x] `git diff --check`
   - [x] `DORIS_THIRDPARTY=/Users/keshu/dudu/doris/thirdparty 
./run-regression-test.sh --compile`
   - [x] Standalone Groovy compilation of 
`test_partial_update_skip_compaction.groovy`
   - [ ] Patched runtime suite (requires BEs built from this change)
   


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