[MCOL-3487] When version buffer is overflowed, no error message returned Created: 2019-09-06 Updated: 2019-11-04 Resolved: 2019-11-04 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | DMLProc |
| Affects Version/s: | 1.4.0 |
| Fix Version/s: | 1.4.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Jose Rojas (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Build tested: 1.4.0-1 [dlee@master centos7]$ cat gitversionInfo.txt autopilot test case: systemTest.versionBuffer No error message is returned. It returned a warning instead. MariaDB [tpch100c]> select count
-----------
----------- MariaDB [tpch100c]> update lineitem set l_orderkey=-1 MariaDB [tpch100c]> show warnings
------
------ |
| Comments |
| Comment by Jose Rojas (Inactive) [ 2019-10-09 ] | ||||||
|
Doesn't appear to be an issue anymore. I was able to get the version buffer overflow error in the latest code on develop branch (1.4) | ||||||
| Comment by Daniel Lee (Inactive) [ 2019-10-11 ] | ||||||
|
Build tested: 1.4.1-1 [dlee@master centos7]$ cat gitversionInfo.txt I tested the latest build from buildbot today and the issue still exist. MariaDB [mytest]> update lineitem set l_orderkey=-1; MariaDB [mytest]> show warnings;
------
------ MariaDB [mytest]> | ||||||
| Comment by Jose Rojas (Inactive) [ 2019-10-14 ] | ||||||
|
I cannot reproduce. I believe I found a possible reason why i cannot reproduce and why you continue to see the issue. Looking at the ticket description, it appears you were using mariadb-columnstore-server develop branch (commit 67452bc is in mariadb-columnstore-server). You should be using mariadb/server 10.4 branch. Please let me know if this is the case, and if it is, please test using mariadb/server 10.4 branch and mariadb-columnstore-engine develop branch | ||||||
| Comment by Daniel Lee (Inactive) [ 2019-11-04 ] | ||||||
|
Build verified: 1.4.1-1 engine commit: The issue was discovered in 1.4.0-1 beta source code that I used to build the installation package. I don't know if ColumnStore was migrated to use the server code directly yet at that time. My last test was using 1.4.1-1 package from buildbot so the correct branch should have been used to produce the package, and that package still has the reported issue. I tested the latest packages from buildbot today and it is working correctly now. MariaDB [tpch100]> select count
-----------
----------- MariaDB [tpch100]> update lineitem set l_orderkey=-1; |