HBASE-16023 Fastpath for the FIFO rpcscheduler. addendum

This commit is contained in:
chenheng 2016-06-15 16:15:41 +08:00
parent ee86e91e7e
commit db234bf15d
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ import org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ScanRequest;
import org.apache.hadoop.hbase.protobuf.generated.RPCProtos;
import org.apache.hadoop.hbase.protobuf.generated.RPCProtos.RequestHeader;
import org.apache.hadoop.hbase.security.User;
import org.apache.hadoop.hbase.testclassification.RPCTests;
import org.apache.hadoop.hbase.testclassification.SmallTests;
import org.apache.hadoop.hbase.util.Bytes;
import org.apache.hadoop.hbase.util.EnvironmentEdge;