Chris Lu

Results 762 comments of Chris Lu

Amazing you can figure out so much already by yourself! > partition=mq_pb2.Partition(ring_size=1, range_start=0, range_stop=1) I am not that familiar with python and not sure how to run the code here....

https://github.com/seaweedfs/seaweedfs/tree/master/weed/mq/client/cmd there are 2 versions: key-value messages and typed messages.

@Material-Scientist The message queue feature is merged. You may want to check it out and let me know your feedback? https://github.com/seaweedfs/seaweedfs/wiki/Seaweed-Message-Queue

make some program or scripts to reproduce this?

@Dimonyga added a PR to return a list of results instead of the general error for batch deletion. This would log the errors better.

Large files are mostly streaming read and less likely to be read again. Caching it during the read process would waste time to write the cache. However, the POSIX has...

@Zorlin do you need to repeatedly read files? What is the access pattern?

the TTLed entries are removed when listing the directory. There are no auto-TTL inside leveldb by itself. also, the leveldb would only soft-delete old data in levels, which are not...