apache / pinot

Apache Pinot - A realtime distributed OLAP datastore
https://pinot.apache.org/
Apache License 2.0
5.5k stars 1.29k forks source link

Loading the zookeeper browser page is failing with error #14216

Open chrajeshbabu opened 3 weeks ago

chrajeshbabu commented 3 weeks ago

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

Jackie-Jiang commented 3 weeks ago

cc @jayeshchoudhary

jayeshchoudhary commented 3 weeks ago

@chrajeshbabu can you attach a video? also which version are you using?

This might be related to new complex field we added ? Ui fix - https://github.com/apache/pinot/pull/14245/files

chrajeshbabu commented 3 weeks ago

@jayeshchoudhary sorry it was with release 1.2.0. I am setting up Pinot along with existing Kerberos based Hadoop cluster. Will share a video mostly by tomorrow.