summaryrefslogtreecommitdiffstats
path: root/database
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2022-12-02 11:03:57 +0200
committerGitHub <noreply@github.com>2022-12-02 11:03:57 +0200
commitb53dccd58881f2c6f060e50c5414564d3cde8d9c (patch)
tree4c3694e558b00a605d9e212a2ecd8b5e8dd37546 /database
parent99857f8fb2322b2aa26077f7b5a4254ae047d045 (diff)
replication fixes 9 (#14079)
* replication fixes 9 * no room metric is now absolute * decrement senders full and flip the actions on sender full and sender available * finer timings * execute all requests, unconditionally, once they are in the replication queue; worker charts are now sorted * remove left-over debug message * log verification of replication completion only when there are no pending requests any more * use up to 50% of the sender buffer for replication responses
Diffstat (limited to 'database')
-rw-r--r--database/rrdcontext.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/database/rrdcontext.c b/database/rrdcontext.c
index cfa8af3e04..9f2f29e754 100644
--- a/database/rrdcontext.c
+++ b/database/rrdcontext.c
@@ -3253,8 +3253,6 @@ static void rrdcontext_garbage_collect_single_host(RRDHOST *host, bool worker_jo
"RRDCONTEXT: context '%s' of host '%s', deleted from rrdmetrics dictionary.",
string2str(rc->id),
rrdhost_hostname(host));
-
- fprintf(stderr, "RRDCONTEXT: deleted context '%s'", string2str(rc->id));
}
// the item is referenced in the dictionary