Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.0, 2.1.0
-
None
Description
The fact that multiple threads sharing the same metastore client which is used for RPC to Thrift is not thread safe.
Race condition can happen when one sees "out of sequence response" error message from Thrift server. That means the response from the Thrift server is for a different request (by a different thread).
Solution will be to synchronize methods from the client side.