yoshiyuki.kanno

Results 55 issues of yoshiyuki.kanno

In order to avoid the offline processing affecting the online processing in terms of network bandwidth. This feature will be important when someone try to build LeoFS as a service...

_leo_storage
Improve
survey
Priority-MIDDLE

We should pass not only make eunit|xref but `make dialyzer` on every repo before commiting any change. - [ ] leofs/apps/leo_manager - [ ] leofs/apps/leo_storage - [ ] leofs/apps/leo_gateway -...

Test
Priority-MIDDLE

Building the current monolithic plt file for the first time tend to take much time. As multiple plt files can be specified through --plts option, Dividing the current plt file...

Test
Improve
Priority-MIDDLE

originally filed at https://github.com/leo-project/leo_gateway/issues/63. > You can't currently assign NFS keys via gen-nfs-mnt-key as 10.1.1.0/24. It would be good to be able generate a key for a range of IPs...

Request
_leo_manager
_leo_gateway
_nfs
Priority-MIDDLE

AFAIK NFS clients have used inode(called fileid in rfc1813) included in a response only as a local cache identifier so that I think it's not big flaw but should be...

Bug
_leo_gateway
survey
_nfs
Priority-HIGH

seems there are some room to improve performance generated by erpcgen by - applying the inline attribute to functions - replacing a case clause with many branches with something having...

_leo_gateway
Improve
_nfs

OTOH trimming via SETATTR has been supported. ### reference - https://www.ietf.org/rfc/rfc1813.txt

_leo_gateway
Improve
_nfs

Now Abort MU(AMU) issues listing (prefix search) objects internally to fetch records to be deleted and this listing happens across all metadata stores (leveldb) so this can cause high load...

_leo_gateway
Improve
S3-API
Priority-MIDDLE

Write contents based on https://github.com/facebook/rocksdb/wiki/Basic-Operations.

docs

We'll take over https://github.com/leo-project/erocksdb/pull/10.

erlang
cc