bharos commented on PR #10787:
URL: https://github.com/apache/gravitino/pull/10787#issuecomment-4261942240

   The end-to-end goal — resilience to a temporarily-down remote catalog — 
isn't achieved yet. CatalogWrapperForREST eagerly calls getCatalog() in its 
constructor (buildCatalogConfigToClients(config, getCatalog())), and 
IcebergCatalogWrapperManager does the same for the Kerberos check. So the 
catalog is still loaded at construction time for all production paths. ?
   
   Should we include CatalogWrapperForREST changes (lazy 
catalogConfigToClients, replace direct catalog field accesses with 
getCatalog()), or are you planning followup PR?
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to