Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-6105

Too many warnings logged for total order commands

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 8.2.0.Beta1, 8.2.0.Final
    • 8.1.0.Final
    • Core
    • None

      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.

              dberinde@redhat.com Dan Berindei (Inactive)
              dberinde@redhat.com Dan Berindei (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: