Hi, does anyone know why I might have a weird / co...
# troubleshooting
w
Hi, does anyone know why I might have a weird / corrupted ideal state after moving a realtime tables to a different set of servers (via rebalance)? The table looks fine from the UI (all the segments are Good, it says they are all on the new servers, it can be queried) but I think there are issues when I try to do things like reload all the segments.
Screenshot of the ideal state
n
this happens when the znode gets too large. @Mayank i remember you were discussing this with someone else on this channel the other day? do we have a resolution/issue created?
m
Yes, this happens as large znodes get compressed. The UI has been enhanced to handle compressed nodes in the latest master cc @Xiang Fu
x
w
ok I see thanks guys