Re: [Maria-developers] d1ec0231553: MDEV-26732 Assertion `0' failed in Item::val_native

2021-10-25 Thread Alexander Barkov
Hello Sergei, On 10/25/21 11:03 PM, Sergei Golubchik wrote: Hi, Alexander! On Oct 25, Alexander Barkov wrote: MDEV-26732 Assertion `0' failed in Item::val_native Also fixes MDEV-24619 Wrong result or Assertion `0' in Item::val_native / Type_handler_inet6::Item_val_native_with_conversion

Re: [Maria-developers] d1ec0231553: MDEV-26732 Assertion `0' failed in Item::val_native

2021-10-25 Thread Sergei Golubchik
Hi, Alexander! On Oct 25, Alexander Barkov wrote: > >> > >> MDEV-26732 Assertion `0' failed in Item::val_native > >> > >> Also fixes MDEV-24619 Wrong result or Assertion `0' in Item::val_native / > >> Type_handler_inet6::Item_val_native_with_conversion > > > > would be good to have some

Re: [Maria-developers] d1ec0231553: MDEV-26732 Assertion `0' failed in Item::val_native

2021-10-25 Thread Alexander Barkov
Hello Sergei, On 10/25/21 7:28 PM, Sergei Golubchik wrote: Hi, Alexander! On Oct 25, Alexander Barkov wrote: revision-id: d1ec0231553 (mariadb-10.5.4-550-gd1ec0231553) parent(s): 8b115503563 author: Alexander Barkov committer: Alexander Barkov timestamp: 2021-10-07 20:58:18 +0400 message:

Re: [Maria-developers] d1ec0231553: MDEV-26732 Assertion `0' failed in Item::val_native

2021-10-25 Thread Sergei Golubchik
Hi, Alexander! On Oct 25, Alexander Barkov wrote: > revision-id: d1ec0231553 (mariadb-10.5.4-550-gd1ec0231553) > parent(s): 8b115503563 > author: Alexander Barkov > committer: Alexander Barkov > timestamp: 2021-10-07 20:58:18 +0400 > message: > > MDEV-26732 Assertion `0' failed in

Re: [Maria-developers] 6d0c1f3ae12: MDEV-23328 Server hang due to Galera lock conflict resolution

2021-10-25 Thread Sergei Golubchik
Hi, Jan! On Oct 25, Jan Lindström wrote: > Hi Sergei, > > > > --- a/sql/sql_parse.cc > > > +++ b/sql/sql_parse.cc > > > @@ -2159,6 +2159,7 @@ bool dispatch_command( > > > } > > > DBUG_PRINT("quit",("Got shutdown command for level %u", level)); > > > general_log_print(thd, command,

Re: [Maria-developers] 6d0c1f3ae12: MDEV-23328 Server hang due to Galera lock conflict resolution

2021-10-25 Thread Marko Mäkelä
Hi Jan, Ramesh said that he has not observed any "WSREP: BF lock wait long for trx" messages while running tests. This would suggest that the diagnostic output code is essentially untested. I would say that the diagnostic output is related to MDEV-23328 or MDEV-25114, because it involves the

Re: [Maria-developers] 6d0c1f3ae12: MDEV-23328 Server hang due to Galera lock conflict resolution

2021-10-25 Thread Jan Lindström
Hi Marko, > > > I am sad to see that my comment regarding wsrep_is_BF_lock_timeout() > that I made in > https://github.com/MariaDB/server/commit/b74b53f0515b360bb5cddec1a506a2f4d4dc21b3#r52293813 > (June 17) has not been addressed. Do we really need that output? Do we > see that output in our

Re: [Maria-developers] 6d0c1f3ae12: MDEV-23328 Server hang due to Galera lock conflict resolution

2021-10-25 Thread Jan Lindström
Hi Sergei, > > > --- a/sql/sql_parse.cc > > +++ b/sql/sql_parse.cc > > @@ -2159,6 +2159,7 @@ bool dispatch_command(enum enum_server_command > command, THD *thd, > > } > > DBUG_PRINT("quit",("Got shutdown command for level %u", level)); > > general_log_print(thd, command, NullS); >