[MCOL-4988] Table lock remained after DML failure due to cluster was in readonly mode Created: 2022-02-04 Updated: 2023-09-22 Resolved: 2023-08-16 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | DMLProc |
| Affects Version/s: | 6.2.3, 23.02.4 |
| Fix Version/s: | 23.10.0 |
| Type: | Bug | Priority: | Blocker | ||||||||||||||||||||||||||||||||||||
| Reporter: | Daniel Lee (Inactive) | Assignee: | Gagan Goel (Inactive) | ||||||||||||||||||||||||||||||||||||
| Resolution: | Fixed | Votes: | 0 | ||||||||||||||||||||||||||||||||||||
| Labels: | rm_stability | ||||||||||||||||||||||||||||||||||||||
| Environment: |
Build tested: 6.2.3-1 (#3752), CMAPI 1.6.2 (#600) This issue was identified when testing Tested the follow commands (aliases) mcsModule After setting the cluster in readonly mode, I tried an insert statement. A DBRM read-only error returned as expected, but it left a table lock in place. After setting the cluster back to readwrite mode, subsequent DML statements also failed because of the table lock. When the cluster is in readonly, a failed DML state should clear the table lock.
|
||||||||||||||||||||||||||||||||||||||
| Issue Links: |
|
||||||||||||||||
| Sprint: | 2023-8 | ||||||||||||||||
| Assigned for Review: | |
||||||||||||||||
| Assigned for Testing: | |
||||||||||||||||
| Comments |
| Comment by Roman [ 2022-02-05 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
This issue surely must be researched b/c I don't see the issue(single-node, no S3, direct mode set with dbrmctl). See the output.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by David Hall (Inactive) [ 2022-03-04 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
This may be fixed when | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2022-03-29 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Build tested: 6.2.3-1 (#3675) Just in case OS makes a difference, the original test was done on Centos 8 and this new test was done on Rocky 8.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2023-06-09 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Build tested: develop-23.02 branch engine: 727170dc6629dc3b9fe266039e8764bf20138c3a The issue still exists
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2023-08-16 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Build verified: develop latest engine: f55d41c0792c98c760fdb6e69a1ed0aff87aa42b Repeated above test case. |