gianm opened a new pull request, #13282:
URL: https://github.com/apache/druid/pull/13282

   Fixes two issues:
   
   1) ControllerImpl did not properly check the return value of
      SegmentTransactionalInsertAction when doing a REPLACE. This could cause
      it to not realize that its locks were preempted.
   
   2) Task lock priority was the default of 0. It should be the higher
      batch default of 50. The low priority made it possible for MSQ tasks
      to be preempted by compaction tasks, which is not desired.


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