lliangyu-lin commented on issue #12086:
URL: https://github.com/apache/iceberg/issues/12086#issuecomment-2614589247
I feel one potential approach to address this could be using
```BlockingQueue```, which allows the commit service thread to sleep until new
work is offered in the ```completed
RussellSpitzer commented on issue #12086:
URL: https://github.com/apache/iceberg/issues/12086#issuecomment-2613492182
I wonder if it should be sleeping even if inProgressCommits() has elements
in it. I don't think we want to loop unless work is actually finished
--
This is an automated me
silentxingtian commented on issue #12086:
URL: https://github.com/apache/iceberg/issues/12086#issuecomment-2612268970
兄弟,请问下,你的那个火焰图是通过什么得到的,我学习哈
--
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 t
davseitsev opened a new issue, #12086:
URL: https://github.com/apache/iceberg/issues/12086
### Apache Iceberg version
1.7.0
### Query engine
Spark
### Please describe the bug 🐞
We have Spark job which performs all the maintenance actions over our data
lake.