Viraj Jasani created HBASE-24979: ------------------------------------ Summary: Include batch mutatations in client operation timeout tests Key: HBASE-24979 URL: https://issues.apache.org/jira/browse/HBASE-24979 Project: HBase Issue Type: Test Affects Versions: 1.7.0, 2.4.0 Reporter: Viraj Jasani
While put, get and scan operations are included in client operation timeout test, we should also include batch requests. batch() has different way of handling operation timeout by passing it to AsyncProcessTask and then waiting on async future response. -- This message was sent by Atlassian Jira (v8.3.4#803005)