We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0db3d8b + 2fdad43 commit 468e2bdCopy full SHA for 468e2bd
ydb/core/kqp/common/shutdown/controller.cpp
@@ -40,6 +40,10 @@ void TKqpShutdownController::Stop() {
40
++iteration;
41
spent = (TInstant::Now() - startedAt).SecondsFloat();
42
}
43
+ if (!ShutdownState_->ShutdownComplete()) {
44
+ Cerr << "Failed to gracefully shutdown KQP after " << timeout.Seconds() << " seconds: spent " << spent << " seconds, ";
45
+ Cerr << ShutdownState_->GetPendingSessions() << " sessions to shutdown left" << Endl;
46
+ }
47
48
49
} // namespace NKikimr::NKqp
0 commit comments