xy720 opened a new pull request, #33700: URL: https://github.com/apache/doris/pull/33700
## Proposed changes Issue Number: close #xxx When we truncate table or drop a large number of partitions at once, it is possible to return an fdb transaction_too_large error. According to the [documentation](https://github.com/apple/foundationdb/wiki/Transaction-size-limit), this is due to the transaction mutated data being too large, or the transaction has too much conflict ranges with other transactions. So we need to reconsider the design here. We can split the step of getting partition version and put it before the drop-partitions transaction. <!--Describe your changes.--> ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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]
