[
https://issues.apache.org/jira/browse/QPID-5979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14097773#comment-14097773
]
Keith Wall commented on QPID-5979:
----------------------------------
Andrew, can you review this please? I think this should be included in 0.30.
> Derby/JDBC logs unnecessary 'message not found' at WARN on rollback.
> --------------------------------------------------------------------
>
> Key: QPID-5979
> URL: https://issues.apache.org/jira/browse/QPID-5979
> Project: Qpid
> Issue Type: Bug
> Components: Java Broker
> Reporter: Keith Wall
> Assignee: Andrew MacBean
> Priority: Minor
> Fix For: 0.31
>
>
> If using Derby or JDBC virtual host, if I rollback producing transaction (or
> forcedly close a connection), I see the following WARN:
> {noformat}
> 2014-08-08 13:45:21,258 WARN [IoReceiver - /127.0.0.1:62984]
> (derby.DerbyMessageStore) - Message metadata not found for message id 1
> {noformat}
> There is no issue here that requires the user to be warned, The message
> should be downgraded to INFO (like BDB) or maybe DEBUG.
> BDB uses
> {code:java}
> getLogger().info("Message not found (attempt to remove failed - probably
> application initiated rollback) " + messageId);
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]