*/
static void offlineRegionInMETA(final HRegionInterface srvr,
final Text metaRegionName, final HRegionInfo info)
throws IOException {
BatchUpdate b = new BatchUpdate(rand.nextLong());
long lockid = b.startUpdate(info.getRegionName());
info.setOffline(true);
b.put(lockid, COL_REGIONINFO, Writables.getBytes(info));
b.delete(lockid, COL_SERVER);
b.delete(lockid, COL_STARTCODE);
// If carrying splits, they'll be in place when we show up on new