From 27ccb86f0edbd150815e7613ab42c65d4b5495f3 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Thu, 27 Jun 2019 13:27:01 +0000 Subject: Add coverage informationwhen we soft timeout. --- searchcore/src/vespa/searchcore/proton/matching/matcher.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'searchcore') diff --git a/searchcore/src/vespa/searchcore/proton/matching/matcher.cpp b/searchcore/src/vespa/searchcore/proton/matching/matcher.cpp index f02bc99a645..1c9cd9bad52 100644 --- a/searchcore/src/vespa/searchcore/proton/matching/matcher.cpp +++ b/searchcore/src/vespa/searchcore/proton/matching/matcher.cpp @@ -336,8 +336,9 @@ Matcher::match(const SearchRequest &request, vespalib::ThreadBundle &threadBundl adjustedDuration = 0; } _stats.updatesoftDoomFactor(request.getTimeout(), softLimit, adjustedDuration); - LOG(info, "Triggered softtimeout factor adjustment. request=%1.3f, doomOvertime=%1.3f, limit=%1.3f and duration=%1.3f, rankprofile=%s" + LOG(info, "Triggered softtimeout factor adjustment. Coverage = %lu of %u . request=%1.3f, doomOvertime=%1.3f, limit=%1.3f and duration=%1.3f, rankprofile=%s" ", factor adjusted from %1.3f to %1.3f", + covered, numActiveLids, request.getTimeout().sec(), my_stats.doomOvertime().sec(), softLimit.sec(), duration.sec(), request.ranking.c_str(), old, _stats.softDoomFactor()); } -- cgit v1.2.3