Running multi-node (5 nodes) Sawtooth network using Docker (Mac OS).
Initially set value for a key named MyKey
using command intkey set
.
Re-attempted issuing command 'intkey set' for the SAME key name 'MyKey':
myMac:~ admin$ docker exec -it sawtooth-shell-default bash
root@82dd3a1a90b2:/#
root@82dd3a1a90b2:/#
root@82dd3a1a90b2:/# intkey show --url http://sawtooth-rest-api-default-0:8008 MyKey
MyKey: 999
root@82dd3a1a90b2:/#
root@82dd3a1a90b2:/#
root@82dd3a1a90b2:/# intkey set --url http://sawtooth-rest-api-default-0:8008 MyKey 900
{
"link": "http://sawtooth-rest-api-default-0:8008/batch_statuses?id=9d18d1e1ca1b320457fb7b326adb6aa590a5d3af8f3f45c825151a58458f1b4e49b9f1f8898ad07a59478365ac97f5fbe59522d2794f83ab36aa6fdd622dd3c3"
}
root@82dd3a1a90b2:/#
As a result, the BELOW WARNING keeps pouring in the terminal-console, forever, until I pressed Ctrl+C.
sawtooth-intkey-tp-python-default-1 | [2019-07-09 05:45:33.323 WARNING core] Invalid Transaction Verb is "set", but already exists: Name: MyKey, Value 999
...
...
...
Transaction Verb is "set", but already exists: Name: MyKey, Value 999
sawtooth-intkey-tp-python-default-3 | [2019-07-09 05:51:24.439 WARNING core] Invalid Transaction Verb is "set", but already exists: Name: MyKey, Value 999
sawtooth-intkey-tp-python-default-1 | [2019-07-09 05:51:24.805 WARNING core] Invalid Transaction Verb is "set", but already exists: Name: MyKey, Value 999
...
...about 1700+ entries in total...until I pressed Ctrl+C.