yuqi1129 commented on issue #12238: URL: https://github.com/apache/gravitino/issues/12238#issuecomment-5111796611
@danhuawang Strictly, this is not a problem, as we know the drawback from the start. The unique key for `table_version_info` is (table_id, version, deleted_at), of which `deleted_at` is a long value that stands for a timestamp in milliseconds; that is to say, if two update operations are performed within a millisecond, the problem will surely exist. In a real scenario, considering the network and deployment factors, it is hardly possible to update the table so fast, so we left it till now. I'm still inclined to leave it as it is. -- 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]
