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

Issue141 2nd try #144

Merged
merged 11 commits into from
Mar 8, 2024
Merged

Issue141 2nd try #144

merged 11 commits into from
Mar 8, 2024

Conversation

petersilva
Copy link
Contributor

close #141

Had to change global variables into pieces of context passed to library routines... a lot of changes, but that's all it did.

@petersilva
Copy link
Contributor Author

I need to test a little more... but this might do it.

@petersilva
Copy link
Contributor Author

Added some patches, and it looks like it does the right thing now. I asked the client to test.
not sure if we should merge now or wait for client test result.

@petersilva
Copy link
Contributor Author

As noted by @reidsunderland we still have some multi-threading vulnerabilities... perhaps best to address. will review.

@petersilva
Copy link
Contributor Author

The multithreading stuff is quite big... in volume... it basically means getting rid of all variables declared static as there is always a race condition when called by multiple threads. I think it's better to have a separate branch for that (maybe more than one.) and merge this stuff (already >600 loc.) as is for now. It likely solves the user's problem as-is.

Copy link
Member

@reidsunderland reidsunderland left a comment

Choose a reason for hiding this comment

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

I'm good with merging this and fixing the other stuff separately

@petersilva petersilva merged commit c0e6a71 into development Mar 8, 2024
@petersilva petersilva deleted the issue141_2ndTry branch April 3, 2024 20:47
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.

HPC mirroring... sr3_cpost from within a tree being mirrored.
2 participants