When trying to see what transactions are running, we see some blank rows from time to time, for example
neo4j> CALL dbms.listTransactions() YIELD transactionId, currentQuery, elapsedTimeMillis,status;
+------------------------------------------------...