[MCOL-1038] Something bleeding into log_error file Created: 2017-11-18 Updated: 2019-07-10 Resolved: 2019-07-10 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | DMLProc |
| Affects Version/s: | 1.0.10, 1.0.11, 1.1.0 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Matthew Minix | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | logging | ||
| Environment: |
Centos 7 |
||
| Description |
|
It's possible that this is intentional, but I really doubt it. In the file specified by the log_error variable there seems to be a lot of stuff that isn't meant to be in there such as incomplete queries , with a format that is not consistent with the format of the rest of the file, I've got it running on three different servers, with three different versions, and each seems to have the issue, although each seems to be behaving slightly different, for example, this is the entirety of the file on one server on duplicate: 424/71 = 0 Just ends mid query, and those lines look like two things smushed together (EntryID BETWEEN x and y certainly happens, but no 0ntryID) On the other two servers there's plenty of lines that start with create_query: INSERT INTO - and then a query that is again cut off before it finishes, with no text specifying an error, and for queries that are working. I've been trying to figure out what this might be, I figure it might be what the general_log might output. I don't have any current "normal" MariaDB instances without ColumnStore running, but I did have several .err files from when I did, I looked through those and didn't find anything like what I'm seeing in the files now. Also in case it matters, I have log_warnings set to 1 If you need any additional information please let me know! |