ydb-python-sdk icon indicating copy to clipboard operation
ydb-python-sdk copied to clipboard

bug: topic reader close method freezes indefinitely

Open Logioniz opened this issue 6 months ago • 0 comments

Bug Report

YDB Python SDK version: 3.21.2

Environment

OS: ubuntu Python: 3.12 CPU arch: x86_64

Current behavior:

Method close of topic reader freezes indefinitely.

Expected behavior:

Method close of topic reader completed in a reasonable time.

Steps to reproduce:

I wrote simple example to reproduce this behaviour. Need to start producer and after one minute start consumer. The problem is reproduced after 10 minutes of work. To run example need to install deps in requirements.txt and set settings in settings.py.

topic_test.zip

Logioniz avatar Jun 17 '25 16:06 Logioniz