kytos-ng / kytos

Kytos SDN Platform. Kytos is designed to be easy to install, use, develop and share Network Apps (NApps).
https://kytos-ng.github.io/
MIT License
2 stars 7 forks source link

placeholder to simulate MongoDB RS node failures before index creation #413

Closed viniarck closed 9 months ago

viniarck commented 9 months ago

This is related to https://github.com/kytos-ng/flow_manager/issues/160.

I'm mapping this placeholder to also document on this issue.

Italo has mapped to reproduce this linked issue with 5 nodes, he stopped node 3 and 5, and then when kytosd it got stuck during index creation, he was using version 2022.3.1.

I'll try to simulate it with 3 nodes (that we typically use in our dev env), and then if needed I'll use 5 nodes too.

viniarck commented 9 months ago

I managed to reproduce the issue with 5 nodes based on @italovalcy's reported information. Here's the summary:

I'll send a PR and backport it to both 2023.1 and 2022.3 shortly.