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

[Data Mover] Payload misalignment / corruption on larger data migrations #13

Closed
nsarras opened this issue Jan 31, 2023 · 0 comments · Fixed by #14
Closed

[Data Mover] Payload misalignment / corruption on larger data migrations #13

nsarras opened this issue Jan 31, 2023 · 0 comments · Fixed by #14

Comments

@nsarras
Copy link
Contributor

nsarras commented Jan 31, 2023

Multiple clients sending data to same socket on master end eventually leading to data getting misaligned. Client response is in json format w/ fixed sized header (x # of bytes). On master side it reads the header, then tries to read the payload. After large amounts of data is uploaded misinterpreting of the payload appears. Issue specifically occurs when clients send status to the monitor status poller on master.

@nsarras nsarras linked a pull request Feb 4, 2023 that will close this issue
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 a pull request may close this issue.

1 participant