From 142e2ee23d57ff769a00027e5fa0c13c71ec0b63 Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko Date: Thu, 25 Aug 2022 15:29:31 +0300 Subject: chore: removing logging that a chart collection in the same interpolation point (#13567) --- database/rrdset.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'database') diff --git a/database/rrdset.c b/database/rrdset.c index 9693ee2113..aabf303dee 100644 --- a/database/rrdset.c +++ b/database/rrdset.c @@ -1714,13 +1714,13 @@ after_first_database_work: // at this point we have all the calculated values ready // it is now time to interpolate values on a second boundary -#ifdef NETDATA_INTERNAL_CHECKS - if(unlikely(now_collect_ut < next_store_ut && st->counter_done > 1)) { - // this is collected in the same interpolation point - rrdset_debug(st, "THIS IS IN THE SAME INTERPOLATION POINT"); - info("INTERNAL CHECK: host '%s', chart '%s' collection %zu is in the same interpolation point: short by %llu microseconds", st->rrdhost->hostname, st->name, st->counter_done, next_store_ut - now_collect_ut); - } -#endif +// #ifdef NETDATA_INTERNAL_CHECKS +// if(unlikely(now_collect_ut < next_store_ut && st->counter_done > 1)) { +// // this is collected in the same interpolation point +// rrdset_debug(st, "THIS IS IN THE SAME INTERPOLATION POINT"); +// info("INTERNAL CHECK: host '%s', chart '%s' collection %zu is in the same interpolation point: short by %llu microseconds", st->rrdhost->hostname, st->name, st->counter_done, next_store_ut - now_collect_ut); +// } +// #endif rrdset_done_interpolate(st , update_every_ut -- cgit v1.2.3