Asklv
Asklv
**What this PR does / why we need it**: Add web control for guest rescue #https://github.com/yunionio/cloudpods/pull/17671 **Does this PR need to be backport to the previous release branch?**: NONE
**What this PR does / why we need it:** Add guest rescue docs. **Does this PR need to be backport to the previous release branch?: /cc @wanyaoqi
# [RFC OpenIMSDK/Open-IM-Server#2] OpenIM Custom Service Proposal ## Meta [meta]: #meta - Name: openIM custom service proposal - Start Date: 2023-06-08 - Author: IRONICBo - Status: Draft - RFC Pull...
We need to implement a simple ping-mesh monitoring tool to get nodes connectivity latency. Design doc(TODO): https://docs.google.com/document/d/1EdKJ8iQ3KwVBQAHaPisqHP7cgpq4RW8mD9KPWtYETbE Issue: #5514
We have collected all agents latencies in PR: https://github.com/antrea-io/antrea/pull/6120, then we need to export data to api server and report it to antrea controller. The commits base on PR #6120....
In last PR https://github.com/antrea-io/antrea/pull/6392, we have defined some rest apis for `nodelatencystats`. We have implemented the inner operations by `cache.Indexer` and support query `nodelatencystats` by api. Example: ```bash antrea git:(feat/impl-node-latency-query-api)...
# Background In response to the need for efficient file transfers in distributed environments, this system aims to achieve fast transfer of file blocks and file ranges through asynchronous RPC...
# Design In this PR, we have implemented the cluster manager for distribute cache nodes, typically for these cases: - Election Testing: Ensure that exactly one node is elected as...
# Target In this PR, we want to introduce the distribute cache manager for overall controller in local cache and distribute cluster manager, we focus on these feature: - Distribute...
# Background At present, the core functionality and core logic of each component of distributed cache has been completed design, and the core code has also been submitted to the...