We're using Thrift for a fairly write-heavy app. Many of the best practices refer to disabling autoFlush, but I was surprised to see autoFlush not even touched in ./src/main/java/org/apache/hadoop/hbase/thrift/ThriftServer.java.
Is this accurate? How are others using Thrift for write-heavy loads? Thanks, Norbert
