bigchaindb icon indicating copy to clipboard operation
bigchaindb copied to clipboard

Problem: BigchainDB election approve returns wrong message

Open shahbazn opened this issue 6 years ago • 0 comments

Steps to Reproduce:

  1. Start a network for 4 nodes
  2. Start election process to add another node
  3. Once that transaction is committed bring two of the nodes down and run the command below
bigchaindb election approve <election transaction id> --private-key .tendermint/config/priv_validator.json
  1. It will stay stuck for a bit and then post the following error
ERROR:bigchaindb.commands.bigchaindb:Failed to commit vote

The error above is not accurate as the transaction is still in the mempool and waiting for enough nodes to be available to be commited.

shahbazn avatar Sep 18 '18 14:09 shahbazn