You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "snazy (via GitHub)" <gi...@apache.org> on 2023/01/31 16:59:18 UTC

[GitHub] [iceberg] snazy opened a new issue, #6710: REST-Catalog: missing conflict-checks for `dropTable` and `updateTable`

snazy opened a new issue, #6710:
URL: https://github.com/apache/iceberg/issues/6710

   ### Apache Iceberg version
   
   main (development)
   
   ### Query engine
   
   None
   
   ### Please describe the bug 🐞
   
   Concurrent operations against the same table (like updating the same table from different clients) are not completely safe via the Iceberg REST API.
   
   `deleteTable` offers no `UpdateRequirement` checks at all.
   `updateTable` has `UpdateRequirement`s, but there is none that checks for example the latest metadata-location, which should change for every update.


-- 
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.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] github-actions[bot] commented on issue #6710: REST-Catalog: missing conflict-checks for `dropTable` and `updateTable`

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #6710:
URL: https://github.com/apache/iceberg/issues/6710#issuecomment-1668729974

   This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.


-- 
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] agnes-xinyi-lu commented on issue #6710: REST-Catalog: missing conflict-checks for `dropTable` and `updateTable`

Posted by "agnes-xinyi-lu (via GitHub)" <gi...@apache.org>.
agnes-xinyi-lu commented on issue #6710:
URL: https://github.com/apache/iceberg/issues/6710#issuecomment-1423337682

   for updateTable, there is UUID check for every commit, that should guarantee the uniqueness of the metadata. Isn't metadata location decided on the server side for each new commit (probably includes UUID in the path)?


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


Re: [I] REST-Catalog: missing conflict-checks for `dropTable` and `updateTable` [iceberg]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #6710:
URL: https://github.com/apache/iceberg/issues/6710#issuecomment-1892897551

   This issue has been closed because it has not received any activity in the last 14 days since being marked as 'stale'


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


Re: [I] REST-Catalog: missing conflict-checks for `dropTable` and `updateTable` [iceberg]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #6710: REST-Catalog: missing conflict-checks for `dropTable` and `updateTable`
URL: https://github.com/apache/iceberg/issues/6710


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