108109110111112113114115116117118
else if (Bytes.compareTo(endKey, info.getEndKey()) < 0) scan.setStopRow(endKey); else scan.setStopRow(info.getEndKey()); scannerId = rs.openScanner(regionName, scan); } catch (Exception e) { throw DbException.convert(e); } }
178179180181182183184185186187188
} catch (Exception e) { throw DbException.convert(e); } } else { try { scannerId = rs.openScanner(regionName, scan); } catch (Exception e) { throw DbException.convert(e); } } }