• Daniele Sciascia's avatar
    Fix MTR test galera_3nodes_sr.galera_vote_sr (#1439) · fcc0b89d
    Daniele Sciascia authored
    A large INSERT would occasionally fail with a deadlock error. This
    is due to a limitation in galera library: large writesets that are
    internally fragmented (> 32KB), may fail to replicate during a
    configuration change. Even if the configuration change is from primary
    to primary.
    Changed the test to reduce writeset sizes from ~65K to ~16K.
    fcc0b89d
galera_vote_sr.result 5.44 KB