Yan Mo

Results 12 issues of Yan Mo

As of right now, we can create nodes in bulk, but can only delete them one by one. Which will cause a lot of time for node deletion wait time.

Need to re-write Alcor k8s deployment script in ansible for ease of use, and enhanced reliability. Thus we can easily change configs on the go depending on env and for...

enhancement

When deploy Ignite, need to change the following files to use JDK 8. Reason being the Docker image we use [**apacheignite/ignite:2.10.0**](https://hub.docker.com/layers/apacheignite/ignite/2.10.0/images/sha256-ce0fd6ecb5b3647e44339ae8ac9f46c2e9e739cbf87b681da8d28e8eb5dc25ca?context=explore) have JDK 8 in it. Bellow are some of...

When doing create list ports 1000 times, 500 rps: http://10.213.43.169:8082/alcor-create-and-delete-ports_1000t-500rps.html#/NeutronNetworks.create_and_list_ports/failures Bellow are log from PM: ``` Servlet.service() for servlet [dispatcherServlet] in context with path [] ``` ``` 2021-09-14 18:45:09.265 ERROR...

bug

- When run rally test create_and_delete_subnets, create and delete 50 times with 5 concurrent. During final clean up will give "subnets are not empty exception". - Below are the logs...

When doing create-and-delete-ports_concurrent 50 times with 5 concurrent. During delete_port will give the Ip address allocation not found error. But from IP Manager log do show it successfully deleted the...

Test case: alcor-create-and-delete-ports - create and delete 10 ports per network, do it 2 times with 2 concurrency. Issue: - During clean up it will show there are still ports...

When run alcor-network-performance test 20 times with 3 concurrency. Each run create 100 networks, and put 1 instance per network. Rally will give the following error: ``` Traceback (most recent...

When doing create-and-delete-ports_concurrent 50 times with 5 concurrent. During delete port will trough the following error: ``` Traceback (most recent call last): File "/root/rally_venv/lib/python3.6/site-packages/rally/task/runner.py", line 69, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs)...

When run create-and-delete-subnets_concurrent with 50 subnets and 5 concurrency, it will give the I/O error. Link to rally report and log: - http://10.213.43.169:8082/7_9_2021/create-and-delete-subnets_concurrent8.html#/NeutronNetworks.create_and_delete_subnets/failures - http://10.213.43.169:8082/7_9_2021/ym_log/create-and-delete-subnets_concurrent8 Below is the log from...