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

v8.7.1 transaction freeze #14949

Open
2 tasks done
vorlov opened this issue Oct 10, 2024 · 1 comment
Open
2 tasks done

v8.7.1 transaction freeze #14949

vorlov opened this issue Oct 10, 2024 · 1 comment
Labels
needs clarification This issue doesn't have enough information to be actionable. Close after 14 days of inactivity

Comments

@vorlov
Copy link

vorlov commented Oct 10, 2024

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure the bug has not already been reported

Mongoose version

v8.7.1

Node.js version

20.16.0

MongoDB server version

Atlas Latest

Typescript version (if applicable)

5.6.3

Description

const session = await this.jobModel.db.startSession(); this code freezes on v8.7.1, but works fine on v8.5.1

Steps to Reproduce

try to start session

Expected Behavior

no freezes

@vkarpov15
Copy link
Collaborator

Can you please provide a more complete repro script, like with how you're instantiating your model and where you're calling startSession()? We have transaction tests that passed on 8.7.1 release so the issue isn't as simple as "startSession() is broken in all cases on 8.7.1"

Image

@vkarpov15 vkarpov15 added the needs clarification This issue doesn't have enough information to be actionable. Close after 14 days of inactivity label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs clarification This issue doesn't have enough information to be actionable. Close after 14 days of inactivity
Projects
None yet
Development

No branches or pull requests

2 participants