Compare commits
9 Commits
copilot/im
...
copilot/fi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
06ca83cd1a | ||
|
|
121669560f | ||
|
|
5b1307ff9c | ||
|
|
0eb49a3403 | ||
|
|
bfb070eabb | ||
|
|
d171536e9b | ||
|
|
20ee5fca8c | ||
|
|
9e52e1ba1d | ||
|
|
3a32a3e000 |
1
.git-clean-branch-marker.txt
Normal file
1
.git-clean-branch-marker.txt
Normal file
@@ -0,0 +1 @@
|
||||
Clean branch with single commit
|
||||
@@ -781,7 +781,7 @@ future<> gossiper::remove_endpoint(locator::host_id endpoint, permit_id pid) {
|
||||
|
||||
if (was_alive) {
|
||||
try {
|
||||
logger.info("InetAddress {}/{} is now DOWN, status = {}", state->get_host_id(), endpoint, get_gossip_status(*state));
|
||||
logger.info("InetAddress {}/{} is now DOWN, status = {}", state->get_host_id(), ip, get_gossip_status(*state));
|
||||
co_await do_on_dead_notifications(ip, std::move(state), pid);
|
||||
} catch (...) {
|
||||
logger.warn("Fail to call on_dead callback: {}", std::current_exception());
|
||||
|
||||
Reference in New Issue
Block a user