Closed ryansd92 closed 7 years ago
Update: All four nodes just returned to ENABLED but still sentinel fails to run without an error when i bypass the scheduler.
Thanks for reporting @ryansd92 . I almost want to chalk this up to an issue w/Peewee (the ORM) as it seems to first want to coerce the value into a string before "Decimalizing" here:
File "/home/ubuntu/.dashcore/sentinel/venv/local/lib/python2.7/site-packages/peewee.py", line 1072, in python_value
return decimal.Decimal(str(value))
Looking in to patching this now.
fixed by #24
I am running the latest version of Sentinel on 12.2 testnet and some of my nodes (at least 4) are failing with the following error. All 4 went WATCHDOG_EXPIRED at the same time. When i run with
-b
all four nodes fail after about 20-30 seconds.