summaryrefslogtreecommitdiffstats
path: root/database
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-08-25 15:29:31 +0300
committerGitHub <noreply@github.com>2022-08-25 15:29:31 +0300
commit142e2ee23d57ff769a00027e5fa0c13c71ec0b63 (patch)
tree55eee45f9020af7d4a03f50d10445622824ef240 /database
parent91b8e8b971a4273f3ebdde48b7de7c36fc77596b (diff)
chore: removing logging that a chart collection in the same interpolation point (#13567)
Diffstat (limited to 'database')
-rw-r--r--database/rrdset.c14
1 files changed, 7 insertions, 7 deletions
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