Open shubhamtagra opened 4 years ago
We will leak ObjectPartitionPools and sockets when host goes away as we store ConcurrentHashMap<String, ObjectPoolPartition<T>> hostToPoolMap in ObjectStore.
ConcurrentHashMap<String, ObjectPoolPartition<T>> hostToPoolMap
We will leak ObjectPartitionPools and sockets when host goes away as we store
ConcurrentHashMap<String, ObjectPoolPartition<T>> hostToPoolMap
in ObjectStore.