You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/03/22 15:21:53 UTC

[GitHub] [pulsar] BewareMyPower commented on issue #14665: Flaky-test: C++ ClientTest.testConnectTimeout

BewareMyPower commented on issue #14665:
URL: https://github.com/apache/pulsar/issues/14665#issuecomment-1075318073


   ```
   2022-03-22 15:17:31.535 INFO  [140307560827648] ClientConnection:189 | [<none> -> pulsar://192.0.2.1:1234] Create ClientConnection, timeout=1000
   2022-03-22 15:17:31.535 INFO  [140307560827648] ConnectionPool:96 | Created connection for pulsar://192.0.2.1:1234
   2022-03-22 15:17:31.537 INFO  [140307560827648] ClientConnection:189 | [<none> -> pulsar://192.0.2.1:1234] Create ClientConnection, timeout=10000
   2022-03-22 15:17:31.537 INFO  [140307560827648] ConnectionPool:96 | Created connection for pulsar://192.0.2.1:1234
   2022-03-22 15:17:32.537 ERROR [140307438688000] ClientConnection:554 | [<none> -> pulsar://192.0.2.1:1234] Connection was not established in 1000 ms, close the socket
   2022-03-22 15:17:32.537 WARN  [140307438688000] ClientConnection:436 | [<none> -> pulsar://192.0.2.1:1234] Failed to establish connection: Operation canceled
   2022-03-22 15:17:32.537 INFO  [140307438688000] ClientConnection:1560 | [<none> -> pulsar://192.0.2.1:1234] Connection closed
   2022-03-22 15:17:32.537 ERROR [140307438688000] ClientImpl:192 | Error Checking/Getting Partition Metadata while creating producer on persistent://public/default/test-connect-timeout -- ConnectError
   2022-03-22 15:17:32.537 INFO  [140307438688000] ClientConnection:263 | [<none> -> pulsar://192.0.2.1:1234] Destroyed connection
   2022-03-22 15:17:32.547 INFO  [140307560827648] ClientImpl:496 | Closing Pulsar client with 0 producers and 0 consumers
   2022-03-22 15:17:32.548 INFO  [140307560827648] ClientImpl:496 | Closing Pulsar client with 0 producers and 0 consumers
   2022-03-22 15:17:32.548 INFO  [140307560827648] ClientConnection:1560 | [<none> -> pulsar://192.0.2.1:1234] Connection closed
   2022-03-22 15:17:32.548 ERROR [140307560827648] ClientImpl:192 | Error Checking/Getting Partition Metadata while creating producer on persistent://public/default/test-connect-timeout -- ConnectError
   ```
   
   ```
   2022-03-22 15:17:33.168 INFO  [140429310298880] ClientConnection:189 | [<none> -> pulsar://192.0.2.1:1234] Create ClientConnection, timeout=1000
   2022-03-22 15:17:33.168 INFO  [140429310298880] ConnectionPool:96 | Created connection for pulsar://192.0.2.1:1234
   2022-03-22 15:17:33.170 INFO  [140429310298880] ClientConnection:189 | [<none> -> pulsar://192.0.2.1:1234] Create ClientConnection, timeout=10000
   2022-03-22 15:17:33.170 INFO  [140429310298880] ConnectionPool:96 | Created connection for pulsar://192.0.2.1:1234
   2022-03-22 15:17:34.170 ERROR [140429188159232] ClientConnection:554 | [<none> -> pulsar://192.0.2.1:1234] Connection was not established in 1000 ms, close the socket
   2022-03-22 15:17:34.171 WARN  [140429188159232] ClientConnection:436 | [<none> -> pulsar://192.0.2.1:1234] Failed to establish connection: Operation canceled
   2022-03-22 15:17:34.171 INFO  [140429188159232] ClientConnection:1560 | [<none> -> pulsar://192.0.2.1:1234] Connection closed
   2022-03-22 15:17:34.171 ERROR [140429188159232] ClientImpl:192 | Error Checking/Getting Partition Metadata while creating producer on persistent://public/default/test-connect-timeout -- ConnectError
   2022-03-22 15:17:34.171 INFO  [140429188159232] ClientConnection:263 | [<none> -> pulsar://192.0.2.1:1234] Destroyed connection
   2022-03-22 15:17:34.181 INFO  [140429310298880] ClientImpl:496 | Closing Pulsar client with 0 producers and 0 consumers
   2022-03-22 15:17:34.181 INFO  [140429310298880] ClientImpl:496 | Closing Pulsar client with 0 producers and 0 consumers
   2022-03-22 15:17:34.181 INFO  [140429310298880] ClientConnection:1560 | [<none> -> pulsar://192.0.2.1:1234] Connection closed
   2022-03-22 15:17:34.181 ERROR [140429310298880] ClientImpl:192 | Error Checking/Getting Partition Metadata while creating producer on persistent://public/default/test-connect-timeout -- ConnectError
   2022-03-22 15:17:34.181 WARN  [140429154596608] ClientConnection:436 | [<none> -> pulsar://192.0.2.1:1234] Failed to establish connection: Operation canceled
   ```
   
   It's very flaky.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org