Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. Starting program
  2. 1505839878.664 [ERROR] (src/pool.cpp:388:void __cdecl cass::Pool::on_close(class cass::Connection *)): Connection pool was unable to connect to host cass1 because of the following error: Connect error 'connection refused'
  3. 1505839878.664 [INFO] (src/io_worker.cpp:324:void __cdecl cass::IOWorker::schedule_reconnect(const class cass::SharedRefPtr<class cass::Host const > &)): Scheduling reconnect for host cass1 in 2000 ms on io_worker(0000000002302210)
  4. c1505839878.665 [INFO] (src/io_worker.cpp:324:void __cdecl cass::IOWorker::schedule_reconnect(const class cass::SharedRefPtr<class cass::Host const > &)): Scheduling reconnect for host cass1 in 2000 ms on io_worker(0000000002302210)
  5. onnected
  6. exists success
  7. query returned 3088 rows for key k3
  8. insert succeeded
  9. insert succeeded
  10. insert succeeded
  11. created batch with 3 statements
  12. batch insert failed: All hosts in current policy attempted and were either unavailable or failed
  13. query returned 3089 rows for key k1
  14. insert succeeded
  15. insert succeeded
  16. insert succeeded
  17. 1505839881.682 [WARN] (src/pool.cpp:392:void __cdecl cass::Pool::on_close(class cass::Connection *)): Connection pool was unable to reconnect to host cass1 because of the following error: Connect error 'connection refused'
  18. 1505839881.682 [INFO] (src/io_worker.cpp:324:void __cdecl cass::IOWorker::schedule_reconnect(const class cass::SharedRefPtr<class cass::Host const > &)): Scheduling reconnect for host cass1 in 2000 ms on io_worker(0000000002302210)
  19. created batch with 3 statements
  20. batch insert failed: All hosts in current policy attempted and were either unavailable or failed
  21. query returned 3090 rows for key k2
  22. insert succeeded
  23. insert succeeded
  24. insert succeeded
  25. created batch with 3 statements
  26. batch insert failed: All hosts in current policy attempted and were either unavailable or failed
  27. 1505839884.698 [WARN] (src/pool.cpp:392:void __cdecl cass::Pool::on_close(class cass::Connection *)): Connection pool was unable to reconnect to host cass1 because of the following error: Connect error 'connection refused'
  28. 1505839884.698 [INFO] (src/io_worker.cpp:324:void __cdecl cass::IOWorker::schedule_reconnect(const class cass::SharedRefPtr<class cass::Host const > &)): Scheduling reconnect for host cass1 in 2000 ms on io_worker(0000000002302210)
  29. query returned 3091 rows for key k1
  30. insert succeeded
  31. insert succeeded
  32. insert succeeded
  33. created batch with 3 statements
  34. batch insert failed: All hosts in current policy attempted and were either unavailable or failed
  35. query returned 3092 rows for key k3
  36. insert succeeded
  37. insert succeeded
  38. insert succeeded
  39. 1505839887.714 [WARN] (src/pool.cpp:392:void __cdecl cass::Pool::on_close(class cass::Connection *)): Connection pool was unable to reconnect to host cass1 because of the following error: Connect error 'connection refused'
  40. 1505839887.714 [INFO] (src/io_worker.cpp:324:void __cdecl cass::IOWorker::schedule_reconnect(const class cass::SharedRefPtr<class cass::Host const > &)): Scheduling reconnect for host cass1 in 2000 ms on io_worker(0000000002302210)
  41. created batch with 3 statements
  42. batch insert failed: All hosts in current policy attempted and were either unavailable or failed
  43. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement