csudharsanan opened a new issue, #2791: URL: https://github.com/apache/helix/issues/2791
**Is your feature request related to a problem? Please describe.** Currently, the participants are unable to set a partition to an ERROR state explicitly when they seem to be stuck in a specific current state. The only way a replica can be set to ERROR is from within a state model. Having an endpoint to allow this behavior would allow the clients to call the resetPartition endpoint to set it back to INIT state and recover the replica. resetPartitions work only on partitions in error state. **Describe the solution you'd like** An API endpoint that validates the incoming request and sends a state transition message to sets one or more partitions from any current state to ERROR state. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
