Audit filter seems to be broken after upgrade from 3.9 to 3.10

Hi

I’ve noticed some issue with Audit filtering after upgrading from 3.9 to 3.10:

Steps to reproduce:

  1. login to web ui;
  2. go to Audit tab
  3. try to use filter(any) - the results are not as expected: empty or whatever but expected

And when I erase string in filter - result page stays the same, expected that it returns to default values(without filtering).

I’ve noticed it both on my test lab and prod.

During update there were no warning or troubles.
And everything works fine except this filtering.

I have just two nodes of Pidea(keepalive with VIP) and one DB(mariadb 10.5).

My sqlalchemy settings(nothing were changed):

SQLALCHEMY_DATABASE_URI = 'mysql+pymysql://pi:<PASS>@<DB SERVER IP>/<DB USER>'

Thats right. It will be fixed in 3.10.1.

Ok, thanks for the info.