Skip to content

MongoTransactionManager.debugString() always contains error #4241

Closed
@kacz

Description

@kacz

If server session is not null, String formatting in MongoTransactionManager.debugString() fails and therefore the output always contains "error = d != java.lang.Boolean".
The root cause is on line String.format("closed = %d, ", session.getServerSession().isClosed()) as boolean is not accepted by %d.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions