]
Dan Berindei updated ISPN-6105:
-------------------------------
Status: Open (was: New)
Too many warnings logged for total order commands
-------------------------------------------------
Key: ISPN-6105
URL:
https://issues.jboss.org/browse/ISPN-6105
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 8.1.0.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 8.2.0.Beta1
{{RetryPrepareException}} is harmless, on the same level as
{{OutdatedTopologyException}}, so it should be logged at debug level instead of warning.
Tx commands received before the initial topology also result in a
{{NullPointerException}} that is logged at the error level, because they try to access the
transaction table before it finished initializing. Non-TO tx commands avoid this by
calling {{isCommandSentBeforeFirstTopology(commandTopologyId)}}, TO tx commands can do the
same.