mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Merge pull request #39222 from azat/fix-http-session
Do not report "Failed communicating with" on and on for parts exchange
This commit is contained in:
commit
22bc89690d
@ -255,10 +255,13 @@ namespace
|
||||
{
|
||||
session->reset();
|
||||
session->setHost(ip);
|
||||
session->attachSessionData({});
|
||||
}
|
||||
}
|
||||
}
|
||||
/// Reset the message, once it has been printed,
|
||||
/// otherwise you will get report for failed parts on and on,
|
||||
/// even for different tables (since they uses the same session).
|
||||
session->attachSessionData({});
|
||||
}
|
||||
|
||||
setTimeouts(*session, timeouts);
|
||||
|
Loading…
Reference in New Issue
Block a user