Hi Team, what are the steps to restore deleted seg...
# troubleshooting
l
Hi Team, what are the steps to restore deleted segments back to a REALTIME table? We did the following steps but to no avail. • Copy back the deleted segments to respective tables • Restored the zookeeper metadata from zk backup to this path
/pinot/<datasource-name>/PROPERTYSTORE/SEGMENTS/<table-name>_REALTIME/…
• Restarted servers, controllers We don’t see these segments in IDEAL_STATE. Anyone has done this? Whats the right way to restore deleted segments for a REALTIME table?
x
idealstates requires explicitly modified for this
Ting is adding support for this : https://github.com/apache/incubator-pinot/pull/6567
l
idealstates requires explicitly modified for this
Thanks Xiang. We are trying this now.
x
ok, do you have offline table? if so, you can update the offline side
m
@Xiang Fu real-time segment upload is still wip? Or is there any way I can do it ?
x
it’s still wip, you can pull that PR into your repo to build and test
👍 1
l
@Xiang Fu: We don’t have offline tables.