Skip to content

Slight memory leak on new connection #1632

@elFarto

Description

@elFarto

I've been taking a very close look at the memory usage of a few of our applications, and I happen to come across the following 8kB String beginning com.microsoft.sqlserver.jdbc.SQLServerConnection:123456789101112.

A quick look through the source code revealed the issue:


loggingClassName is static, so you shouldn't be appending the current connectionId to it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in the driver. A high priority item that one can expect to be addressed quickly.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions