File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -274,15 +274,14 @@ class StfSenderRpcClientCollection {
274274 }
275275
276276 // test if actual connections are performing on StfSender
277- // NOTE: we cannot fail TfBuilder because the whole run will fail until nmin ODC/DDS is implemented
278- // TfBuilder must be transition to Ready, but the input will be disabled
279277 bool lConnWorking = checkStfSenderRpcConn ();
280278
281279 auto lMsg = " StfSender gRPC connection finished. success={} failed={}" ;
282280 if (lConnWorking) {
283281 IDDLOG (lMsg, lConnWorking, getNumConnectedClients () - getNumWorkingClients ());
284282 } else {
285283 EDDLOG (lMsg, lConnWorking, getNumConnectedClients () - getNumWorkingClients ());
284+ throw std::runtime_error (" TfBuilder could not connect to all FLPs, terminating" );
286285 }
287286
288287 // only continue when all connections are established
You can’t perform that action at this time.
0 commit comments