Hello everyone, Server Scale In Testing work in pr...
# troubleshooting
k
Hello everyone, Server Scale In Testing work in progress Invalid command caused the Server Status of Segment to be Offline. How can I change this state to Online? Work progress 1. The state of server-10 and server-11 out of 12 servers was made dead. 2. curl -X POST "https://xxxxxx.com:9443/segments/xx_config_OFFLINE/reset?maxWaitTimeMs=30000" -H "accept: application / json" And The response to the TableRebalancer command "Cannot reassign OFFLINE instances (instance assignment is not allowed) for table: xx_OFFLINE" What's wrong with this?
j
For the table rebalancer, can you turn off the reassignInstances flag?
I would recommend first do a dry-run and see if the result looks correct, then do the real run
k
thanks @Jackie Rebalance was successfully achieved on condition of true to Reassign Instances and Downtime options Do you know how to change the Offline state value of an image?
j
Which image are your referring to?
k
pinot_segment_server_status_offline.png
I would like to know how to change the Status value OFFLINE in this image to ONLINE.
instance Scale In Progressed and resolved the issue via rebalance.Thanks to @Jackie.
👍 1