@MattFox Good news, was able to implement my own proxy server and direct all https traffic through it. Now can get on and finish what I started!
Have a great weekend all!
@MattFox What it means is this:
The mangoNoSql module (IasTsdb) is trying to insert backdated values (that is values with timestamps which are older than those already contained in the series and saved to disk)
This is an expensive operation as it must rewrite the entire shard.
The TSDB queues the values in memory and tries to write them all out to the shard asynchronously.
Sometimes when this "backdate poster" thread tries to write the backdated values out the shard is already locked (due to a data source writing current values to the shard), resulting in messages like this.
@cmusselm Sorry guys, there is no way to disable it without disabling all disk usage monitoring using the property: internal.monitor.diskUsage.enabled=false
I've used Moxa MB3180 RS485 to Ethernet converters quite successfully with Mango instances if that's of any help.
You setup a MODBUS/TCP data source to the Moxa, then plug your RS485 serial into that.