You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/09/02 16:16:43 UTC

[GitHub] [iceberg] rdblue opened a new pull request, #5694: Core: Add CommitStateUnknownException handling to REST

rdblue opened a new pull request, #5694:
URL: https://github.com/apache/iceberg/pull/5694

   This updates exception handling for the REST catalog where it deviates from the spec:
   * Throws `CommitStateUnknownException` for 500 and 504 for table commits. This is needed to suppress file deletion when a commit may have succeeded
   * Throws `ServiceUnavailableException` for 503 on all routes
   * Updates `ServiceFailureException` for 500 on non-commit routes to extend `RESTException`


-- 
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


[GitHub] [iceberg] rdblue merged pull request #5694: Core: Add CommitStateUnknownException handling to REST

Posted by GitBox <gi...@apache.org>.
rdblue merged PR #5694:
URL: https://github.com/apache/iceberg/pull/5694


-- 
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