Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible regression in multi-domain breakdown #114

Closed
sajith opened this issue May 18, 2023 · 2 comments · Fixed by #115
Closed

Possible regression in multi-domain breakdown #114

sajith opened this issue May 18, 2023 · 2 comments · Fixed by #115
Assignees
Labels
bug Something isn't working ci/cd epic_pce

Comments

@sajith
Copy link
Member

sajith commented May 18, 2023

It seems that the original connection request that we've been testing with used to be able to produce a breakdown that spans three domains, but now pce is unable to find a solution for the same connection request.

This is a follow up to issue #112 and PR #113. It would be useful to get PR #113 merged first, to prevent it from growing anymore. I ended up writing a test to investigate this issue in that PR.

@sajith sajith added bug Something isn't working ci/cd epic_pce labels May 18, 2023
@sajith sajith self-assigned this May 18, 2023
@sajith sajith changed the title Investigate multi-domain breakdown in detail Investigate possible regression in multi-domain breakdown May 18, 2023
@sajith sajith changed the title Investigate possible regression in multi-domain breakdown Possible regression in multi-domain breakdown May 18, 2023
@YufengXin
Copy link
Collaborator

The original topology json model is first converted to a networkx graph model, before forming the PCE optimization model. It would be useful to debug on the networkx graph model first, eg, generating the graph in a image, mapping the connection request to this graph to see if a path exist or not, etc.

@YufengXin
Copy link
Collaborator

Added a comment in SDX-controller:

atlanticwave-sdx/sdx-controller#145

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci/cd epic_pce
Projects
Development

Successfully merging a pull request may close this issue.

2 participants