You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon shutdown got the following:
127.0.0.1:6380> shutdown
26151:M 09 Nov 2021 10:21:41.671 # User requested shutdown...
26151:M 09 Nov 2021 10:21:41.671 * Saving the final RDB snapshot before exiting.
26151:M 09 Nov 2021 10:21:41.674 * Created 0 virtual keys for graph g EXCEPTION=0x5 (ADDRESS / VIEW), CAUSE=0x2 (NULL POINTER), A=0x0000000000000000, TPC=0x80065543
The text was updated successfully, but these errors were encountered:
Ok, not entirely a duplicate. #9 combined two problems. This one almost certainly is in the matrix tuple iterator re-work as called under src/serializers/.
machine: bigtwin-d
redis-server v6.0.9
RedisGraph Interactive Execution, shutdown, EXCEPTION=0x5
Stated redis-serve with the redisgraph module:
[mparivash@bigtwin-d src]$ ~/redis-stable/src/redis-server --port 6380 --loadmodule ./redisgraph.so
[mparivash@bigtwin-d src]$ ~/redis-stable/src/redis-cli -p 6380
127.0.0.1:6380> GRAPH.QUERY g "CREATE ()-[:R]->()-[:R]->()"
127.0.0.1:6380>
127.0.0.1:6380>
127.0.0.1:6380> GRAPH.QUERY g "MATCH (n)-[*2]->(m) WHERE ID(n) = 0 RETURN count(distinct m)"
Upon shutdown got the following:
127.0.0.1:6380> shutdown
26151:M 09 Nov 2021 10:21:41.671 # User requested shutdown...
26151:M 09 Nov 2021 10:21:41.671 * Saving the final RDB snapshot before exiting.
26151:M 09 Nov 2021 10:21:41.674 * Created 0 virtual keys for graph g
EXCEPTION=0x5 (ADDRESS / VIEW), CAUSE=0x2 (NULL POINTER), A=0x0000000000000000, TPC=0x80065543
The text was updated successfully, but these errors were encountered: