HBASE-15198 RPC client not using Codec and CellBlock for puts by default-addendum.

This commit is contained in:
anoopsjohn 2016-02-11 20:00:02 +05:30
parent 19f8faeb88
commit 7e5ce6b0a3
1 changed files with 5 additions and 0 deletions

View File

@ -393,6 +393,11 @@ public class TestAsyncProcess {
byte[] row, boolean useCache, boolean retry, int replicaId) throws IOException {
return new RegionLocations(loc1);
}
@Override
public boolean hasCellBlockSupport() {
return false;
}
}
/**