Hi, I have a question about `tagOverrideConfig` op...
# troubleshooting
v
Hi, I have a question about
tagOverrideConfig
option - I understand that this option allows completed/consumed segments from realtime servers to offline servers. And the movement logic kicks in every hour or so. Is there an option available to configure the time interval for the segment movement too? Also, I noticed that the segment gets dropped from realtime server as part of the movement - is there a way to delay/defer this behavior (realtime server dropping segment), until the offline server gets the segment?
n
what do you mean by configuring time interval? we can configure the frequncy: https://docs.pinot.apache.org/basics/components/controller#segmentrelocator
no way to defer.. are you asking because you want to avoid downtime? if you have multiple replicas, only 1 will be moved at a time. so you’ll see downtime only if you are running with a single replica
v
we can configure the frequncy:
Yes, this is what I was looking for. Thank you!
if you have multiple replicas, only 1 will be moved at a time. so you’ll see downtime only if you are running with a single replica
That makes sense, I was running with a single replica, which was likely causing this issue. I'll increase the number of replicas.
Thank you so much @Neha Pawar for answering my queries! 🙂
🙂 1