Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. [barys.rahulin@misc-us-east-1-common-10-155-20-64 ~]$ java -jar actionmq-failover-test-1.0.0.jar
  2.  
  3. __ _ __ _______
  4. ____ ______/ /_(_)___ ____ / |/ / __ \
  5. / __ `/ ___/ __/ / __ \/ __ \ / /|_/ / / / /
  6. / /_/ / /__/ /_/ / /_/ / / / / / / / / /_/ /
  7. \__,_/\___/\__/_/\____/_/ /_/ /_/ /_/\___\_\
  8.  
  9. :: failover test ::
  10.  
  11.  
  12. 2018-01-16 15:16:32.770 INFO 9876 --- [ main] c.s.actionmq.failover.FailoverTest : Starting FailoverTest on misc-us-eas
  13. t-1-common-10-155-20-64.local with PID 9876 (/home/barys.rahulin/actionmq-failover-test-1.0.0.jar started by barys.rahulin in /home/bary
  14. s.rahulin)
  15. 2018-01-16 15:16:32.805 INFO 9876 --- [ main] c.s.actionmq.failover.FailoverTest : No active profile set, falling back
  16. to default profiles: default
  17. 2018-01-16 15:16:37.687 INFO 9876 --- [ main] c.s.actionmq.failover.FailoverTest : Queue failover.test.queue.615f7be3-4
  18. e3e-4c3e-a0b7-29486c3ee356 has been created for the test
  19. 2018-01-16 15:16:37.805 INFO 9876 --- [pool-1-thread-1] c.s.actionmq.failover.agents.OfferAgent : OfferAgent 1 started
  20. 2018-01-16 15:16:37.812 INFO 9876 --- [pool-1-thread-2] c.s.actionmq.failover.agents.PollAgent : PollAgent 1 started
  21. 2018-01-16 15:16:38.980 INFO 9876 --- [ main] c.s.actionmq.failover.FailoverTest : Started FailoverTest in 7.01 seconds
  22. (JVM running for 8.342)
  23. 2018-01-16 15:17:25.822 WARN 9876 --- [pool-1-thread-1] c.s.actionmq.failover.agents.OfferAgent : OfferAgent #1 entered failure state
  24. 2018-01-16 15:17:25.827 WARN 9876 --- [pool-1-thread-2] c.s.actionmq.failover.agents.PollAgent : PollAgent #1 entered failure state
  25. 2018-01-16 15:17:35.988 WARN 9876 --- [pool-1-thread-2] c.s.actionmq.failover.agents.PollAgent : PollAgent #1 exited failure state af
  26. ter 10 sec
  27. 2018-01-16 15:17:38.947 WARN 9876 --- [pool-1-thread-1] c.s.actionmq.failover.agents.OfferAgent : OfferAgent #1 exited failure state a
  28. fter 13 sec
  29. 2018-01-16 15:19:37.801 INFO 9876 --- [pool-1-thread-1] c.s.actionmq.failover.agents.OfferAgent : OfferAgent 1 finished
  30. 2018-01-16 15:21:03.122 INFO 9876 --- [pool-1-thread-2] c.s.actionmq.failover.agents.PollAgent : PollAgent 1 finished
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement