-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.94.12
-
Fix Version/s: 0.94.13
-
Component/s: regionserver
-
Labels:None
-
Hadoop Flags:Reviewed
0.94 branch only
Calling HTable.mutateRow() with non-existent column families result in a NPE on the region server which is wrapped into RemoteException and returned to the client. Since NPE is not a DoNotRetryIOException, client keeps repeating it until the number of retries are exhausted.
Negative case, hence creating as minor.