Chris Lu
d75bc62196
to read files that are quickly changing
4 years ago
Chris Lu
5179e559f7
skip empty logs
4 years ago
Chris Lu
bd103c143a
add lock for vidCache
4 years ago
Chris Lu
68d39c86f1
mysql, postgres, cassandra: change kv key to base64 encoding
The exisitng key-value operation for stores using mysql, postgres, and maybe cassandra are already broken.
The kv is used to store hardlink, filer store signature and replication progress.
So users using hardlink and also uses mysql, postgres, or cassandra will have broken hard links.
Users using filer.sync will need to re-sync the files.
4 years ago
Chris Lu
c95d3d9dff
adjust tests
4 years ago
Chris Lu
93bcf56514
file read report EOF
fix https://github.com/chrislusf/seaweedfs/issues/1344
4 years ago
Chris Lu
0542911e29
go fmt
4 years ago
Chris Lu
58fa506491
minor
4 years ago
Chris Lu
aac4cb1f0c
adds errror on read and write
4 years ago
Chris Lu
3f7d1d1bf1
Only wait on retryable requests
4 years ago
Chris Lu
723ae11db4
refactoring in order to adjust volume server url later
4 years ago
Chris Lu
d155f907c2
mount: configurable read wait time
4 years ago
Chris Lu
8a52379ecb
add retry if volume can not be found
4 years ago
Chris Lu
70af0ec24c
filer: fix hanging on read
4 years ago
Chris Lu
cff8bb6554
return proper error
4 years ago
Chris Lu
6da8eef54f
fix logic error
4 years ago
Chris Lu
5d01dd28a6
add logging
4 years ago
Chris Lu
8d34eb0050
mount:exponentially backoff if read error for about 10 minutes
4 years ago
Chris Lu
6e1f936efd
refactoring
4 years ago
Chris Lu
b2ee5873fb
fix error not being returned
4 years ago
Chris Lu
8676db0f6a
adjust logging
4 years ago
Chris Lu
eed492b73b
randomize file locations
4 years ago
Chris Lu
62d3d3aea0
go fmt
4 years ago
Chris Lu
a8624c2e4f
read from alternative replica
related to https://github.com/chrislusf/seaweedfs/issues/1512
4 years ago
Chris Lu
36492c47ec
adjust
4 years ago
Chris Lu
8f8e9ddbde
adjust API
4 years ago
Konstantin Lebedev
e4f2d9eb4a
We return etag using the same algorithm as aws s3
https://teppen.io/2018/06/23/aws_s3_etags/
4 years ago
Chris Lu
6b591b02af
adjust log level
4 years ago
Chris Lu
666859f7cd
mount: read prefetching
4 years ago
Chris Lu
bc47835997
mount: avoid duplicated reads
4 years ago
Chris Lu
8d65ad1444
Revert "mount: adds read prefetching"
This reverts commit 692f0614d1
.
4 years ago
Chris Lu
692f0614d1
mount: adds read prefetching
4 years ago
limd
ed7816681a
Add cassandra authenticator mode
4 years ago
Chris Lu
0790c6d605
fix empty hard link id
4 years ago
Chris Lu
1012df7bb5
switch hardlink id from int64 to bytes
4 years ago
Chris Lu
2e7c361a0d
hardlink deletion factors in hardlink counter
4 years ago
Chris Lu
1295347958
adjust hardlink update
simplify logic, pass entity content directly to hard link. The "weed mount" handles the logic to calculate hard link counter.
4 years ago
Chris Lu
5e239afdfc
hardlink works now
4 years ago
Chris Lu
b61d33f251
expose only store wrapper to meta changes
4 years ago
Chris Lu
852e5f7cbc
filer: fix mongodb insert
fix https://github.com/chrislusf/seaweedfs/issues/1471
4 years ago
Chris Lu
10f9081526
filer: adjust meta data events to received timestamp
if a client is already connected and start from t0. A message recieved at t+1 but with timestamp t-1 may not be processed by the client.
This commit changes to the event received time, so the replication can be ordered.
4 years ago
Chris Lu
b0c7de186d
filer: fix postgres prefixed directory listing problem
fix https://github.com/chrislusf/seaweedfs/issues/1465
4 years ago
Chris Lu
446e476a11
go fmt
4 years ago
Chris Lu
2a0925590c
filer: etcd store avoid read with nil option
fix https://github.com/chrislusf/seaweedfs/issues/1463
4 years ago
ruitao.liu
5b0676049a
change elastic initialize process similar as others.
4 years ago
ruitao.liu
9be4e97625
change logs print format.
4 years ago
ruitao.liu
719dc43af1
modify elastic urls from string to array.
4 years ago
ruitao.liu
72f9d7f047
use util to generate md5.
4 years ago
ruitao.liu
6a5b38c0d4
fix elastic kv ops.
4 years ago
ruitao.liu
3f7fbfddca
add more basic elastic options.
4 years ago