Re: Issues with 2PC at recovery: CLOG lookups and GlobalTransactionData

2025-02-18 Thread Noah Misch
On Thu, Jan 30, 2025 at 03:36:20PM +0900, Michael Paquier wrote: > And I am beginning a new thread about going through an issue that Noah > has mentioned at [1], which is that the 2PC code may attempt to do > CLOG lookups at very early stage of recovery, where the cluster is not > in a consistent s

Re: Issues with 2PC at recovery: CLOG lookups and GlobalTransactionData

2025-02-02 Thread Michael Paquier
On Fri, Jan 31, 2025 at 04:54:17PM +0300, Vitaly Davydov wrote: > I'm looking at the v13 patch. I see, there is the only file for v13: > v2-0002-Fix-issues-with-2PC-file-handling-at-recovery-13.txt Yes. The fixes in 13~16 are simpler. There are so many conflicts across all the branches that I'm

Re: Issues with 2PC at recovery: CLOG lookups and GlobalTransactionData

2025-01-31 Thread Vitaly Davydov
On Friday, January 31, 2025 03:21 MSK, Michael Paquier wrote: > > Thoughts and comments are welcome. I'm looking at the v13 patch. I see, there is the only file for v13: v2-0002-Fix-issues-with-2PC-file-handling-at-recovery-13.txt There are two points I would like to highlight: #1. In Recover