Basic Java knowledgeUnderstanding of Web UI development
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
50
調査方針
Investigate the WebUI component that displays cumulative user memory, likely in the JavaScript frontend. Look for the API endpoint fetching memory metrics from the backend, possibly in a Trino coordinator REST controller. The issue shows negative values for large memory consumption, suggesting an integer overflow or type conversion problem. Check the data type used for memory values in both backend (Java long vs unsigned) and frontend (JavaScript number). Review relevant files like trino web ui/src/ or similar directories.
Cumulative user memory overflow, visible in the UI · trinodb/trino#9080 | Good First Issue