morningman opened a new pull request #1358: Increase the timeout of publish version task URL: https://github.com/apache/incubator-doris/pull/1358 The origin timeout of publish version task of a transaction is 3 seconds. This timeout is too short that may cause a problem that some of publish version tasks already finished on Backend but failed to report to Frontend because Frontend already commit the transaction and discard all publish version tasks. And the replica of these failed publish task will be marked as failed. In normal case, these replicas can be repair by tablet repair process, but if there is a running alter jobs, such as rollup job, the rollup replicas will also be marked as failed, which may cause the entire rollup job failed.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
