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

TypeError: Cannot read properties of null (reading 'leaked') #206

Closed
iamDonkey opened this issue Aug 9, 2022 · 1 comment
Closed

TypeError: Cannot read properties of null (reading 'leaked') #206

iamDonkey opened this issue Aug 9, 2022 · 1 comment

Comments

@iamDonkey
Copy link

/root/node_modules/mariadb/lib/pool.js:439
      if (value.leaked) counter++;
                ^

TypeError: Cannot read properties of null (reading 'leaked')
    at Pool._leakedConnections (/root/node_modules/mariadb/lib/pool.js:439:17)
    at Pool._errorMsgAddon (/root/node_modules/mariadb/lib/pool.js:446:118)
    at Timeout._onTimeout (/root/node_modules/mariadb/lib/pool.js:162:69)
    at listOnTimeout (node:internal/timers:561:11)
    at processTimers (node:internal/timers:502:7)

found this in my logs don't know what does this mean.

rusher added a commit that referenced this issue Aug 15, 2022
@rusher
Copy link
Collaborator

rusher commented Aug 15, 2022

this is a regression after enhancement 94be5e8.

@rusher rusher closed this as completed Aug 15, 2022
rusher added a commit that referenced this issue Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants