be sure to remove infrebuild model after a recompute
This commit is contained in:
parent
66b12eb4be
commit
a62312245b
1 changed files with 1 additions and 4 deletions
|
@ -1484,14 +1484,11 @@ public class SimpleReasoner extends StatementListener {
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error("Exception while reconciling the current and recomputed ABox inference model for class subsumption inferences. Halting processing." , e);
|
log.error("Exception while reconciling the current and recomputed ABox inference model for class subsumption inferences. Halting processing." , e);
|
||||||
inferenceRebuildModel.removeAll();
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error("Exception while recomputing ABox inferences. Halting processing.", e);
|
log.error("Exception while recomputing ABox inferences. Halting processing.", e);
|
||||||
inferenceRebuildModel.removeAll();
|
|
||||||
return;
|
|
||||||
} finally {
|
} finally {
|
||||||
|
inferenceRebuildModel.removeAll();
|
||||||
inferenceRebuildModel.leaveCriticalSection();
|
inferenceRebuildModel.leaveCriticalSection();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue