[MCOL-5367] in a transaction, insert..select fails +multinode+columnstore_use_import_for_batchinsert=ON Created: 2022-12-21 Updated: 2023-01-19 Resolved: 2023-01-19 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 22.08.3, 22.08.4, 22.08.7 |
| Fix Version/s: | 22.08.8 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Gagan Goel (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | cluster | ||
| Assigned for Review: | |
| Assigned for Testing: | |
| Description |
|
Build tested: 22.08.03, 22.8.4, 22.08.7 On a multi-node cluster, in a transaction, insert..select reported rows inserted, but query show empty table.
|
| Comments |
| Comment by Daniel Lee (Inactive) [ 2022-12-21 ] |
|
The same test scenario works fine in release 6.4.4-1. |
| Comment by Daniel Lee (Inactive) [ 2022-12-21 ] |
|
It seems that the issue happens when columnstore_use_import_for_batchinsert is set to ON. It works fine when it is set to ALWAYS. |
| Comment by Daniel Lee (Inactive) [ 2023-01-19 ] |
|
Build verified: 22.08.8 (Drone build #6523) Verified with columnstore_use_import_for_batchinsert set to ON and ALWAYS. |