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?