Skip to content

Commit

Permalink
HBASE-23914 : Set hbase.client.retries.number for TestThriftHBaseServ…
Browse files Browse the repository at this point in the history
…iceHandler (apache#1227)

Signed-off-by: Jan Hentschel <[email protected]>
  • Loading branch information
virajjasani authored and thangTang committed Apr 16, 2020
1 parent 0c9b436 commit 79aa1c3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ public void assertTColumnValueEqual(TColumnValue a, TColumnValue b) {

@BeforeClass
public static void beforeClass() throws Exception {
UTIL.getConfiguration().set("hbase.client.retries.number", "3");
UTIL.startMiniCluster();
HTableDescriptor tableDescriptor = new HTableDescriptor(TableName.valueOf(tableAname));
for (HColumnDescriptor family : families) {
Expand Down

0 comments on commit 79aa1c3

Please sign in to comment.