Hi SingleStore,
I just switched to the new Apple M1 MacbookPro and I can’t run SingleStore locally with the docker image, it throws:
19 20:30:27.494 FAIL: Thread 115118: InitializeRepl: Failed to initialize replication subsystem because 'io_setup' system call failed with error 38 (Function not implemented).
: Failed to connect to MemSQL: process exited: exit status 255
Traceback (most recent call last):
File "/startup", line 136, in <module>
start_cluster()
File "/startup", line 100, in start_cluster
ctl("start-node", "--all")
File "/startup", line 18, in ctl
subprocess.check_output(["memsqlctl", "-yj"] + list(args)))
File "/usr/lib64/python2.7/subprocess.py", line 575, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command '['memsqlctl', '-yj', 'start-node', '--all']' returned non-zero exit status 1
Is the problem coming from the M1 compatibility or something else?
Thanks for your help!
PS: it is critical to me to run a dev instance locally.