chore: removing logging that a chart collection in the same interpolation point (#13567)
Ilya Mashchenko committed
Aug 25, 2022 at 15:29 UTC
142e2ee23d57ff769a00027e5fa0c13c71ec0b63
1 file changed
+7
-7
database/rrdset.c
+7
-7
@@ -1714,13 +1714,13 @@ after_first_database_work:
1714
// at this point we have all the calculated values ready
1715
// it is now time to interpolate values on a second boundary
1716
1717
-#ifdef NETDATA_INTERNAL_CHECKS
1718
- if(unlikely(now_collect_ut < next_store_ut && st->counter_done > 1)) {
1719
- // this is collected in the same interpolation point
1720
- rrdset_debug(st, "THIS IS IN THE SAME INTERPOLATION POINT");
1721
- 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);
1722
- }
1723
-#endif
1717
+// #ifdef NETDATA_INTERNAL_CHECKS
1718
+// if(unlikely(now_collect_ut < next_store_ut && st->counter_done > 1)) {
1719
+// // this is collected in the same interpolation point
1720
+// rrdset_debug(st, "THIS IS IN THE SAME INTERPOLATION POINT");
1721
+// 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);
1722
+// }
1723
+// #endif
1724
1725
rrdset_done_interpolate(st
1726
, update_every_ut