akardapolov / ASH-Viewer

ASH Viewer provides a graphical view of active session history data within the Oracle and PostgreSQL DB
GNU General Public License v3.0
167 stars 72 forks source link

Empty gantt chart for last row in sparsed data #30

Closed akardapolov closed 4 years ago

akardapolov commented 4 years ago

Hi!

Probably in this code we have the issue: https://github.com/akardapolov/ASH-Viewer/blob/55b3f51b6a2a9193c9fa3e83061c2b322ab4fe5e/ashv/src/main/java/store/OlapCacheManager.java#L133-L141

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.