You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@helix.apache.org by GitBox <gi...@apache.org> on 2022/06/01 19:48:34 UTC

[GitHub] [helix] micahstubbs opened a new issue, #2128: Enable updating Helix Ideal State (IS) nodes through Helix UI

micahstubbs opened a new issue, #2128:
URL: https://github.com/apache/helix/issues/2128

   **Is your feature request related to a problem? Please describe.**
   <!-- A clear and concise description of what the problem is. -->
   
   Currently it is not possible to make an Ideal State Update through the Helix UI.
   
   **Describe the solution you'd like**
   <!-- A clear and concise description of what you want to happen. -->
   
   Enable Ideal State Updates through the Helix UI.
   
   **Additional context**
   <!-- Add any other context or screenshots about the feature request here. -->
   
   Reading about Ideal State for Helix Nodes https://helix.apache.org/Concepts.html
   


-- 
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: reviews-unsubscribe@helix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org


[GitHub] [helix] micahstubbs closed issue #2128: Enable updating Helix Ideal State (IS) nodes through Helix UI

Posted by GitBox <gi...@apache.org>.
micahstubbs closed issue #2128: Enable updating Helix Ideal State (IS) nodes through Helix UI
URL: https://github.com/apache/helix/issues/2128


-- 
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: reviews-unsubscribe@helix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org


[GitHub] [helix] micahstubbs commented on issue #2128: Enable updating Helix Ideal State (IS) nodes through Helix UI

Posted by GitBox <gi...@apache.org>.
micahstubbs commented on issue #2128:
URL: https://github.com/apache/helix/issues/2128#issuecomment-1251611523

   fixed in https://github.com/apache/helix/pull/2162


-- 
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: reviews-unsubscribe@helix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org


[GitHub] [helix] micahstubbs commented on issue #2128: Enable updating Helix Ideal State (IS) nodes through Helix UI

Posted by GitBox <gi...@apache.org>.
micahstubbs commented on issue #2128:
URL: https://github.com/apache/helix/issues/2128#issuecomment-1144091816

   We should be able to do this by making a POST request on the path`/clusters/{clusterName}/resources/{resourceName}/idealState` 
   
   see this line https://github.com/apache/helix/blob/master/helix-rest/src/main/java/org/apache/helix/rest/server/resources/helix/ResourceAccessor.java#L476


-- 
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: reviews-unsubscribe@helix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org