pinot icon indicating copy to clipboard operation
pinot copied to clipboard

Loading the zookeeper browser page is failing with error

Open chrajeshbabu opened this issue 4 months ago • 3 comments

zookeeper browser always giving blank page. When I dig deeper found the following error.

main.js:17441 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'numChildren') at main.js:17441:59 at Array.map (<anonymous>) at main.js:17435:19

it's happening while forming the tree structure with zookeeper data.

Here getting null, need to check how currentNodeListStat[pathName] could be null. https://github.com/apache/pinot/blob/b067ae1924a532282229e0506188b9375f0ec6d2/pinot-controller/src/main/resources/app/utils/PinotMethodUtils.ts#L704

chrajeshbabu avatar Oct 13 '24 18:10 chrajeshbabu