You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Arina Ielchiieva (JIRA)" <ji...@apache.org> on 2019/08/06 11:38:00 UTC

[jira] [Created] (DRILL-7339) Upgrade to Iceberg latest commits to fix issue with orphan files after delete in transaction

Arina Ielchiieva created DRILL-7339:
---------------------------------------

             Summary: Upgrade to Iceberg latest commits to fix issue with orphan files after delete in transaction
                 Key: DRILL-7339
                 URL: https://issues.apache.org/jira/browse/DRILL-7339
             Project: Apache Drill
          Issue Type: Task
            Reporter: Arina Ielchiieva
            Assignee: Arina Ielchiieva
             Fix For: 1.17.0


Drill Metastore executes many operations in transaction including delete. Currently Iceberg creates orphan files when executing delete in transaction and these files cannot be expired and keep pilling up. Iceberg issue - https://github.com/apache/incubator-iceberg/issues/330. When #330 is fixed, we need to update Iceberg commit to ensure these issue is resolved in Drill as well.

PR with the fix - https://github.com/apache/incubator-iceberg/pull/352 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)