Skip to content

Commit 92a21f9

Browse files
authored
Merge pull request #1639 from ydb-platform/fix-deadlock
* Fixed deadlock on closing table session with internal query session core
2 parents 48c437b + bb8ac93 commit 92a21f9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
* Fixed not passing request context to topic event logs
2+
* Fixed deadlock on closing table session with internal query session core
23

34
## v3.99.6
45
* Added log grpc messages metadata on trace log level for topic writer

internal/table/session.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,6 @@ func newQuerySession(
423423
switch status {
424424
case query.StatusClosed:
425425
s.SetStatus(table.SessionClosed)
426-
_ = s.Close(context.Background())
427426
case query.StatusClosing:
428427
s.SetStatus(table.SessionClosing)
429428
case query.StatusInUse:

0 commit comments

Comments
 (0)