You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/05/19 14:22:35 UTC

[GitHub] [trafficserver] brbzull0 opened a new pull request, #8856: Fix traffic_ctl server drain(undo) jsonrpc api call.

brbzull0 opened a new pull request, #8856:
URL: https://github.com/apache/trafficserver/pull/8856

   It was wrongly calling `admin_server_start_drain` when it was supposed to call `admin_server_stop_drain`.
   
   ```
   $ traffic_ctl server drain --undo -f rpc
   --> {"id": "af5e7d34-8143-45be-98d0-448ad2c3cb01", "jsonrpc": "2.0", "method": "admin_server_stop_drain"}
   <-- {"jsonrpc": "2.0", "result": "success", "id": "af5e7d34-8143-45be-98d0-448ad2c3cb01"}
   ```


-- 
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: github-unsubscribe@trafficserver.apache.org

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


[GitHub] [trafficserver] bryancall commented on pull request #8856: Fix traffic_ctl server drain(undo) jsonrpc api call.

Posted by GitBox <gi...@apache.org>.
bryancall commented on PR #8856:
URL: https://github.com/apache/trafficserver/pull/8856#issuecomment-1135220374

   @serrislew will review this


-- 
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: github-unsubscribe@trafficserver.apache.org

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


[GitHub] [trafficserver] serrislew commented on pull request #8856: Fix traffic_ctl server drain(undo) jsonrpc api call.

Posted by GitBox <gi...@apache.org>.
serrislew commented on PR #8856:
URL: https://github.com/apache/trafficserver/pull/8856#issuecomment-1138000166

   Looks good to me. 


-- 
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: github-unsubscribe@trafficserver.apache.org

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


[GitHub] [trafficserver] brbzull0 merged pull request #8856: Fix traffic_ctl server drain(undo) jsonrpc api call.

Posted by GitBox <gi...@apache.org>.
brbzull0 merged PR #8856:
URL: https://github.com/apache/trafficserver/pull/8856


-- 
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: github-unsubscribe@trafficserver.apache.org

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