Skip to content

Use GiGL DistServer for DistLoader#487

Merged
kmontemayor2-sc merged 6 commits intomainfrom
kmonte/gs-dist-loader-gigl-server
Feb 14, 2026
Merged

Use GiGL DistServer for DistLoader#487
kmontemayor2-sc merged 6 commits intomainfrom
kmonte/gs-dist-loader-gigl-server

Conversation

@kmontemayor2-sc
Copy link
Collaborator

@kmontemayor2-sc kmontemayor2-sc commented Feb 12, 2026

Scope of work done

turns out, we need to make some modifications to the DistServer in order for it to work at scale for graph store mode (and also how we setup the cluster).

The DistServer has lots of global locks which slow every thing down, when they are occasionally not needed, or can be per-produer. Will sene out follow up PRs to address this.

So copying over more code into out code base to support this. We should more strongly consider something like #483 but in the mean time this should be ~sufficient.

Where is the documentation for this feature?: N/A

Did you add automated tests or write a test plan?

Updated Changelog.md? NO

Ready for code review?: NO

@kmontemayor2-sc
Copy link
Collaborator Author

/unit_test_py

@kmontemayor2-sc
Copy link
Collaborator Author

/integration_test

@kmontemayor2-sc
Copy link
Collaborator Author

/e2e_test

@github-actions
Copy link
Contributor

github-actions bot commented Feb 12, 2026

GiGL Automation

@ 23:57:49UTC : 🔄 Python Unit Test started.

@ 01:19:24UTC : ✅ Workflow completed successfully.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 12, 2026

GiGL Automation

@ 23:57:51UTC : 🔄 Integration Test started.

@ 01:04:08UTC : ❌ Workflow failed.
Please check the logs for more details.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 12, 2026

GiGL Automation

@ 23:57:58UTC : 🔄 E2E Test started.

@ 01:19:26UTC : ✅ Workflow completed successfully.

@kmontemayor2-sc kmontemayor2-sc changed the title Use GiGL DistServer for DistLoaderSu Use GiGL DistServer for DistLoader Feb 13, 2026
@kmontemayor2-sc
Copy link
Collaborator Author

/integration_test

@github-actions
Copy link
Contributor

github-actions bot commented Feb 13, 2026

GiGL Automation

@ 01:29:17UTC : 🔄 Integration Test started.

@ 02:44:42UTC : ✅ Workflow completed successfully.

Copy link
Collaborator

@mkolodner-sc mkolodner-sc left a comment

Choose a reason for hiding this comment

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

Thanks Kyle!

@kmontemayor2-sc
Copy link
Collaborator Author

/unit_test_py

@kmontemayor2-sc
Copy link
Collaborator Author

/integration_test

@kmontemayor2-sc
Copy link
Collaborator Author

/e2e_test

@github-actions
Copy link
Contributor

github-actions bot commented Feb 13, 2026

GiGL Automation

@ 22:28:35UTC : 🔄 Python Unit Test started.

@ 23:39:28UTC : ✅ Workflow completed successfully.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 13, 2026

GiGL Automation

@ 22:28:37UTC : 🔄 Integration Test started.

@ 23:43:17UTC : ❌ Workflow failed.
Please check the logs for more details.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 13, 2026

GiGL Automation

@ 22:28:39UTC : 🔄 E2E Test started.

@ 23:51:26UTC : ❌ Workflow failed.
Please check the logs for more details.

Copy link
Collaborator

@svij-sc svij-sc left a comment

Choose a reason for hiding this comment

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

stamping

@kmontemayor2-sc kmontemayor2-sc added this pull request to the merge queue Feb 14, 2026
Merged via the queue into main with commit eb3b3ec Feb 14, 2026
6 checks passed
@kmontemayor2-sc kmontemayor2-sc deleted the kmonte/gs-dist-loader-gigl-server branch February 14, 2026 03: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

Successfully merging this pull request may close these issues.

4 participants

Comments