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 0cc487e commit 2bf11f3Copy full SHA for 2bf11f3
suggester/src/main/java/org/opengrok/suggest/Suggester.java
@@ -91,7 +91,7 @@ public final class Suggester implements Closeable {
91
92
private final int rebuildParallelismLevel;
93
94
- private boolean rebuilding;
+ private volatile boolean rebuilding;
95
private final Lock rebuildLock = new ReentrantLock();
96
private final Condition rebuildDone = rebuildLock.newCondition();
97
0 commit comments