New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BATproject2: does not match always #7196
Comments
|
There is clearly a bug here. Neither client should report "BATproject2: does not match always". |
|
A dml dependency is missing I think. Let me test before and after my changes. |
|
hi Joe mullender , Is the BAT project2:doesnot match always is fixed in which version i need the version because we are facing lot issues and failures we need test upgrading it to the required verison |
|
hi pedrotadim |
|
Hi! This error message is generally thrown due to an internal bug. You may be facing another bug. Can you make a reproducible test case? |
We are experiencing nameserver resolution problems with our monetdb.org website where the release notes are normally available. The provider has not given an ETA for their fix of this problem. |
Describe the bug
Heyo, I was trying to test some things to make our analytics stuff more stable. Basically I create a table, start a transaction on 2 clients, one alters the table to add a new column, the other client inserts some data. Instead of rolling back it ends up corrupting the table entirely it seems like?
I've read over the optimistic concurrency control so I'm not sure if this is actually a bug or expected behavior here.
To Reproduce
Client 1
Client 2
Expected behavior
I know this is a violation of the OCC rules on concurrent connections but wasn't expecting the table to not be recoverable afterwards.
Screenshots
Software versions
MonetDB: MonetDB Database Server Toolkit v11.41.11 (Jul2021-SP1)
OS: Linux 839c464b9757 5.10.0-8-cloud-amd64 #1 SMP Debian 5.10.46-4 (2021-08-03) x86_64 x86_64 x86_64 GNU/Linux
Using the docker image here: https://hub.docker.com/r/monetdb/monetdb
**Issue labeling **
Table corruption, concurrent transactions,
Additional context
The text was updated successfully, but these errors were encountered: