4paradigm / 4paradigm/FeatInsight
Click the table name will get error and fail to open the detail page
- Lingua principale
- Vue
- Stelle
- 22
- Fork
- 9
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
It is easy to reproduce by clicking different tables in `OnlineTables.vue` for multiple times.
Here is the backend error message.
```
E1102 15:39:44.960912 79732736 sql_cluster_router.cc:2198] table with name user in db SYSTEM_FEATURE_PLATFORM does not exist
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
The issue occurs in OnlineTables.vue when clicking table names, causing a backend error about a missing table. Start by examining the frontend click handler in OnlineTables.vue and trace the API call to the backend. Check the backend SQL cluster router logs (sql_cluster_router.cc) to understand the table lookup logic. Verify the database SYSTEM_FEATURE_PLATFORM and table 'user' existence or routing logic.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- sql
- Ambito
- backend, databases, frontend
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100