vialard
(Vincent Vialard)
1
Hi there,
searching for "last_committed_tx_id" I got only 3 hits from an old documentation and the links lead to non existing pages (like https://neo4j.com/docs/java-reference/current/javadocs/org/neo4j/management/HighAvailability.html)
Not dramatic though, I was able to find the correct page (Metrics reference - Operations Manual) using google...
Best,
Vincent.
thank you for reporting this issue.
I was able to reproduce and noticed that in each of the links it typically links to
https://neo4j.com/docs/java-reference/current/javadocs/org/neo4j/management/HighAvailability.html
as each of the links refers to Neo4j v3.3.x if you change the url and replace current
with 3.3
you will get the correct page.
current
is typically a shortcut for the most recent release, and at this time it would be the same as 4.2
nonetheless I will request this be fixed and thanks for reporting