Singlestore docker image functionality break

Hi,
I use singlestore docker image with testcontainers framework in spring, for my testing purpose.
With this singlestore/cluster-in-a-box:centos-7.3.12-2d93725f98-3.2.11-1.11.8 image, which is around 4 weeks old, my code functionality works fine. But today i downloaded the latest image from docker repo, which somehow breaks the functionality.
In both images, i start up the images programmatically and provide a script to create database.
In the newer docker image, it fails with exception of unknown system variable ‘transaction_read_only’. Right now ive fixed with specifying the tag instead of latest tag. Kindly release docker image with proper fix

Thank you for reporting this. I think I see what the problem is.

-Adam

@adam this issue is being seen even when running the code normally, with managed service cluster of version 7.5.6

Yeah, the problem is with 7.5.6 in general (not just the docker container). We’ll fix it in the next patch in a week or so.

-Adam

1 Like