Liguang Xie

Results 51 issues of Liguang Xie

This PR is proposed to fix a document issue related to NVM installation when building Ray on Linux. ## Why are these changes needed? The original guide of NVM installation...

stale

In the services/network_config_manager/src/main/java/com/futurewei/alcor/netwconfigmanager/client/gRPC/GoalStateClientImpl.java, the GS gRPC client calls the ResourceStateCache service which further access Resource State Cache. Ideally, we would like to have a gRPC client free of any database/cache...

enhancement

PR #713 changes List to HashSet for efficiency consideration (avoid duplication etc.) We would like to apply similar changes to other Lists in https://github.com/futurewei-cloud/alcor/pull/713DPM/src/main/java/com/futurewei/alcor/dataplane/entity/MulticastGoalStateV2.java. For example, `` private List vpcIds;...

enhancement

Create a ticket to investigate warm up feature for Linkerd gRPC channel

enhancement
perf testing

- [ ] Network-level routing table update - [ ] Subnet-level routing table update - [x] Scenario 1: Step 1 Create subnet/port/router, Step 2 attach Subnet to router, Step 3...

feature

This PR proposes two issue fix - Fix concurrency issue when multiple subnets in the same VPC are deleted at the same time (tracked by Issue #662) - Fix Ip...

bug
perf testing

**Basic Requirement** * Use an automatic way to generate REST API document for API gateway and others microservices listed in this directory: https://github.com/futurewei-cloud/alcor/tree/master/services **Resource** https://github.com/asciidoctor/asciidoctor-intellij-plugin/wiki/Spring-REST-Docs-support

documentation
good first issue
P0

## Feature Requirements The K8s Cluster Autoscaler is a component that automatically adjusts the size of a Kubernetes Cluster so that all pods have a place to run and there...

help wanted
perf testing
deployment and upgrade

__Issue Description__ In com.futurewei.alcor.subnet.controller.deleteSubnetState, multiple downstream resources related to a to-be-deleted subnet need to get deleted. Those resources include: - delete subnet routing rule in route manager - delete gateway...

enhancement