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

597 make sidecar and transformer containers communicate over socket #601

Conversation

ivukotic
Copy link
Member

@ivukotic ivukotic commented Jun 26, 2023

This PR makes sidecar - transformer communication go over a localhost socket.
That is more reliable and performant than communication over files in a shared directory. Upload to s3/minio is now correctly separated from the transformation loop.
Code is much simpler.

It does require a new version of science images coming from ssl-hep/science-images#1

@BenGalewsky BenGalewsky requested review from BenGalewsky and removed request for Michael-D-Johnson July 11, 2023 21:09
Copy link
Contributor

@BenGalewsky BenGalewsky left a comment

Choose a reason for hiding this comment

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

Ok - this looks like a big improvement - I removed some commented out code. I do wonder about some of the print statements still in the code....

@BenGalewsky BenGalewsky merged commit 6b4235d into develop Jul 11, 2023
43 checks passed
@BenGalewsky BenGalewsky deleted the 597-make-sidecar-and-transformer-containers-communicate-over-socket branch July 11, 2023 21:14
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.

Make sidecar and transformer containers communicate over socket
2 participants