atifiu opened a new issue, #63210: URL: https://github.com/apache/doris/issues/63210
Version: doris-4.0.5-rc01-59de8c4c524 What's wrong: The header row of SHOW BACKENDS lists trailing columns in the order CpuCores, Memory, LiveSince, RunningTasks, NodeRole, but the data rows place values in the order NodeRole, CpuCores, Memory, LiveSince, RunningTasks. Result: CpuCores column shows mix, NodeRole shows 0, etc. Reproduction: Run SHOW BACKENDS; on a fresh 4.0.5 cluster. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
