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

Fix MacOS poller #11

Open
bbockelm opened this issue Jan 17, 2025 · 0 comments
Open

Fix MacOS poller #11

bbockelm opened this issue Jan 17, 2025 · 0 comments
Labels
osg-built A Koji build exists skip-osg-build

Comments

@bbockelm
Copy link

The poll loop on MacOS is not thread-safe, meaning that XRootD stops responding on that platform under trivial load.

The underlying issue is that the mutex guarding various data structures in the XrdPollPoll class for Mac OS was only applied on about half the usage of said data members; the patch simply extends the lock to be applied at all the locations.

Upstream PR: xrootd#2408

@matyasselmeci - I'm not tagging this for the OSG build because this is MacOS-only and I mostly just want to ensure all the Pelican developers have a consistent branch.

@matyasselmeci matyasselmeci added the osg-built A Koji build exists label Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
osg-built A Koji build exists skip-osg-build
Projects
None yet
Development

No branches or pull requests

2 participants