Re: Replication slot stats misgivings
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: Masahiko Sawada <sawada.mshk@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, Andres Freund <andres@anarazel.de>,
PostgreSQL-development <pgsql-hackers@postgresql.org>, Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>
Date: 2021-05-13T06:00:23Z
Lists: pgsql-hackers
On Thu, May 13, 2021 at 11:21 AM Amit Kapila <amit.kapila16@gmail.com> wrote: > > On Wed, May 12, 2021 at 4:02 PM Masahiko Sawada <sawada.mshk@gmail.com> wrote: > > > > On Wed, May 12, 2021 at 1:19 PM vignesh C <vignesh21@gmail.com> wrote: > > > > > > > I think the part of the test that tests the stats after resetting it > > > > might give different results. This can happen because in the previous > > > > test we spill multiple times (spill_count is 12 in my testing) and it > > > > is possible that some of the spill stats messages is received by stats > > > > collector after the reset message. If this theory is correct then it > > > > better that we remove the test for reset stats and the test after it > > > > "decode and check stats again.". This is not directly related to your > > > > patch or buildfarm failure but I guess this can happen and we might > > > > see such a failure in future. > > > > Good point. I agree to remove this test. > > > > > > > > I agree with your analysis to remove that test. Attached patch has the > > > changes for the same. > > > > Thank you for the patch. The patch looks good to me. I also agree that > > removing the test doesn't reduce the test coverage. > > > > Thanks, I have pushed the patch. > Thanks for pushing the patch. Regards, Vignesh
Commits
-
Doc: Update logical decoding stats information.
- 0c6b92d9c6fb 14.0 landed
-
Fix tests for replication slots stats.
- fc69509131c3 14.0 landed
-
Update replication statistics after every stream/spill.
- 592f00f8dec6 14.0 landed
-
Fix the computation of slot stats for 'total_bytes'.
- 205f466282be 14.0 landed
-
Another try to fix the test case added by commit f5fc2f5b23.
- 51ef9173030c 14.0 landed
-
Use HTAB for replication slot statistics.
- 3fa17d37716f 14.0 landed
-
Fix test case added by commit f5fc2f5b23.
- c64dcc7fee5f 14.0 landed
-
Add information of total data processed to replication slot stats.
- f5fc2f5b23d1 14.0 landed
-
Use NameData datatype for slotname in stats.
- cca57c1d9bf7 14.0 landed