shinelon opened a new issue #3033: 6.2.0 DataTTLKeeperTimer do not delete the expired records in the table segment URL: https://github.com/apache/skywalking/issues/3033 Please answer these questions before submitting your issue. - Why do you submit this issue? - [ ] Question or discussion - [x] Bug - [ ] Requirement - [ ] Feature or performance improvement ___ ### Bug - Which version of SkyWalking, OS and JRE? SkyWalking 6.2.0 storage Mysql 5.7.16 jdk 1.8.0_77 - What happen? DataTTLKeeperTimer do not delete the expired records in the table segment. the column time_bucket of table segment is second unit but GeneralStorageTTL.java do not has SecondTTLCalculator debug the 6.2.0 code : sql param unit is minute table column unit is seconds ___ ### Requirement or improvement - add switch case `Second` to the GeneralStorageTTL.java can fix this bug?? Will it cause another bug? case Second: return new SecondTTLCalculator();
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services