shuwenwei opened a new pull request, #18390:
URL: https://github.com/apache/iotdb/pull/18390

   Cherry-pick of #18389 to dev/1.3.
   
   Fix `IndexOutOfBoundsException: Index 0 out of bounds for length 0` thrown 
in `AlignedTVList.delete()` when a DELETE races with a query that sorts the 
shared working TVList in place.
   
   Make `delete()` / `delete(column)` / `deleteColumn()` of `AlignedTVList` and 
`TVList.delete()` synchronized on the same TVList instance as `sort()`. 
(`AlignedTVList.deleteTime` does not exist on dev/1.3, so that hunk is not 
applicable.)


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

Reply via email to