Open zhenglin-charlie-li opened 1 year ago
You can try turn off insert delayed,but batch insert will be affected。 vi my.cnf tianmu_insert_delayed=off
Ok yes, setting tianmu_insert_delayed=0
solved this issue.
By the way, I am developing SQLancer to let it support StoneDB. Do you developers consider this issue as a bug or not?
If it is not a bug, we will do the above operation to avoid this probelm.
We will fix these issues,and you can turn off the insert delay during testing.
Have you read the Contributing Guidelines on issues?
Please confirm if bug report does NOT exists already ?
Describe the problem
StoneDB crash when executing the right shift operator, this crash can be reproduce stabily.
Note: we need to executing the following commands quickly. To reproduce, you can copy paste the following code:
Expected behavior
Do not crash
How To Reproduce
Environment
Docker image v1.0.4
Are you interested in submitting a PR to solve the problem?