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 6df9640 commit 05d2bfcCopy full SHA for 05d2bfc
cache/src/main/java/io/envoyproxy/controlplane/cache/CacheStatusInfo.java
@@ -17,7 +17,7 @@ public class CacheStatusInfo<T> implements StatusInfo<T> {
17
private final T nodeGroup;
18
19
private final ConcurrentMap<Long, Watch> watches = new ConcurrentHashMap<>();
20
- private long lastWatchRequestTime;
+ private volatile long lastWatchRequestTime;
21
22
public CacheStatusInfo(T nodeGroup) {
23
this.nodeGroup = nodeGroup;
0 commit comments