You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "agnes-xinyi-lu (via GitHub)" <gi...@apache.org> on 2023/02/09 20:50:40 UTC

[GitHub] [iceberg] agnes-xinyi-lu commented on issue #6778: Rest Catalog UpdateTableRequest IOException handling could cause data discrepancy in case of response getting lost

agnes-xinyi-lu commented on issue #6778:
URL: https://github.com/apache/iceberg/issues/6778#issuecomment-1424819107

   This is a different issue comparing to 5694. HttpStatusCode is supposed to reflect server side errors, but if it's a connection issue, server can't send the response back to the client, there won't be a status code, it will be IOException. That's the extra thing we need to consider when adding a distributed layer. 
   We could test this by faking an IOException from JDBC catalog after it's processed the update request. Let me see if that can produce the scenario.


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org