qubole / rubix

Cache File System optimized for columnar formats and object stores
Apache License 2.0
183 stars 74 forks source link

Leak in ObjectPool when host goes away #350

Open shubhamtagra opened 4 years ago

shubhamtagra commented 4 years ago

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