[Bug]: connection is null
xiaoaiaxss opened this issue · 0 comments
xiaoaiaxss commented
Describe the bug
When the connection pool size is 1 and is marked as expired, null will always be returned during reconnect.
Environment
HBASE API
conf.set(Property.SERVER_CONNECTION_POOL_SIZE.getKey(), "1");
Fast reproduce steps
Expected behavior
No response
Actual behavior
No response
Additional context
No response