ajantha-bhat commented on issue #10110:
URL: https://github.com/apache/iceberg/issues/10110#issuecomment-2048960308

   @dimas-b : catalog created by spark and catalog created by the user is using 
the same same `JavaHttpClient`  object?
   
   Isn't the culprit is the `Static`  class `ImplSwitch.FACTORY.apply(config);` 
, it uses the same instance of `JavaHttpClient`?
   
   
https://github.com/projectnessie/nessie/blob/nessie-0.79.0/api/client/src/main/java/org/projectnessie/client/http/HttpClientBuilderImpl.java#L247
   
   The above code is from 0.79.0 (latest released version).
   
   I checked the master branch code, there we are now using Apache Http client 
(I don't see any static instance of `JavaHttpClientFactory` there) 
(https://github.com/projectnessie/nessie/pull/8224). So, I think issue is fixed 
in the master branch. WDYT? 


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