mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated FAQ (markdown)
parent
9c5d2899ed
commit
f9cd9a1557
5
FAQ.md
5
FAQ.md
|
@ -1,6 +1,9 @@
|
|||
### 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.
|
||||
The volumes are consistent, but not necessarily the same size or the same number of files. This could be due to these reasons:
|
||||
|
||||
* If some files are written only to some but not all of the replicas, the writes are considered failed (A best-effort attempt will try to delete the written files).
|
||||
* The compaction may not happen at exactly the same time.
|
||||
|
||||
### Why weed volume server loses connection with master?
|
||||
|
||||
|
|
Loading…
Reference in a new issue