Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[backport 2.11] net.box: reference the connection object from asynchronous requests #9880

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

sergepetrenko
Copy link
Collaborator

In order to prevent the garbage collection of the discarded connection, asynchronous requests must reference the connection object. We must reference the connection object rather than the transport object, because our garbage collection hook is attached to the former.

Closes #9629

NO_DOC=

(cherry picked from commit fb5bf51)

In order to prevent the garbage collection of the discarded connection,
asynchronous requests must reference the connection object. We must
reference the connection object rather than the transport object, because
our garbage collection hook is attached to the former.

Closes tarantool#9629

NO_DOC=<bugfix>

(cherry picked from commit fb5bf51)
@coveralls
Copy link

Coverage Status

coverage: 85.82% (+0.008%) from 85.812%
when pulling 74749a5 on sergepetrenko:netbox-ref-2.11
into 8aad968
on tarantool:release/2.11
.

@sergepetrenko sergepetrenko added the full-ci Enables all tests for a pull request label Mar 27, 2024
@sergepetrenko sergepetrenko merged commit 3e86dc9 into tarantool:release/2.11 Mar 28, 2024
161 checks passed
@sergepetrenko sergepetrenko deleted the netbox-ref-2.11 branch April 4, 2024 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
full-ci Enables all tests for a pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants