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

Can a chain be built between ucx 1.12 and ucx1.14 #10222

Open
super-train opened this issue Oct 11, 2024 · 2 comments
Open

Can a chain be built between ucx 1.12 and ucx1.14 #10222

super-train opened this issue Oct 11, 2024 · 2 comments

Comments

@super-train
Copy link

When I want to build a chain using the ucx1.12 and ucx1.14 libraries,
1.12 as a client, 1.14 as a server, encountering problems:

  1. If both parties set cm_use_all_device to yes
    When processing the chain building request sent by the client on the server side, there will be a stack throw

  2. If both parties set cm_use_all_device to no, then the chain is successfully built
    Can someone give me some guidance on why cm_use_all_device fails when set to yes, and how to handle it
    Thank you.

PS: Due to some special reasons, both parties' cm_use'all_device must be set to yes

@gleon99
Copy link
Contributor

gleon99 commented Oct 13, 2024

Hi

Please provide more details on what exactly you are tryin to do and what is the result (output, logs, etc).
See also the template for reporting a bug, under "New Issue".

@super-train
Copy link
Author

Hi

Please provide more details on what exactly you are tryin to do and what is the result (output, logs, etc). See also the template for reporting a bug, under "New Issue".

@gleon99 Thank you for your answer
I compared the submitted modifications for 1.12 and 1.14, combined with the log information, and found that the relevant modifications were
f2c1651
UCP/WIREUP: Always pack TL resource indices into CM private data
This modification was made in 1.14 to pack TL resource indicators into CM private data
The processing here did not match 1.12, resulting in failure
I rolled back this modification in 1.14, and the rolled back version can now be successfully linked to 1.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants