MOD-7069: Send GC heartbeats to track copy on write behaviour#5503
MOD-7069: Send GC heartbeats to track copy on write behaviour#5503DvirDukhan merged 3 commits intomasterfrom
Conversation
124543f to
99c47ca
Compare
raz-mon
left a comment
There was a problem hiding this comment.
Nice
Can we see some change in the INFO response? Somewhere?
Would be nice to add a test accordingly.
… the parent process * add a mock function so tests would pass.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5503 +/- ##
==========================================
+ Coverage 87.14% 87.18% +0.03%
==========================================
Files 196 196
Lines 35061 35110 +49
==========================================
+ Hits 30554 30610 +56
+ Misses 4507 4500 -7 ☔ View full report in Codecov by Sentry. |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 2.8
git worktree add -d .worktree/backport-5503-to-2.8 origin/2.8
cd .worktree/backport-5503-to-2.8
git switch --create backport-5503-to-2.8
git cherry-pick -x 0a5aae0361343ccc533bb56f973559b37854a501 |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 2.6
git worktree add -d .worktree/backport-5503-to-2.6 origin/2.6
cd .worktree/backport-5503-to-2.6
git switch --create backport-5503-to-2.6
git cherry-pick -x 0a5aae0361343ccc533bb56f973559b37854a501 |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 2.10
git worktree add -d .worktree/backport-5503-to-2.10 origin/2.10
cd .worktree/backport-5503-to-2.10
git switch --create backport-5503-to-2.10
git cherry-pick -x 0a5aae0361343ccc533bb56f973559b37854a501 |
|
Successfully created backport PR for |
* * Send gc heartbeats to track copy on write behaviour * * send heartbeats more frequently to provide a more correct status to the parent process * add a mock function so tests would pass. * * add comment for the progress field (cherry picked from commit 0a5aae0)
…5510) MOD-7069: Send GC heartbeats to track copy on write behaviour (#5503) * * Send gc heartbeats to track copy on write behaviour * * send heartbeats more frequently to provide a more correct status to the parent process * add a mock function so tests would pass. * * add comment for the progress field (cherry picked from commit 0a5aae0) Co-authored-by: kei-nan <[email protected]>
A clear and concise description of what the PR is solving, including:
Main objects this PR modified
Mark if applicable