Skip to content

Commit

Permalink
fixed memory leak. names mapped to undeployed participants
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Sep 8, 2023
1 parent 39566b1 commit 86950d6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ public class TransactionManager
private static final ThreadLocal<Long> tlId = new ThreadLocal<>();
private Metrics metrics;
private static ScheduledThreadPoolExecutor loadMonitorExecutor;
private static Map<TransactionParticipant,String> names = new HashMap<>();

private Map<TransactionParticipant,String> names = new HashMap<>();

Space sp;
Space psp;
Expand Down

0 comments on commit 86950d6

Please sign in to comment.