Hi All , I tried connecting thrift server to test put operation from a secure client to 1.3.x server . It works fine , But when I perform same operation in 2.2.3 server client is getting stuck infinity. it's unable to connect to server .
Exception in thread"main" java.security.PrivilegedActionException: org.apache.apache.thrift.transport.TTransportException:java.net.SocketTimeoutException: Read timed out I am getting above exception when timeout has been set at client side Let me know if anyone else also faced same issue or I am missing something.... References https://github.com/apache/hbase/blob/master/hbase-examples/src/main/java/org/apache/hadoop/hbase/thrift2/DemoClient.java https://hbase.apache.org/book.html#hbase.secure.configuration (section 60.4) Client-side Configuration for Secure operation- Thrift Gateway Thanks Ashok Shetty
