rec: store scope zero replies in packetcache and modify on retrieval - #17897
Open
omoerbeek wants to merge 8 commits into
Open
rec: store scope zero replies in packetcache and modify on retrieval#17897omoerbeek wants to merge 8 commits into
omoerbeek wants to merge 8 commits into
Conversation
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
…16_t> all the time Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
omoerbeek
force-pushed
the
rec-draft-pc-scope0
branch
from
August 18, 2026 12:18
6a6006d to
c0a0616
Compare
Member
Author
Done |
rgacogne
reviewed
Aug 18, 2026
Coverage Report for CI Build 32143787083Warning Build has drifted: This PR's base is out of sync with its target branch, so coverage data may include unrelated changes. Coverage increased (+0.005%) to 71.199%Details
Uncovered Changes
Coverage Regressions97 previously-covered lines in 13 files lost coverage.
Coverage Stats💛 - Coveralls |
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
omoerbeek
force-pushed
the
rec-draft-pc-scope0
branch
from
August 18, 2026 13:40
1c42a6c to
136665b
Compare
rgacogne
approved these changes
Aug 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Short description
This prevents the performance degradation that happens because the PC is no longer used for scope zero answers since #17598.
We now store these answer into the PC, together with the offset and size of the ECS info. On retrieval, the roper client info is then copied into the packet retrieved before sending out.
Checklist
I have: