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/09/07 05:19:23 UTC

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

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

   [Another failure](https://github.com/apache/pulsar/runs/8190894294?check_suite_focus=true)
   
   ```
   2022-09-05 15:55:00.990 INFO  [139735811178176] ClientConnection:189 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
   2022-09-05 15:55:00.990 INFO  [139735811178176] ConnectionPool:96 | Created connection for pulsar://localhost:6650
   2022-09-05 15:55:00.991 INFO  [139735808075520] ClientConnection:375 | [127.0.0.1:54416 -> 127.0.0.1:6650] Connected to broker
   2022-09-05 15:55:00.992 INFO  [139735808075520] HandlerBase:61 | [persistent://public/default/client-test-reference-count-1662393300, ] Getting connection from pool
   2022-09-05 15:55:01.000 INFO  [139735808075520] ProducerImpl:186 | [persistent://public/default/client-test-reference-count-1662393300, ] Created producer on broker [127.0.0.1:54416 -> 127.0.0.1:6650]
   2022-09-05 15:55:01.000 INFO  [139735811178176] ClientTest:198 | Reference count of the producer: 7
   2022-09-05 15:55:01.000 INFO  [139735811178176] Client:88 | Subscribing on Topic :client-test-reference-count-1662393300
   2022-09-05 15:55:01.001 INFO  [139735808075520] HandlerBase:61 | [persistent://public/default/client-test-reference-count-1662393300, my-sub, 0] Getting connection from pool
   2022-09-05 15:55:01.002 INFO  [139735808075520] ConsumerImpl:220 | [persistent://public/default/client-test-reference-count-166[239](https://github.com/apache/pulsar/runs/8190894294?check_suite_focus=true#step:11:240)3300, my-sub, 0] Created consumer on broker [127.0.0.1:54416 -> 127.0.0.1:6650]
   2022-09-05 15:55:01.002 INFO  [139735811178176] ClientTest:204 | Reference count of the consumer: 7
   2022-09-05 15:55:01.003 INFO  [139735808075520] HandlerBase:61 | [persistent://public/default/client-test-reference-count-1662393300-reader, reader-462cf2b281, 1] Getting connection from pool
   2022-09-05 15:55:01.007 INFO  [139735808075520] ConsumerImpl:220 | [persistent://public/default/client-test-reference-count-1662393300-reader, reader-462cf2b281, 1] Created consumer on broker [127.0.0.1:54416 -> 127.0.0.1:6650]
   2022-09-05 15:55:01.007 INFO  [139735811178176] ClientTest:212 | Reference count of the reader's underlying consumer: 3
   2022-09-05 15:55:01.007 INFO  [139735811178176] ClientTest:216 | Reference count of the reader: 4
   2022-09-05 15:55:01.007 WARN  [139735811178176] ConsumerImpl:116 | [persistent://public/default/client-test-reference-count-1662393300, my-sub, 0] Destroyed consumer which was not properly closed
   2022-09-05 15:55:01.007 INFO  [139735811178176] ConsumerImpl:124 | [persistent://public/default/client-test-reference-count-1662393300, my-sub, 0] Closed consumer for race condition: 0
   2022-09-05 15:55:01.007 INFO  [139735811178176] ProducerImpl:619 | Producer - [persistent://public/default/client-test-reference-count-1662393300, standalone-0-204] , [batchMessageContainer = { BatchMessageContainer [size = 0] [bytes = 0] [maxSize = 1000] [maxBytes = 131072] [topicName = persistent://public/default/client-test-reference-count-1662393300] [numberOfBatchesSent_ = 0] [averageBatchSize_ = 0] }]
   2022-09-05 15:55:01.007 WARN  [139735811178176] ProducerImpl:114 | [persistent://public/default/client-test-reference-count-1662393300, standalone-0-204] Destroyed producer which was not properly closed
   /pulsar/pulsar-client-cpp/tests/ClientTest.cc:223: Failure
   Expected equality of these values:
     consumers[1].use_count()
       Which is: 3
     0
   ```


-- 
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