diff --git a/src/stratifier.c b/src/stratifier.c index 424c4f4f..e44b7225 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -3647,8 +3647,8 @@ static void ckdbq_process(ckpool_t *ckp, char *msg) if (test_and_clear(&sdata->ckdb_offline, &sdata->ckdb_lock)) LOGWARNING("Successfully resumed talking to ckdb"); - /* TODO: Process any requests from ckdb that are heartbeat responses - * with specific requests. */ + /* Process any requests from ckdb that are heartbeat responses with + * specific requests. */ if (likely(buf)) { char response[PAGESIZE] = {};