Description
If corrupted TransactionInfo (with transactionId=null) comes to FailoverTransport.oneway() it can lead to eternal reconnect loop as tracking of the command will fail. We need to check transactionId and not trigger reconnect if tracking fails.