yoshiyuki.kanno

Results 55 issues of yoshiyuki.kanno

Suggested by @vstax on #756. It seems useful to admins in case leo_gateway need to be got up/down elastically according to the load.

New Feature
_leo_manager
_leo_gateway
Improve
survey
Priority-LOW

Found through the discussion on https://github.com/leo-project/leofs/issues/722#issuecomment-301007144. It would be useful for anyone using LeoFS with the multipart upload to avoid unintentional disk uses. Reference: http://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html#mpu-abort-incomplete-mpu-lifecycle-config

Improve
S3-API

### Problem here is a discussion. https://groups.google.com/d/msg/leoproject_leofs/QsxY2wNWhYg/SnnyPZAbCQAJ ### TL;DR - the current: md5 after reading the whole block in one process - pros - code readability - less GC -...

Request
_leo_object_storage
Improve
survey
Priority-LOW

The following procedures will be needed to achieve the goal. ### TODO - [ ] Refactor the code in `leo_gateway` based on [Cowboy v1.0 To v2.0](https://ninenines.eu/docs/en/cowboy/2.4/guide/migrating_from_1.0/) - [ ] Refactor...

Improve
Priority-HIGH

### Background shared by @vstax The POST/PUT operations for large objects (which will be stored as multipart objects) create higher load on leo_gateway compared to (client-assisted) multipart uploads in S3...

_leo_gateway
Improve
S3-API
Priority-MIDDLE

We've release the official LeoFS packages with hipe disabled as we faced the erlang runtime with hipe disabled has been more performant than the one with hipe enabled in the...

Test
survey
Priority-LOW
Question

The spec of the current AVS aims to realize - High read/write throughput - Durable against power outages - Able to recover the index (metadata) from AVS - Free from...

New Feature
_leo_object_storage
Improve
Refactor
Priority-MIDDLE

Now leo_mq consumes items one by one by simply iterating all items through eleveldb's iterator, however let's say a LeoFS running with N=3, R=W=D=2 and one node in the cluster...

_leo_storage
_leo_mq
Improve
survey
Priority-MIDDLE

When creating a new file via NFS, NFS client always issues `create` and at this point leofs create a new empty file so that the size of AVS header take...

Document
_leo_gateway
_nfs
Priority-LOW

This can happen when a MDC replication succeeded but its corresponding local replication in the destination cluster failed and queue files got lost for some reason. http://leo-project.net/leofs/docs/admin_guide/admin_guide_4.html#recover-cluster-command help recover objects...

Document
_leo_storage
Priority-MIDDLE