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

[TransferEngine] Implement Linux Shared Memory Transport #issue48 #77

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

SkylarKBKB
Copy link

No description provided.

@SkylarKBKB SkylarKBKB closed this Jan 10, 2025
@SkylarKBKB SkylarKBKB reopened this Jan 10, 2025
@SkylarKBKB SkylarKBKB changed the title Implement Linux Shared Memory Transport Implement Linux Shared Memory Transport with @stmatengss Jan 10, 2025
@SkylarKBKB SkylarKBKB changed the title Implement Linux Shared Memory Transport with @stmatengss Implement Linux Shared Memory Transport with @stmatengss #issue48 Jan 11, 2025
@SkylarKBKB SkylarKBKB mentioned this pull request Jan 11, 2025
@SkylarKBKB SkylarKBKB changed the title Implement Linux Shared Memory Transport with @stmatengss #issue48 [TransferEngine] Implement Linux Shared Memory Transport #issue48 Jan 11, 2025
@stmatengss stmatengss self-assigned this Jan 12, 2025
@stmatengss
Copy link
Collaborator

image
This PR cannot pass the test. Plz, check the code~ Thx

@SkylarKBKB
Copy link
Author

Sorry, I modified the shm_transport_test.cpp during debugging. I reassigned the metadata_server for debugging purposes, and now I need to delete line 66: metadata_server = '127.0.0.1:2379'.
1736754670326

@@ -62,13 +62,15 @@ class TCPTransportTest : public ::testing::Test {
metadata_server = env;
else
metadata_server = metadata_server;

metadata_server = "127.0.0.1:2379";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need hard code here, use the MC_METADATA_SERVER env instead.

LOG(INFO) << "metadata_server: " << metadata_server;

env = std::getenv("MC_LOCAL_SERVER_NAME");
if (env)
local_server_name = env;
else
local_server_name = "127.0.0.2:12345";
local_server_name = "127.0.0.1:2222";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto.

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

Successfully merging this pull request may close these issues.

3 participants