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 b271894 commit 36077f6Copy full SHA for 36077f6
src/java/org/apache/cassandra/db/ReadCommand.java
@@ -113,7 +113,7 @@ public abstract class ReadCommand extends AbstractReadQuery
113
protected final Index.QueryPlan indexQueryPlan;
114
115
@Nullable
116
- protected Index.Searcher indexSearcher;
+ private volatile Index.Searcher indexSearcher;
117
118
protected static abstract class SelectionDeserializer
119
{
0 commit comments