You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using SniffConnectionPool with url designated to primary master node and just tried ThriftConnection.
I noticed that connection pool sniffed http/json binded port (9207), not thrift port(9507).
I think it should use 'thrift_address' instead of 'http_address' when using ThriftConnection