Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.0.10
-
None
-
CentOS 6
Description
I have the weird situation that querying dijkstras shortest path on an OQGraph table, which has an InnoDB backing table sometimes results in a crash. Stacktrace attached.
This is the query I run:
SELECT * FROM oq_graph WHERE latch='dijkstras' AND origid=0;
The weird thing is that after the server automatically restarts after the crash, the query works. Then I run mysqlcheck on the entire database and after running it the query causes the crash again. So I somehow ended up in an endless loop here :/
Attachments
Issue Links
- is blocked by
-
MDEV-5891 Assertion `! ((size_t)orig == (size_t)-1 && (size_t)dest == (size_t)-1)' failed in open_query::edges_cursor::fetch_row(..) with InnoDB backing table
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Labels | oqgraph |
Fix Version/s | 10.0.11 [ 15200 ] | |
Assignee | Andrew McDonnell [ andymc73 ] |
Attachment | crash_myisam.log [ 28602 ] |
Summary | OQGraph with InnoDB backing table crashes on querying dijkstra | Running mysqlcheck -A --auto-repair on OQGraph InnoDB backing table causes crashes on subsequent OQGRAPH queries. |
Fix Version/s | 10.0.12 [ 15201 ] | |
Fix Version/s | 10.0.11 [ 15200 ] |
Workflow | defaullt [ 37904 ] | MariaDB v2 [ 43528 ] |
Fix Version/s | 10.0.13 [ 16000 ] | |
Fix Version/s | 10.0.12 [ 15201 ] |
Workflow | MariaDB v2 [ 43528 ] | MariaDB v3 [ 62649 ] |
Workflow | MariaDB v3 [ 62649 ] | MariaDB v4 [ 139630 ] |
Fix Version/s | 10.0 [ 16000 ] |
Assignee | Andrew McDonnell [ andymc73 ] |
Priority | Major [ 3 ] | Minor [ 4 ] |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] |
Fix Version/s | 10.3 [ 22126 ] |
Fix Version/s | 10.4 [ 22408 ] |
I presume the problem might be related to
MDEV-5891