Re: [I] java.lang.IllegalStateException: Connection pool shut down in Spark [iceberg]

2025-01-23 Thread via GitHub
mgmarino commented on issue #11633: URL: https://github.com/apache/iceberg/issues/11633#issuecomment-2609291917 @Fokko, @amogh-jahagirdar I do not believe the PR #11858 addressed this issue, this particular one seems to be related rather to a SerializeTableWithSize object being closed (pres

Re: [I] java.lang.IllegalStateException: Connection pool shut down in Spark [iceberg]

2024-12-30 Thread via GitHub
amogh-jahagirdar closed issue #11633: java.lang.IllegalStateException: Connection pool shut down in Spark URL: https://github.com/apache/iceberg/issues/11633 -- 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 t

Re: [I] java.lang.IllegalStateException: Connection pool shut down in Spark [iceberg]

2024-12-22 Thread via GitHub
Fokko commented on issue #11633: URL: https://github.com/apache/iceberg/issues/11633#issuecomment-2558668852 I did a git bisect, and narrowed down the issue to this one: ``` ➜ iceberg git:(7e2920af4) git bisect bad 7e2920af400e5d559f8f1742b1043787b0477d74 is the first bad

Re: [I] java.lang.IllegalStateException: Connection pool shut down in Spark [iceberg]

2024-12-22 Thread via GitHub
Fokko commented on issue #11633: URL: https://github.com/apache/iceberg/issues/11633#issuecomment-2558634206 I'm seeing the same here https://github.com/apache/iceberg-python/pull/1323 Let me dig into the details -- This is an automated message from the Apache Git Service. To respond to t

Re: [I] java.lang.IllegalStateException: Connection pool shut down in Spark [iceberg]

2024-12-17 Thread via GitHub
SandeepSinghGahir commented on issue #11633: URL: https://github.com/apache/iceberg/issues/11633#issuecomment-2550594353 I have been facing this issue from past 6 months now. https://github.com/apache/iceberg/issues/10340#issuecomment-2550591724 -- This is an automated message from the Ap

Re: [I] java.lang.IllegalStateException: Connection pool shut down in Spark [iceberg]

2024-11-28 Thread via GitHub
singhpk234 commented on issue #11633: URL: https://github.com/apache/iceberg/issues/11633#issuecomment-2506462937 I see, so in a nutshell we shouldn't be calling a fileIO close if it's still being referenced by any lingering tableOps ? maybe we can implement reference count, and only cal

Re: [I] java.lang.IllegalStateException: Connection pool shut down in Spark [iceberg]

2024-11-28 Thread via GitHub
teddy-hackle commented on issue #11633: URL: https://github.com/apache/iceberg/issues/11633#issuecomment-2505485159 This issue is the same when you use IcebergSink on flink or when you perform expire_snapshot on spark. -- This is an automated message from the Apache Git Service. To respon

[I] java.lang.IllegalStateException: Connection pool shut down in Spark [iceberg]

2024-11-22 Thread via GitHub
davseitsev opened a new issue, #11633: URL: https://github.com/apache/iceberg/issues/11633 ### Apache Iceberg version 1.7.0 (latest release) ### Query engine Spark ### Please describe the bug 🐞 We have a maintenance job which run all necessary SparkActions o