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

   ### What would you like to be improved?
   
   `GravitinoEnv` currently initializes internal metadata components together 
with event listeners, audit logging, metadata hooks, auxiliary services, and 
job management in the full-server initialization path.
   
   This mixes initialization responsibilities and makes component dependencies 
and lifecycle ownership difficult to understand and maintain.
   
   ### How should we improve?
   
   Split environment initialization into explicit layers:
   
   1. Common infrastructure.
   2. Internal components required for normalized metadata operations.
   3. Components required only by the full server runtime.
   
   Add a metadata initialization profile and make full-server initialization 
reuse the same metadata path before adding the remaining server components. 
Existing base and full initialization behavior should remain unchanged.


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