Gordon Sim wrote > certainly look like they are recovered links. > > The TCP support is compiled in to the broker, but the factory is only > registered when the plugins are initialised. > > However, the store is recovered *before* the plugin initialisation. That > seems to me to be a bug. > > Do the links eventually get created? I.e. do the errors stop eventually? > The link management logic should keep retrying (with a backoff strategy) > until they are established, and the plugins should all eventually be > initialised.
hi Gordon, thanks for your replay. In my test, it looks like the link would not get created, it would keep retrying and throwing error messages in 64 seconds interval, following is my output log. [root@localhost .libs]# ./lt-qpidd --auth 0 -p 5682 --cluster-name cluster_two --load-module ./cluster.so --data-dir=/tmp/5682 2012-09-24 10:22:25 [Unspecified] notice Journal "TplStore": Created 2012-09-24 10:22:25 [Unspecified] notice Store module initialized; store-dir=/tmp/5682 2012-09-24 10:22:25 [HA] notice Initializing CPG 2012-09-24 10:22:25 [HA] notice Cluster store state: clean cluster-id=0888a5cb-9f2d-4f37-8c51-050e42aee723 shutdown-id=9f7b9e38-1488-4c7a-951b-4a1c13f7a706 2012-09-24 10:22:25 [HA] notice cluster(172.26.184.45:24761 PRE_INIT) configuration change: 172.26.184.45:24761 2012-09-24 10:22:25 [HA] notice cluster(172.26.184.45:24761 PRE_INIT) Members joined: 172.26.184.45:24761 2012-09-24 10:22:25 [Unspecified] notice Journal "queue-test": Created 2012-09-24 10:22:25 [Unspecified] warning Journal "queue-test": Recovery found 4 files (different from --num-jfiles value of 8). 2012-09-24 10:22:25 [Unspecified] warning Journal "queue-test": Recovery found file size = 2 (different from --jfile-size-pgs value of 24). 2012-09-24 10:22:25 [Broker] error Link connection to 172.26.184.35:5682 failed: Unsupported transport type: tcp (qpid/broker/Broker.cpp:1006) 2012-09-24 10:22:27 [Broker] error Link connection to 172.26.184.35:5682 failed: Unsupported transport type: tcp (qpid/broker/Broker.cpp:1006) 2012-09-24 10:22:31 [Broker] error Link connection to 172.26.184.35:5682 failed: Unsupported transport type: tcp (qpid/broker/Broker.cpp:1006) 2012-09-24 10:22:39 [Broker] error Link connection to 172.26.184.35:5682 failed: Unsupported transport type: tcp (qpid/broker/Broker.cpp:1006) 2012-09-24 10:22:55 [Broker] error Link connection to 172.26.184.35:5682 failed: Unsupported transport type: tcp (qpid/broker/Broker.cpp:1006) 2012-09-24 10:23:27 [Broker] error Link connection to 172.26.184.35:5682 failed: Unsupported transport type: tcp (qpid/broker/Broker.cpp:1006) 2012-09-24 10:24:31 [Broker] error Link connection to 172.26.184.35:5682 failed: Unsupported transport type: tcp (qpid/broker/Broker.cpp:1006) 2012-09-24 10:25:35 [Broker] error Link connection to 172.26.184.35:5682 failed: Unsupported transport type: tcp (qpid/broker/Broker.cpp:1006) ...... Best Regards Rong -- View this message in context: http://qpid.2158936.n2.nabble.com/qpid-cluster-broker-recovery-failed-tp7582404p7582513.html Sent from the Apache Qpid developers mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org