[MCOL-4867] DMLProc failed to rollback a txn Created: 2021-09-16 Updated: 2022-06-24 Resolved: 2022-06-24 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | DMLProc |
| Affects Version/s: | 5.6.2 |
| Fix Version/s: | 6.4.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Roman | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
One of the clients has an issue when DMLProc can't rollback the txn
There are two points. The first one DMLProc rollbacks after two minutes of TO somewhere in dmlpackageproc code. The second is that last message uses an incorrect facilityid so that DMLProc sends the message to syslog as ddlpackageproc. |
| Comments |
| Comment by Rick Pizzi [ 2021-09-16 ] |
|
drrtuy I don't think what you wrote is correct. It looks like DMLProc and ddlpackageproc are two different processes (they have different PID numbers), and the latter sends a SIGTERM to the former (this is seen in systemd logs)... |
| Comment by Roman [ 2021-09-16 ] |
|
Good point but I asked you in Slack what is the process that has 15931 pid. |
| Comment by Rick Pizzi [ 2021-09-16 ] |
|
The process is no longer there after DMLproc is killed, so I have no idea. |
| Comment by David Hall (Inactive) [ 2022-06-24 ] |
|
Duplicates |