mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated FAQ (markdown)
parent
5fa40615e1
commit
175555c83f
8
FAQ.md
8
FAQ.md
|
@ -1,9 +1,13 @@
|
||||||
### * Why weed volume server loses connection with master?
|
### Why my 010 replicated volume files have different size?
|
||||||
|
|
||||||
|
This is normal. The compaction may not happen at exactly the same time. Or the replicated writes failed in the middle, so there is a deletion file appended following the partially written file.
|
||||||
|
|
||||||
|
### Why weed volume server loses connection with master?
|
||||||
|
|
||||||
You can increase the "-pulseSeconds" on master from default 5 seconds to some higher number.
|
You can increase the "-pulseSeconds" on master from default 5 seconds to some higher number.
|
||||||
See #100 https://github.com/chrislusf/seaweedfs/issues/100
|
See #100 https://github.com/chrislusf/seaweedfs/issues/100
|
||||||
|
|
||||||
### * How to store large logs?
|
### How to store large logs?
|
||||||
|
|
||||||
The log files are usually very large. But SeaweedFS is mostly for small-to-medium large files. How to store them? "weed filer" can help.
|
The log files are usually very large. But SeaweedFS is mostly for small-to-medium large files. How to store them? "weed filer" can help.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue