diff --git a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ZKAsyncRegistry.java b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ZKAsyncRegistry.java index efeb887e5e..36fa6bba75 100644 --- a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ZKAsyncRegistry.java +++ b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ZKAsyncRegistry.java @@ -158,9 +158,7 @@ class ZKAsyncRegistry implements AsyncRegistry { } Pair stateAndServerName = getStateAndServerName(proto); if (stateAndServerName.getFirst() != RegionState.State.OPEN) { - future.completeExceptionally( - new IOException("Meta region is in state " + stateAndServerName.getFirst())); - return; + LOG.warn("Meta region is in state " + stateAndServerName.getFirst()); } locs[DEFAULT_REPLICA_ID] = new HRegionLocation( getRegionInfoForDefaultReplica(FIRST_META_REGIONINFO), stateAndServerName.getSecond()); diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index 3328816f03..e510e37957 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -18,6 +18,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +for test --> 4.0.0