droudnitsky

Results 17 comments of droudnitsky

Two hbase-server tests that are not relevant to my changes are timing out : precommit checks / yetus jdk8 Hadoop2 checks / (?) – org.apache.hadoop.hbase.replication.TestReplicationMetricsforUI 12m 29s precommit checks /...

In the case of AsyncRequestFutureImpl with null results/no result tracking ,[ I cannot see a way of checking if a given action was completed through an external method like isActionComplete](https://github.com/apache/hbase/pull/6143#issue-2453932330),...

I think keeping track of the actions failed locally in groupAndSendMultiAction as we loop over currentActions and avoiding failing an already locally failed action a second time if operation timeout...

@bbeaudreault may I kindly ask you to review this fix if you have the time

> Checked the code, this is only used in CompareFilter? Yes those are the only types of filters one can use the problematic byte array comparator with. > Actually, all...

Looked into these two options mentioned above: Option 1 - Treat any runtime exception that occurs specifically when applying a comparator for `CompareFilter` as `DoNotRetryIOException` - does not require a...

> > Checked the code, this is only used in CompareFilter? > Yes those are the only types of filters one can use the problematic byte array comparator with. This...

Opened this PR to handle runtime exceptions coming from a comparator at the filter layer - https://github.com/apache/hbase/pull/7397/files