I set up two VMs connect to each other and run mainnet network with -debug=all turned on.
From VM2, I make a peering connection with VM1 by running:
bitcoin-cli addnode <VM1_IP_address> "onetry".
The peering is indeed successful, I checked by running on both VM1 and VM2:
bitcoin-cli getpeerinfo.
Supposedly, VM2_IP_address should be moved to the tried table of VM1 and the debug log should be recorded, e.g.,
Moving <VM2_IP_address> to tried table.
However, I couldn't see that debug log. Does anyone have any idea what happened? Versions: Bitcoin Core 0.17.0.1 and Ubuntu 16.04LTS.