You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/05/19 16:46:40 UTC

[GitHub] [hbase] ndimiduk opened a new pull request #1739: Forward-port" HBASE-24361 Make `RESTApiClusterManager` more resilient (#1701)" to branch-2

ndimiduk opened a new pull request #1739:
URL: https://github.com/apache/hbase/pull/1739


   * sometimes API calls return with null/empty response bodies. thus,
     wrap all API calls in a retry loop.
   * calls that submit work in the form of "commands" now retrieve the
     commandId from successful command submission, and track completion
     of that command before returning control to calling context.
   * model CM's process state and use that model to guide state
     transitions more intelligently. this guards against, for example,
     the start command failing with an error message like "Role must be
     stopped".
   * improvements to logging levels, avoid spamming logs with the
     side-effects of retries at this and higher contexts.
   * include references to API documentation, such as it is.
   
   Signed-off-by: stack <st...@apache.org>


----------------------------------------------------------------
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.

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



[GitHub] [hbase] ndimiduk merged pull request #1739: Forward-port" HBASE-24361 Make `RESTApiClusterManager` more resilient (#1701)" to branch-2

Posted by GitBox <gi...@apache.org>.
ndimiduk merged pull request #1739:
URL: https://github.com/apache/hbase/pull/1739


   


----------------------------------------------------------------
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.

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