Hi Kristian,
On Wed, Feb 28, 2024 at 2:27 PM Kristian Nielsen
wrote:
> > If we write the last modification LSN
> > to the first page of the binlog tablespace, recovery can simply skip
> > all log records for the binlog tablespace that are older than the LSN.
>
> Ah! Yes, I see, that seems a good
Marko Mäkelä writes:
> Hi Kristian,
>
> On Mon, Feb 26, 2024 at 8:31 PM Kristian Nielsen
> wrote:
>> > I would tweak the log checkpoint to ensure that all pages of the
>> > "previous" binlog tablespace must be written back before we can
>> > advance the log checkpoint. The tablespace ID (actuall
Kristian Nielsen via developers writes:
> The XA COMMIT will normally be scheduled on the same worker as the XA
> PREPARE, unless the two events are far apart in the replication stream. This
> is mostly unavoidable in the current XA replication design, since the XA
> PREPARE and XA COMMIT of a si
Hi Sergei,
the commits are in bb-11.4-midenok-MDEV-30973
New changes are in 4 top commits. There is also a small CMake change
"Columnstore empty submodule fix" which I would push ASAP.
On Tue, Nov 7, 2023 at 8:35 PM Sergei Golubchik wrote:
>
> Hi, Aleksey,
>
> On Nov 07, Aleksey Midenkov wrote: