I noticed a curious four-day pause in block processing on one of my nodes. Before the pause the node was fully synchronized with the network.
The node was started at, and is running:
2015-05-15 11:50:17 Bitcoin version v0.10.99.0-524c6f8 (2015-05-15 13:43:29 +0200)
This is master as of commit 6fb90d8, with a few debug logging commits on top.
It is a well-connected node (both incoming and outgoing connections, both through Tor and IPv4, usually hovering around ~100)
2015-05-22 01:18:43 UpdateTip: new best=000000000000000009f5588ef4079517c94b05d78b51fdc77284f4a6af28d4f6 height=357497 log2_work=82.820292 tx=69423257 date=2015-05-22 01:17:22 progress=0.999999 cache=37.9MiB(6045tx)
2015-05-22 01:18:48 receive version message: /getaddr.bitnodes.io:0.1/: version 70002, blocks=357496, us=, peer=17650, peeraddr=
...
Today it suddenly started connecting blocks again. This seems to indicate that it had the more recent blocks available, but was missing one intermediate block, which it had been waiting for all that time.
2015-05-26 08:35:52 Pre-allocating up to position 0x100000 in rev00273.dat
2015-05-26 08:36:02 UpdateTip: new best=00000000000000000a77f8bcc2949a4e115291e3921d0a95290bf7532ad0d3bd height=357498 log2_work=82.820328 tx=69423978 date=2015-05-22 01:30:24 progress=0.993628 cache=0.8MiB(0tx)
2015-05-26 08:36:16 UpdateTip: new best=0000000000000000100bb5f9bb1c1e8c0283d1378ad947b480e2575f72ff3c62 height=357499 log2_work=82.820363 tx=69424950 date=2015-05-22 01:52:45 progress=0.993650 cache=7.4MiB(2790tx)
2015-05-26 08:36:16 UpdateTip: new best=000000000000000015e8551f12d2e4b8bc262e0415ff09e65691aa1a87416db8 height=357500 log2_work=82.820399 tx=69424951 date=2015-05-22 01:53:02 progress=0.993651 cache=7.4MiB(2791tx)
2015-05-26 08:36:24 UpdateTip: new best=0000000000000000104e4b5bf9abfe77696e0433bff7034d528775d14de3e462 height=357501 log2_work=82.820434 tx=69425382 date=2015-05-22 01:56:42 progress=0.993654 cache=17.6MiB(4064tx)
2015-05-26 08:36:31 UpdateTip: new best=00000000000000000f10e4cad7ca93faaf781c62299ae67fd6637d87653ca71f height=357502 log2_work=82.820469 tx=69425976 date=2015-05-22 02:05:59 progress=0.993664 cache=19.2MiB(5180tx)
2015-05-26 08:36:53 UpdateTip: new best=0000000000000000052f285f3ab330eb5d45b48fb93b291e0f50737608393d26 height=357503 log2_work=82.820505 tx=69426146 date=2015-05-22 02:07:13 progress=0.993665 cache=20.4MiB(5709tx)
In the meantime it was connected to the network normally, e.g. accepting transactions and receiving new connections. Nothing abnormal appears in the log, either before the pause or before continuing again. Currently it is still connecting blocks, and all the while the node is unreachable through RPC, and all peer connections have timed out (but that's a different issue - #5851).