diqiu50 opened a new issue, #12546:
URL: https://github.com/apache/gravitino/issues/12546

   ### What would you like to be improved?
   
   A catalog that fails to register in the Trino connector produces no 
user-visible error, it simply never appears in `SHOW CATALOGS`. The load loop 
catches every exception and only logs it, and catalogs with an unsupported 
provider or type are dropped without any log at all.
   
   Diagnosing this requires reading the coordinator log, which is not 
reasonable to ask of a user during an install.
   
   ### How should we improve?
   
   Make registration state visible without the log, through a system table 
listing each catalog with its status and last error. A failure that stops the 
loop before it can list catalogs, such as an unreachable Gravitino server, has 
no catalog row to attach to and needs its own reporting surface.


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