-
Notifications
You must be signed in to change notification settings - Fork 847
Remove legacy IntrusiveDList #10106
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
Remove legacy IntrusiveDList #10106
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For some reason, Sphinx only likes this the first time it's used: https://ci.trafficserver.apache.org/job/Github_Builds/job/docs/2470/Sphinx_20Docs/developer-guide/internal-libraries/MemArena.en.html#memarena
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The underlying problem is the class data is populated by other document files, in this particular case by "intrusive_dlist.en.rst" which no longer exists.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change doesn' t look any better to me: https://ci.trafficserver.apache.org/job/Github_Builds/job/docs/2472/Sphinx_20Docs/developer-guide/internal-libraries/MemArena.en.html#memarena . But anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The curse of Sphinx is inescapable.
c1bc657 to
ab9df51
Compare
Revert "libswoc: Update IntrusiveHashMap in HTTP session manager. (apache#9872)" apache#9872 This reverts commit ca4f8cd. I'm reverting this IntrusiveHashMap switch to libswoc because it introduces a spike in our origin side connections. The following is also reverted to add back the IntrusiveHashMap and IntrusiveDList implementations: Revert "libswoc: Remove legacy IntrusiveHashMap (apache#10104)" This reverts commit 5706e3b. Revert "libswoc: Remove legacy IntrusiveDList. (apache#10106)" This reverts commit 5d0a549. Co-authored-by: bneradt <bneradt@yahooinc.com>
No description provided.