This is the log I got and RPC stopped. 2014-10-23 10:12:58 Verifying last 288 blocks at level 3 2014-10-23 10:15:01 No coin database inconsistencies in last 289 blocks (147865 transactions)
Is this stopped behavior expected, in this scenario ?
This is the log I got and RPC stopped. 2014-10-23 10:12:58 Verifying last 288 blocks at level 3 2014-10-23 10:15:01 No coin database inconsistencies in last 289 blocks (147865 transactions)
Is this stopped behavior expected, in this scenario ?
Unless you sent a verifychain command that should happen only at startup, before RPC is started.
Anyhow, yes, nothing else can happen while the chain is being verified as it is done with the cs_main lock held.