Skip to content

Empty gantt chart for last row in sparsed data #30

@akardapolov

Description

@akardapolov

Hi!

Probably in this code we have the issue:

public void unloadCacheToDB15(long currentDbSysdate){
if (hashmap15SecCache.entrySet()
.stream()
.max(Map.Entry.comparingByKey())
.isPresent()){
long maxV = hashmap15SecCache.entrySet()
.stream()
.max(Map.Entry.comparingByKey())

image

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

No one assigned

    Labels

    bugThe issue documents broken, incorrect, or confusing behavior

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions