----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://review.cloudera.org/r/482/ -----------------------------------------------------------
Review request for hbase. Summary ------- RowResultGenerator should handle NoSuchColumnFamilyException. Otherwise the client gets an ugly exception and Jersey is left in an incorrect state. This addresses bug HBASE-2897. http://issues.apache.org/jira/browse/HBASE-2897 Diffs ----- src/main/java/org/apache/hadoop/hbase/rest/RowResultGenerator.java b742ded src/main/java/org/apache/hadoop/hbase/rest/client/Client.java 45cf2db src/test/java/org/apache/hadoop/hbase/rest/TestRowResource.java 392505e Diff: http://review.cloudera.org/r/482/diff Testing ------- Added unit test. Confirmed bug as reported. Fixed bug. New unit test now passes. No regressions observed running the unit test suite locally. Thanks, Andrew