We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b3356 commit 2334f35Copy full SHA for 2334f35
ydb/_topic_reader/topic_reader_asyncio.py
@@ -471,7 +471,7 @@ def _on_partition_session_stop(
471
self, message: StreamReadMessage.StopPartitionSessionRequest
472
):
473
try:
474
- partition = self._partition_sessions.get(message.partition_session_id)
+ partition = self._partition_sessions[message.partition_session_id]
475
except KeyError:
476
# may if receive stop partition with graceful=false after response on stop partition
477
# with graceful=true and remove partition from internal dictionary
0 commit comments