Skip to content

Commit

Permalink
Doesn't open tree twice in SpacialCRSSchemaIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
tinwelint committed Mar 8, 2018
1 parent 809cb26 commit 5c2f3ed
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ private void online() throws IOException
{
assert state == State.POPULATED || state == State.INIT;
singleUpdater = new NativeSchemaIndexUpdater<>( treeKey, treeValue );
schemaIndex.instantiateTree( recoveryCleanupWorkCollector, NO_HEADER_WRITER );
state = State.ONLINE;
}

Expand Down

0 comments on commit 5c2f3ed

Please sign in to comment.