regfaker

Results 13 comments of regfaker

Isn't it this [marshaller part](https://github.com/aws/aws-sdk-java/blob/master/aws-java-sdk-kinesis/src/main/java/com/amazonaws/services/kinesis/model/transform/GetShardIteratorRequestMarshaller.java#L39) that has bad timestampFormat in binding? I've tried it with `unixTimestamp` and it worked (it was sending "Timestamp":1709026357.673). I don't know where is the source/def...

I will try to clear ledger data (data.ldb*) and start again. I will make backups and can possibly share it with you if that would help.

Hmm, same error after starting with ledger again. Last block count which I've got is ``` { "count": "1", "unchecked": "3895048", "cemented": "1" } ``` It is strange that after...

well that will create zero sized crash_report.txt but I'm attaching all the nano_node_* files from nano directory [nano_node_crash_files.zip](https://github.com/nanocurrency/nano-node/files/5751479/nano_node_crash_files.zip)

Ok, thanks, I'll try with that image and bring here error message. I'm looking forward to v22.

error message enhanced log: ``` Assertion (false) failed void nano::block_store_partial::unchecked_put(const nano::write_transaction&, const nano::unchecked_key&, const nano::unchecked_info&) [with Val = MDB_val; Derived_Store = nano::mdb_store] /tmp/src/nano/secure/blockstore_partial.hpp:512 Error: MDB_PAGE_FULL: Internal error - page has...

Ok, I will follow after release. Does this happen only in case of full sync? I'm wondering why other running nodes does not have this problem. Is possible workaround in...

I'll try tomorrow, hopefully. But with used ledger snapshot so far so good - 28 hours without this error. So to simulate it I'll have to delete ledger and start...

Unfortunately it is still happening in LMDB 0.9.25. I've tried to clear ledger and after cca hour it fails with almost same error (blockstore_partial.hpp:200 instead of previous blockstore_partial.hpp:512). ``` Assertion...