Uploaded image for project: 'C++ Couchbase Client'
  1. C++ Couchbase Client
  2. CXXCBC-170

Incorrect error code returned when tls enabled but no CA cert supplied

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 1.0.0-beta.3
    • None
    • None
    • None
    • 1
    • SDK22: Lambda + KV Range Scan

    Description

      According to CBD-4663, when tls is enabled and the user does not supply a CA cert an error should be returned informing the user that a ca cert needs to be supplied. Currently, an unambiguous_timeout error is returned.

      Something else unusual is the first log message correctly points out that the cert verification fails but subsequent connection retries log

      2 (unspecified system error)
      

      [2022-04-13 13:54:10.220] [33850,3596410] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649]: use default CA for TLS verify
      [2022-04-13 13:54:10.221] [33850,3596410] [debug] 1ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> attempt to establish MCBP connection
      [2022-04-13 13:54:10.228] [33850,3596416] [debug] 6ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> connecting to 10.112.220.101:11207, timeout=2000ms
      [2022-04-13 13:54:10.231] [33850,3596416] [warning] 3ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> unable to connect to 10.112.220.101:11207: 337047686 (error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed). is_open=true
      [2022-04-13 13:54:10.231] [33850,3596416] [error] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> no more endpoints left to connect, will try another address
      [2022-04-13 13:54:10.231] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> reached the end of list of bootstrap nodes, waiting for 500ms before restart
      [2022-04-13 13:54:10.736] [33850,3596416] [debug] 504ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> attempt to establish MCBP connection
      [2022-04-13 13:54:10.736] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> connecting to 10.112.220.101:11207, timeout=2000ms
      [2022-04-13 13:54:10.736] [33850,3596416] [warning] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> unable to connect to 10.112.220.101:11207: 2 (unspecified system error). is_open=true
      [2022-04-13 13:54:10.737] [33850,3596416] [error] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> no more endpoints left to connect, will try another address
      [2022-04-13 13:54:10.737] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> reached the end of list of bootstrap nodes, waiting for 500ms before restart
      [2022-04-13 13:54:11.237] [33850,3596416] [debug] 500ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> attempt to establish MCBP connection
      [2022-04-13 13:54:11.237] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> connecting to 10.112.220.101:11207, timeout=2000ms
      [2022-04-13 13:54:11.238] [33850,3596416] [warning] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> unable to connect to 10.112.220.101:11207: 2 (unspecified system error). is_open=true
      [2022-04-13 13:54:11.238] [33850,3596416] [error] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> no more endpoints left to connect, will try another address
      [2022-04-13 13:54:11.238] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> reached the end of list of bootstrap nodes, waiting for 500ms before restart
      [2022-04-13 13:54:11.738] [33850,3596416] [debug] 500ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> attempt to establish MCBP connection
      [2022-04-13 13:54:11.738] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> connecting to 10.112.220.101:11207, timeout=2000ms
      [2022-04-13 13:54:11.738] [33850,3596416] [warning] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> unable to connect to 10.112.220.101:11207: 2 (unspecified system error). is_open=true
      [2022-04-13 13:54:11.739] [33850,3596416] [error] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> no more endpoints left to connect, will try another address
      [2022-04-13 13:54:11.739] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> reached the end of list of bootstrap nodes, waiting for 500ms before restart
      [2022-04-13 13:54:12.244] [33850,3596416] [debug] 505ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> attempt to establish MCBP connection
      [2022-04-13 13:54:12.244] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> connecting to 10.112.220.101:11207, timeout=2000ms
      [2022-04-13 13:54:12.244] [33850,3596416] [warning] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> unable to connect to 10.112.220.101:11207: 2 (unspecified system error). is_open=true
      [2022-04-13 13:54:12.244] [33850,3596416] [error] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> no more endpoints left to connect, will try another address
      [2022-04-13 13:54:12.244] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> reached the end of list of bootstrap nodes, waiting for 500ms before restart
      [2022-04-13 13:54:12.745] [33850,3596416] [debug] 500ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> attempt to establish MCBP connection
      [2022-04-13 13:54:12.745] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> connecting to 10.112.220.101:11207, timeout=2000ms
      [2022-04-13 13:54:12.746] [33850,3596416] [warning] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> unable to connect to 10.112.220.101:11207: 2 (unspecified system error). is_open=true
      [2022-04-13 13:54:12.746] [33850,3596416] [error] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> no more endpoints left to connect, will try another address
      [2022-04-13 13:54:12.746] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> reached the end of list of bootstrap nodes, waiting for 500ms before restart
      [2022-04-13 13:54:13.247] [33850,3596416] [debug] 500ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> attempt to establish MCBP connection
      [2022-04-13 13:54:13.247] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> connecting to 10.112.220.101:11207, timeout=2000ms
      [2022-04-13 13:54:13.248] [33850,3596416] [warning] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> unable to connect to 10.112.220.101:11207: 2 (unspecified system error). is_open=true
      [2022-04-13 13:54:13.248] [33850,3596416] [error] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> no more endpoints left to connect, will try another address
      [2022-04-13 13:54:13.248] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> reached the end of list of bootstrap nodes, waiting for 500ms before restart
      [2022-04-13 13:54:13.750] [33850,3596416] [debug] 502ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> attempt to establish MCBP connection
      [2022-04-13 13:54:13.750] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> connecting to 10.112.220.101:11207, timeout=2000ms
      [2022-04-13 13:54:13.751] [33850,3596416] [warning] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> unable to connect to 10.112.220.101:11207: 2 (unspecified system error). is_open=true
      [2022-04-13 13:54:13.751] [33850,3596416] [error] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> no more endpoints left to connect, will try another address
      [2022-04-13 13:54:13.751] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> reached the end of list of bootstrap nodes, waiting for 500ms before restart
      [2022-04-13 13:54:14.255] [33850,3596416] [debug] 504ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> attempt to establish MCBP connection
      [2022-04-13 13:54:14.255] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> connecting to 10.112.220.101:11207, timeout=2000ms
      [2022-04-13 13:54:14.256] [33850,3596416] [warning] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> unable to connect to 10.112.220.101:11207: 2 (unspecified system error). is_open=true
      [2022-04-13 13:54:14.256] [33850,3596416] [error] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> no more endpoints left to connect, will try another address
      [2022-04-13 13:54:14.256] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> reached the end of list of bootstrap nodes, waiting for 500ms before restart
      [2022-04-13 13:54:14.761] [33850,3596416] [debug] 504ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> attempt to establish MCBP connection
      [2022-04-13 13:54:14.761] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> connecting to 10.112.220.101:11207, timeout=2000ms
      [2022-04-13 13:54:14.762] [33850,3596416] [warning] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> unable to connect to 10.112.220.101:11207: 2 (unspecified system error). is_open=true
      [2022-04-13 13:54:14.762] [33850,3596416] [error] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> no more endpoints left to connect, will try another address
      [2022-04-13 13:54:14.762] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> reached the end of list of bootstrap nodes, waiting for 500ms before restart
      [2022-04-13 13:54:15.265] [33850,3596416] [debug] 503ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> attempt to establish MCBP connection
      [2022-04-13 13:54:15.265] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> connecting to 10.112.220.101:11207, timeout=2000ms
      [2022-04-13 13:54:15.266] [33850,3596416] [warning] 1ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> unable to connect to 10.112.220.101:11207: 2 (unspecified system error). is_open=true
      [2022-04-13 13:54:15.267] [33850,3596416] [error] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> no more endpoints left to connect, will try another address
      [2022-04-13 13:54:15.267] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> reached the end of list of bootstrap nodes, waiting for 500ms before restart
      [2022-04-13 13:54:15.770] [33850,3596416] [debug] 503ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> attempt to establish MCBP connection
      [2022-04-13 13:54:15.771] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> connecting to 10.112.220.101:11207, timeout=2000ms
      [2022-04-13 13:54:15.771] [33850,3596416] [warning] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> unable to connect to 10.112.220.101:11207: 2 (unspecified system error). is_open=true
      [2022-04-13 13:54:15.771] [33850,3596416] [error] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> no more endpoints left to connect, will try another address
      [2022-04-13 13:54:15.771] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> reached the end of list of bootstrap nodes, waiting for 500ms before restart
      [2022-04-13 13:54:16.275] [33850,3596416] [debug] 503ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> attempt to establish MCBP connection
      [2022-04-13 13:54:16.275] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> connecting to 10.112.220.101:11207, timeout=2000ms
      [2022-04-13 13:54:16.276] [33850,3596416] [warning] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> unable to connect to 10.112.220.101:11207: 2 (unspecified system error). is_open=true
      [2022-04-13 13:54:16.276] [33850,3596416] [error] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> no more endpoints left to connect, will try another address
      [2022-04-13 13:54:16.276] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> reached the end of list of bootstrap nodes, waiting for 500ms before restart
      [2022-04-13 13:54:16.778] [33850,3596416] [debug] 501ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> attempt to establish MCBP connection
      [2022-04-13 13:54:16.778] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> connecting to 10.112.220.101:11207, timeout=2000ms
      [2022-04-13 13:54:16.778] [33850,3596416] [warning] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> unable to connect to 10.112.220.101:11207: 2 (unspecified system error). is_open=true
      [2022-04-13 13:54:16.778] [33850,3596416] [error] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> no more endpoints left to connect, will try another address
      [2022-04-13 13:54:16.778] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> reached the end of list of bootstrap nodes, waiting for 500ms before restart
      [2022-04-13 13:54:17.280] [33850,3596416] [debug] 502ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> attempt to establish MCBP connection
      [2022-04-13 13:54:17.281] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> connecting to 10.112.220.101:11207, timeout=2000ms
      [2022-04-13 13:54:17.281] [33850,3596416] [warning] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> unable to connect to 10.112.220.101:11207: 2 (unspecified system error). is_open=true
      [2022-04-13 13:54:17.281] [33850,3596416] [error] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> no more endpoints left to connect, will try another address
      [2022-04-13 13:54:17.281] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> reached the end of list of bootstrap nodes, waiting for 500ms before restart
      [2022-04-13 13:54:17.782] [33850,3596416] [debug] 500ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> attempt to establish MCBP connection
      [2022-04-13 13:54:17.782] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> connecting to 10.112.220.101:11207, timeout=2000ms
      [2022-04-13 13:54:17.782] [33850,3596416] [warning] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> unable to connect to 10.112.220.101:11207: 2 (unspecified system error). is_open=true
      [2022-04-13 13:54:17.782] [33850,3596416] [error] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> no more endpoints left to connect, will try another address
      [2022-04-13 13:54:17.782] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> reached the end of list of bootstrap nodes, waiting for 500ms before restart
      [2022-04-13 13:54:18.287] [33850,3596416] [debug] 504ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> attempt to establish MCBP connection
      [2022-04-13 13:54:18.287] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> connecting to 10.112.220.101:11207, timeout=2000ms
      [2022-04-13 13:54:18.288] [33850,3596416] [warning] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> unable to connect to 10.112.220.101:11207: 2 (unspecified system error). is_open=true
      [2022-04-13 13:54:18.288] [33850,3596416] [error] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> no more endpoints left to connect, will try another address
      [2022-04-13 13:54:18.288] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> reached the end of list of bootstrap nodes, waiting for 500ms before restart
      [2022-04-13 13:54:18.790] [33850,3596416] [debug] 502ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> attempt to establish MCBP connection
      [2022-04-13 13:54:18.790] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> connecting to 10.112.220.101:11207, timeout=2000ms
      [2022-04-13 13:54:18.791] [33850,3596416] [warning] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> unable to connect to 10.112.220.101:11207: 2 (unspecified system error). is_open=true
      [2022-04-13 13:54:18.791] [33850,3596416] [error] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> no more endpoints left to connect, will try another address
      [2022-04-13 13:54:18.791] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> reached the end of list of bootstrap nodes, waiting for 500ms before restart
      [2022-04-13 13:54:19.293] [33850,3596416] [debug] 501ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> attempt to establish MCBP connection
      [2022-04-13 13:54:19.293] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> connecting to 10.112.220.101:11207, timeout=2000ms
      [2022-04-13 13:54:19.294] [33850,3596416] [warning] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> unable to connect to 10.112.220.101:11207: 2 (unspecified system error). is_open=true
      [2022-04-13 13:54:19.294] [33850,3596416] [error] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> no more endpoints left to connect, will try another address
      [2022-04-13 13:54:19.294] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> reached the end of list of bootstrap nodes, waiting for 500ms before restart
      [2022-04-13 13:54:19.799] [33850,3596416] [debug] 505ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> attempt to establish MCBP connection
      [2022-04-13 13:54:19.799] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> connecting to 10.112.220.101:11207, timeout=2000ms
      [2022-04-13 13:54:19.799] [33850,3596416] [warning] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> unable to connect to 10.112.220.101:11207: 2 (unspecified system error). is_open=true
      [2022-04-13 13:54:19.800] [33850,3596416] [error] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> no more endpoints left to connect, will try another address
      [2022-04-13 13:54:19.800] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> reached the end of list of bootstrap nodes, waiting for 500ms before restart
      [2022-04-13 13:54:20.224] [33850,3596416] [warning] 424ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> unable to bootstrap in time
      [2022-04-13 13:54:20.225] [33850,3596416] [debug] 0ms, [68c194c3-ef23-4260-58c9-be284e304649/6acc1922-344b-4ef8-d2f8-a5e724a7f043/tls/-] <10.112.220.101:11207> stop MCBP connection, reason=do_not_retry
      [2022-04-13 13:54:20.225] [33850,3596410] [critical] 0ms, unable to connect to the cluster: unambiguous_timeout, nodes="10.112.220.101:11207"
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            avsej Sergey Avseyev
            jake.rawsthorne Jake Rawsthorne
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes