Read-only transactions don’t get transaction ids. They don’t need them since they don’t have anything to add to the transaction log. The NumberOfCommittedTransactions is also based on instance-local counters.
-- Chris Vest System Engineer, Neo Technology [ skype: mr.chrisvest, twitter: chvest ] > On 03 Mar 2015, at 18:16, Eric Pederson <[email protected]> wrote: > > Dear Neo4j: > > We are running a number of HA clusters. On some of them, when we look at the > JMX metrics, we see NumberOfCommittedTransactions > LastCommittedTxId. For > example: > > Transactions/NumberOfCommittedTransactions > > 15176 > > Transactions/LastCommittedTxId > > 6155 > > How is that possible? > > Thanks, > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
