morningman opened a new issue #2717: [Insert] data may not be visible when insert operation return OK URL: https://github.com/apache/incubator-doris/issues/2717 When insert operation return OK, the data may not be visible because the corresponding transaction may be in COMMITTED, not VISIBLE status. However, the insert operation is a synchronous operation and it is impossible to wait for the transaction to publish for a long time. So we need to return more info to user, so that user can find out what is going on.
---------------------------------------------------------------- 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]
