MOD-7329: Determine if fields and documents are expired before returning them as valid results#4858
MOD-7329: Determine if fields and documents are expired before returning them as valid results#4858
Conversation
d53be30 to
7fae25e
Compare
ef277e8 to
b07f62d
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4858 +/- ##
==========================================
+ Coverage 86.12% 86.18% +0.05%
==========================================
Files 192 193 +1
Lines 34416 34704 +288
==========================================
+ Hits 29642 29910 +268
- Misses 4774 4794 +20 ☔ View full report in Codecov by Sentry. |
30a1c7a to
5a72cd3
Compare
86c301f to
9eb1e30
Compare
170b87e to
1f73df0
Compare
* fix compilation * fix compilation error * handle field mask of 64 bit
* support wild card reader filtering
raz-mon
left a comment
There was a problem hiding this comment.
LGTM - with the following caveat: This PR needs to pass benchmarks (ideally with new scenarios with TTLs) before being released.
|
/backport |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 2.10
git worktree add -d .worktree/backport-4858-to-2.10 origin/2.10
cd .worktree/backport-4858-to-2.10
git switch --create backport-4858-to-2.10
git cherry-pick -x 4a67a87bbe11cdb8d4d852ee3b71fd21824f4047 |
|
/backport |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 2.10
git worktree add -d .worktree/backport-4858-to-2.10 origin/2.10
cd .worktree/backport-4858-to-2.10
git switch --create backport-4858-to-2.10
git cherry-pick -x 4a67a87bbe11cdb8d4d852ee3b71fd21824f4047 |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 8.0
git worktree add -d .worktree/backport-4858-to-8.0 origin/8.0
cd .worktree/backport-4858-to-8.0
git switch --create backport-4858-to-8.0
git cherry-pick -x 4a67a87bbe11cdb8d4d852ee3b71fd21824f4047 |
A clear and concise description of what the PR is solving, including:
Which issues this PR fixes
Main objects this PR modified
Mark if applicable