Denis Mikhalkin

Results 25 issues of Denis Mikhalkin

Great project. Does it compress the recorded events?

enhancement
help wanted

Right now it looks very slow, about a second per account

Enable TLS by default Disable anonymous bind

DynamoFS storage is quite expensive, while S3 has reasonable price. S3 allows parallel uploads which can provide data transfers faster than DynamoFS fastest option. Also, storing large files (GBs) via...

enhancement
performance

If a client system which took a look on file dies no other system will be able to lock its files. Worse, if the system restarts the in-memory lockId will...

Sometimes there are Fuse calls for release/lock against the file that we never saw before. LockManager fails in that case as there is no fileLock entry in dict. Need to...

At the moment the size of the file is supposedly stored in 32-bit integer. Also, if the file is big, there will be many blocks however there is no pagination...