You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Keith Wall (JIRA)" <ji...@apache.org> on 2012/12/27 10:44:12 UTC

[jira] [Updated] (QPID-4523) Housekeeper ended with Metadata not found for message with id 50746740 [error code 541: internal error] during perf test run

     [ https://issues.apache.org/jira/browse/QPID-4523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Wall updated QPID-4523:
-----------------------------

    Summary: Housekeeper ended with Metadata not found for message with id 50746740 [error code 541: internal error] during perf test run  (was: Housekeeper ended with Metadata not found for message with id 50746740 [error code 541: internal error])
    
> Housekeeper ended with Metadata not found for message with id 50746740 [error code 541: internal error] during perf test run
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-4523
>                 URL: https://issues.apache.org/jira/browse/QPID-4523
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.21
>            Reporter: Keith Wall
>
> Whilst looking into a unrelated problem with the perf tests (bdb, 0-9-1), I noticed that the housekeeper failed with the following exception:
> {noformat}
> 2012-12-26 22:12:49,628 ERROR [test:VirtualHostHouseKeepingTask] (VirtualHostImpl.java:723) - Exception in housekeeping for queue: varying-consumers
> java.lang.RuntimeException: org.apache.qpid.AMQStoreException: Metadata not found for message with id 50746740 [error code 541: internal error]
>         at org.apache.qpid.server.store.berkeleydb.AbstractBDBMessageStore$StoredBDBMessage.getMetaData(AbstractBDBMessageStore.java:1469)
>         at org.apache.qpid.server.message.AMQMessage.getMessageMetaData(AMQMessage.java:93)
>         at org.apache.qpid.server.message.AMQMessage.getArrivalTime(AMQMessage.java:160)
>         at org.apache.qpid.server.queue.SimpleAMQQueue.getOldestMessageArrivalTime(SimpleAMQQueue.java:1014)
>         at org.apache.qpid.server.queue.NotificationCheck$4.notifyIfNecessary(NotificationCheck.java:104)
>         at org.apache.qpid.server.queue.SimpleAMQQueue.checkForNotification(SimpleAMQQueue.java:2265)
>         at org.apache.qpid.server.queue.SimpleAMQQueue.checkMessageStatus(SimpleAMQQueue.java:1933)
>         at org.apache.qpid.server.virtualhost.VirtualHostImpl$VirtualHostHouseKeepingTask.execute(VirtualHostImpl.java:720)
>         at org.apache.qpid.server.virtualhost.HouseKeepingTask.run(HouseKeepingTask.java:61)
>         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
>         at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
>         at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>         at java.lang.Thread.run(Thread.java:619)
> Caused by: org.apache.qpid.AMQStoreException: Metadata not found for message with id 50746740 [error code 541: internal error]
>         at org.apache.qpid.server.store.berkeleydb.AbstractBDBMessageStore.getMessageMetaData(AbstractBDBMessageStore.java:1271)
>         at org.apache.qpid.server.store.berkeleydb.AbstractBDBMessageStore$StoredBDBMessage.getMetaData(AbstractBDBMessageStore.java:1465)
>         ... 17 more
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org