This is an automated email from the ASF dual-hosted git repository.
rickyma pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
from fbcddbe3f [#1885] improvement(server): release usedMemory as soon as
possible after buffer is released (#1886)
add 7a28f9fef [#1401] feat:(dashboard): Support deleting lost shuffle
servers (#1870)
No new revisions were added by this update.
Summary of changes:
.../apache/uniffle/coordinator/ClusterManager.java | 2 +
.../uniffle/coordinator/SimpleClusterManager.java | 8 ++
.../coordinator/web/resource/ServerResource.java | 11 +++
dashboard/pom.xml | 4 +-
dashboard/src/main/webapp/src/api/api.js | 5 ++
.../webapp/src/pages/serverstatus/NodeListPage.vue | 86 ++++++++++++++++++++--
dashboard/src/main/webapp/src/utils/http.js | 19 ++++-
7 files changed, 126 insertions(+), 9 deletions(-)