We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6919097 commit 31c7d66Copy full SHA for 31c7d66
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/FlushRegionCallable.java
@@ -49,7 +49,6 @@ protected void doCall() throws Exception {
49
LOG.debug("Starting region operation on {}", region);
50
region.startRegionOperation();
51
try {
52
- long readPt = region.getReadPoint(IsolationLevel.READ_COMMITTED);
53
HRegion.FlushResult res;
54
if (columnFamily == null) {
55
res = region.flush(true);
0 commit comments