paul-bormans-pcgw commented on issue #11695:
URL: https://github.com/apache/iceberg/issues/11695#issuecomment-2523846982

   I'm debugging this issue by adding LOG statements to 
https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/IncrementalFileCleanup.java#L261
 it seems findFilesToDelete yields no results at all; need in investigate 
further...
   
   ```
   [0m 2024-12-05T20:27:40.381Z INFO    
SplitRunner-20241205_202740_00004_8hycx.0.0.0-1-234     
org.apache.iceberg.RemoveSnapshots      Expiring snapshots older than: 
2024-12-05T17:27:40.218+00:00 (1733419660218)
   [0m 2024-12-05T20:27:40.634Z INFO    
SplitRunner-20241205_202740_00004_8hycx.0.0.0-1-234     
org.apache.iceberg.RemoveSnapshots      Committed snapshot changes
   [0m 2024-12-05T20:27:40.654Z INFO    
SplitRunner-20241205_202740_00004_8hycx.0.0.0-1-234     
org.apache.iceberg.RemoveSnapshots      Cleaning up expired files (local, 
incremental)
   [0m 2024-12-05T20:27:40.658Z INFO    
SplitRunner-20241205_202740_00004_8hycx.0.0.0-1-234     
org.apache.iceberg.IncrementalFileCleanup       Expired snapshot: 
BaseSnapshot{id=7933788066876585773, timestamp_ms=1733317248913, 
operation=delete, summary={trino_query_id=20241204_130008_00577_5fm9y, 
added-position-delete-files=83, added-delete-files=83, 
added-files-size=12453436, added-position-deletes=9349791, 
changed-partition-count=1, total-records=496011814, 
total-files-size=82384043620, total-data-files=4256, total-delete-files=4283, 
total-position-deletes=496011814, total-equality-deletes=0, 
iceberg-version=Apache Iceberg 1.6.1 (commit 
8e9d59d299be42b0bca9461457cd1e95dbaad086)}, 
manifest-list=s3://demobucket/ts.db/pack/metadata/snap-7933788066876585773-1-97bd849f-d8ae-4aeb-8dfc-5f5c0d9a90fd.avro,
 schema-id=0}
   [0m 2024-12-05T20:27:40.770Z INFO    
SplitRunner-20241205_202740_00004_8hycx.0.0.0-1-234     
org.apache.iceberg.IncrementalFileCleanup       Evaluate manifests to find 
files to delete; validIds: [8753827914090393055, 2938173632144337889]
   [0m 2024-12-05T20:27:40.781Z INFO    
SplitRunner-20241205_202740_00004_8hycx.0.0.0-1-234     
org.apache.iceberg.IncrementalFileCleanup       Files to delete: []
   ```


-- 
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-unsubscr...@iceberg.apache.org

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


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

Reply via email to