Keith Wall created QPID-4342:
--------------------------------

             Summary: Derby profile keeps timing out on Jenkins CI (slow store 
initialisation?)
                 Key: QPID-4342
                 URL: https://issues.apache.org/jira/browse/QPID-4342
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
            Reporter: Keith Wall
             Fix For: 0.19


We've seen a number of timeouts on Jenkins when running the Derby profile over 
the last few days.  From the look of the logs, it suggests that store 
initialisation is taking an excessive length of time . 8 or 9 seconds in some 
cases.

https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-Java-Java-DBY-TestMatrix/200/
https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-Java-Java-DBY-TestMatrix/198/
https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-Java-Java-DBY-TestMatrix/197/

The pattern I see in the logs is as follows:

{noformat}
main 2012-09-24 04:01:29,885 INFO 
[security.auth.manager.PrincipalDatabaseAuthenticationManager] Initialised 
CRAM-MD5 SASL provider successfully
main 2012-09-24 04:01:29,885 INFO 
[security.auth.manager.PrincipalDatabaseAuthenticationManager] Additional SASL 
providers successfully registered.
main 2012-09-24 04:01:29,885 INFO [qpid.message.virtualhost.created] [Broker] 
VHT-1001 : Created : test
main 2012-09-24 04:01:29,885 DEBUG [qpid.server.store.EventManager] Received 
event BEFORE_INIT
main 2012-09-24 04:01:29,885 INFO [qpid.message.configstore.created] [Broker] 
[vh(/test)/ms(DerbyMessageStore)] CFG-1001 : Created

### What is going on here?

main 2012-09-24 04:01:40,551 DEBUG [qpid.server.store.EventManager] Received 
event AFTER_INIT
main 2012-09-24 04:01:40,551 INFO [qpid.message.messagestore.created] [Broker] 
[vh(/test)/ms(DerbyMessageStore)] MST-1001 : Created
main 2012-09-24 04:01:40,551 INFO [qpid.message.transactionlog.created] 
[Broker] [vh(/test)/ms(DerbyMessageStore)] TXN-1001 : Created
m

{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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to