Skip to content

[Bug]: Timer-Leak in ConnectionCache #2042

@chrisdutz

Description

@chrisdutz

What happened?

It seems that if the connection cache is used with low concurrency (The connection is returned to the pool without other threads waiting for it) a timer is started, that unfortunately never seems to be stopped. This results in more and more open threads accumulating until the first of the timers actually times out and canceles the connection.

Version

0.13.0-SNAPSHOT

Programming Languages

  • plc4c
  • plc4go
  • plc4j
  • plc4net
  • plc4py

Protocols

  • AB-Ethernet
  • ADS /AMS
  • BACnet/IP
  • C-Bus
  • CANopen
  • EtherNet/IP
  • Firmata
  • IEC-69870
  • KNXnet/IP
  • Modbus
  • OPC-UA
  • Profinet
  • S7

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions