This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git
from d4032660d5 Fix Dubbo ReferenceCount OOM (#12031)
add 7facd5be19 Fix memory leak when hashed wheel time re-put (#12022)
No new revisions were added by this update.
Summary of changes:
.../rpc/cluster/directory/StaticDirectory.java | 6 ++-
.../rpc/cluster/directory/StaticDirectoryTest.java | 10 ++---
.../registry/integration/DynamicDirectory.java | 10 ++++-
.../exchange/support/header/AbstractTimerTask.java | 42 +++++++++++--------
.../exchange/support/header/CloseTimerTask.java | 5 ++-
.../support/header/HeaderExchangeClient.java | 47 +++++++++++++---------
.../support/header/HeaderExchangeServer.java | 12 ++----
.../support/header/HeartbeatTimerTask.java | 5 ++-
.../support/header/ReconnectTimerTask.java | 7 ++--
.../support/header/CloseTimerTaskTest.java | 8 +++-
.../exchange/support/header/HeartBeatTaskTest.java | 12 +++---
.../support/header/ReconnectTimerTaskTest.java | 12 +++---
12 files changed, 104 insertions(+), 72 deletions(-)