-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Labels
bugThe issue documents broken, incorrect, or confusing behaviorThe issue documents broken, incorrect, or confusing behavior
Description
Hi!
Probably in this code we have the issue:
ASH-Viewer/ashv/src/main/java/store/OlapCacheManager.java
Lines 133 to 141 in 55b3f51
public void unloadCacheToDB15(long currentDbSysdate){ | |
if (hashmap15SecCache.entrySet() | |
.stream() | |
.max(Map.Entry.comparingByKey()) | |
.isPresent()){ | |
long maxV = hashmap15SecCache.entrySet() | |
.stream() | |
.max(Map.Entry.comparingByKey()) |
Raw data's are saved.
It seems the fifteens second range not stored correctly, see here carefully: https://github.com/akardapolov/ASH-Viewer/blob/master/ashv/src/main/java/store/OlapCacheManager.java#L133
Thanks,
Alex.
Metadata
Metadata
Assignees
Labels
bugThe issue documents broken, incorrect, or confusing behaviorThe issue documents broken, incorrect, or confusing behavior