This is an automated email from the ASF dual-hosted git repository.

zhouky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new 4d35e501a [CELEBORN-984][DOC] shutdownWorkers API documentation
4d35e501a is described below

commit 4d35e501a3ccdd2cb9d36440c6139f3e39b838ab
Author: sychen <[email protected]>
AuthorDate: Mon Sep 18 19:58:11 2023 +0800

    [CELEBORN-984][DOC] shutdownWorkers API documentation
    
    ### What changes were proposed in this pull request?
    https://celeborn.apache.org/docs/latest/monitoring/#master_1
    
    
https://github.com/apache/incubator-celeborn/blob/07c1dc2568e8a1dc57448919ed01bfa6eb11b630/service/src/main/scala/org/apache/celeborn/server/common/http/HttpRequestHandler.scala#L74-L75
    
    ### Why are the changes needed?
    
    ### Does this PR introduce _any_ user-facing change?
    
    ### How was this patch tested?
    
    Closes #1920 from cxzl25/CELEBORN-984.
    
    Authored-by: sychen <[email protected]>
    Signed-off-by: zky.zhoukeyong <[email protected]>
---
 docs/monitoring.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/monitoring.md b/docs/monitoring.md
index 1263879e3..ea96720e9 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -294,6 +294,7 @@ API path listed as below:
 | /workerInfo           | List worker information of the service. It will list 
all registered workers 's information.                 |
 | /lostWorkers          | List all lost workers of the master.                 
                                                       |
 | /excludedWorkers      | List all excluded workers of the master.             
                                                       |
+| /shutdownWorkers      | List all shutdown workers of the master.             
                                                       |
 | /threadDump           | List the current thread dump of the master.          
                                                       |
 | /hostnames            | List all running application's LifecycleManager's 
hostnames of the cluster.                                 |
 | /applications         | List all running application's ids of the cluster.   
                                                       |

Reply via email to