BewareMyPower commented on issue #209: URL: https://github.com/apache/pulsar-client-cpp/issues/209#issuecomment-1467472440
@RobertIndie Yes. I have figured out the reason and will push a fix soon. ---- Another failure logs: ``` 2023-03-14 02:57:33.014 INFO [140281[225](https://github.com/apache/pulsar-client-cpp/actions/runs/4402928356/jobs/7730474705#step:9:226)117888] ClientImpl:589 | Closing Pulsar client with 0 producers and 1 consumers 2023-03-14 02:57:33.014 INFO [140281225117888] ConsumerImpl:1206 | [persistent://public/default/test-connection-fail-51678762652-partition-4, reader-097f2a19ff, 9] Closing consumer for topic persistent://public/default/test-connection-fail-51678762652-partition-4 2023-03-14 02:57:33.014 INFO [140281225117888] ConsumerImpl:1206 | [persistent://public/default/test-connection-fail-51678762652-partition-3, reader-097f2a19ff, 8] Closing consumer for topic persistent://public/default/test-connection-fail-51678762652-partition-3 2023-03-14 02:57:33.014 INFO [140281225117888] ConsumerImpl:1206 | [persistent://public/default/test-connection-fail-51678762652-partition-2, reader-097f2a19ff, 7] Closing consumer for topic persistent://public/default/test-connection-fail-51678762652-partition-2 2023-03-14 02:57:33.014 INFO [140281225117888] ConsumerImpl:1206 | [persistent://public/default/test-connection-fail-51678762652-partition-1, reader-097f2a19ff, 6] Closing consumer for topic persistent://public/default/test-connection-fail-51678762652-partition-1 2023-03-14 02:57:33.014 INFO [140281225117888] ConsumerImpl:1206 | [persistent://public/default/test-connection-fail-51678762652-partition-0, reader-097f2a19ff, 5] Closing consumer for topic persistent://public/default/test-connection-fail-51678762652-partition-0 2023-03-14 02:57:33.027 INFO [140281191507520] ConsumerImpl:1192 | [persistent://public/default/test-connection-fail-51678762652-partition-4, reader-097f2a19ff, 9] Closed consumer 9 2023-03-14 02:57:33.027 INFO [140281191507520] ConsumerImpl:1192 | [persistent://public/default/test-connection-fail-51678762652-partition-3, reader-097f2a19ff, 8] Closed consumer 8 2023-03-14 02:57:33.027 INFO [140281191507520] ConsumerImpl:1192 | [persistent://public/default/test-connection-fail-51678762652-partition-2, reader-097f2a19ff, 7] Closed consumer 7 2023-03-14 02:57:33.027 INFO [140281191507520] ConsumerImpl:1192 | [persistent://public/default/test-connection-fail-51678762652-partition-1, reader-097f2a19ff, 6] Closed consumer 6 2023-03-14 02:57:33.027 INFO [140281191507520] ConsumerImpl:1192 | [persistent://public/default/test-connection-fail-51678762652-partition-0, reader-097f2a19ff, 5] Closed consumer 5 2023-03-14 03:55:52.953 ERROR [140281191507520] ClientConnection:615 | [127.0.0.1:51534 -> 127.0.0.1:6650] Read operation failed: End of file 2023-03-14 03:55:52.953 ERROR [140281191507520] ClientConnection:1198 | [127.0.0.1:51534 -> 127.0.0.1:6650] Connection closed with ConnectError 2023-03-14 03:55:52.953 INFO [140281191507520] ClientConnection:262 | [127.0.0.1:51534 -> 127.0.0.1:6650] Destroyed connection ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
