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

   ### Version
   
   main branch
   
   ### Describe what's wrong
   
   In Web v2, when opening a schema and listing tables under it, the left 
catalog tree can show the returned table list correctly, but the right schema 
details page still shows nothing.
   
   <img width="1400" height="840" alt="Image" 
src="https://github.com/user-attachments/assets/fbe6508e-fc98-41c5-8e33-1b9a1764f9da";
 />
   
   Based on frontend investigation(codex), this looks like a state 
synchronization/race issue between the left tree lazy-loading path and the 
right schema details page:
   
   - The left tree lazy load path fetches tables and updates `metalakeTree`.
   - The right schema details table reads from `tableData`.
   - If the tree lazy-loading request wins or cancels the right-side request, 
the tree can show tables while the right table remains empty.
   
   ### Error message and/or stacktrace
   
   No backend error or stacktrace was observed.
   
   ### How to reproduce
   
   1. Open Web v2 Catalogs page.
   2. Select a relational catalog in a environment.
   3. Open or expand a schema that contains tables.
   4. Observe the left catalog tree after tables are loaded.
   5. Check the right schema details page, `Tables` tab.
   
   ### Additional context
   
   _No response_


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