summaryrefslogtreecommitdiffstats
path: root/libnetdata/facets
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2023-08-08 21:43:10 +0300
committerGitHub <noreply@github.com>2023-08-08 21:43:10 +0300
commitcfe9dc42862f08670657688d2b6cddd6e2492c68 (patch)
treecb7cecf13534e0ed64758fdacf27814b4a419c54 /libnetdata/facets
parent56289bdc901c84f62139ec012309cf0ce9a3f9ca (diff)
extend the trimming window to avoid empty points at the end of queries (#15773)
Diffstat (limited to 'libnetdata/facets')
-rw-r--r--libnetdata/facets/facets.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libnetdata/facets/facets.c b/libnetdata/facets/facets.c
index c232ebf567..8762b43b9b 100644
--- a/libnetdata/facets/facets.c
+++ b/libnetdata/facets/facets.c
@@ -622,7 +622,6 @@ void facets_row_finished(FACETS *facets, usec_t usec) {
// dfe_start_read(facets->keys, k) {
for(k = facets->keys_ll ; k ; k = k->next) {
if(!k->key_found_in_row) {
- internal_fatal(buffer_strlen(k->current_value.b), "key is not found in row but it has a current value");
// put the FACET_VALUE_UNSET value into it
facets_check_value(facets, k);
}