limd
a99f63cb4d
1.add S3 copy directory function
2.fixed the problem of empty directory when S3 deleted the directory
4 years ago
Chris Lu
b61d33f251
expose only store wrapper to meta changes
4 years ago
Chris Lu
0adbb56cc1
rename
4 years ago
Chris Lu
3e52329cee
Revert "Merge pull request #1479 from LIBA-S/fix_oversized"
This reverts commit bd11f0b3e4
, reversing
changes made to ec5b9f1e91
.
4 years ago
Chris Lu
4a1fe4b8e2
add error logs
4 years ago
LIBA-S
8573ac82c6
Fix: remove the oversized state after compaction
4 years ago
James Hartig
658fc2e5b6
Allow option to enable volume pprof on server
4 years ago
James Hartig
91e4eca1e9
Fix deadlock with KeepConnected and SendHeartbeat
There's the potential where we're writing to a clientConn and it goes away
and we're stuck keeping a read lock on clientChansLock. This causes
KeepConnected to not be able to remove the client since it requires a write
lock on clientChansLock. This ends up backing up SendHeartbeat because it
can't get a read lock.
4 years ago
Chris Lu
9cdbfc1a49
refactor
4 years ago
Chris Lu
63373a9f9f
filer: add file extended properties
4 years ago
Chris Lu
b9c1f3e9de
s3: fixes for list multipart upload
4 years ago
Chris Lu
289e62a305
master: better locking of in memory volume data
related to https://github.com/chrislusf/seaweedfs/issues/1436#issuecomment-695880135
4 years ago
Chris Lu
9a3b564508
adjust printout
4 years ago
Chris Lu
62563a895a
refactoring
4 years ago
Chris Lu
c2faab23b6
refactor
4 years ago
Chris Lu
d013d09a9b
adjust logging
4 years ago
Chris Lu
f498c71199
shell: move volume operations to use flag parsing arguments
4 years ago
Chris Lu
fcbc520373
fix print out
4 years ago
Chris Lu
56094541c8
shell: adjust command option for collection.delete
4 years ago
Chris Lu
9cac9c4001
2.00
4 years ago
Chris Lu
dc4d2145ff
open up
4 years ago
Chris Lu
29abe980df
s3: add support for PostPolicy
fix https://github.com/chrislusf/seaweedfs/issues/1426
4 years ago
Chris Lu
41d508edfd
go fmt
4 years ago
Chris Lu
5b40a2690a
refactoring
4 years ago
Chris Lu
2c21eb1971
volume: get metrics configuration from master
fix https://github.com/chrislusf/seaweedfs/issues/1354
4 years ago
Chris Lu
2cbd1cf121
fix compilation
4 years ago
Chris Lu
23e9ede068
s3: collect metrics
4 years ago
Chris Lu
852e5f7cbc
filer: fix mongodb insert
fix https://github.com/chrislusf/seaweedfs/issues/1471
4 years ago
Chris Lu
6544e60bea
s3 add metrics
empty for now
4 years ago
Chris Lu
cb427d48fa
filer report metrics configuration
4 years ago
Chris Lu
e4e0234998
refactoring
4 years ago
Chris Lu
feca07bf96
Filer: ip bind
fix https://github.com/chrislusf/seaweedfs/issues/1470
4 years ago
Chris Lu
e861a6a3ab
simplify metrics configuration logic
4 years ago
Chris Lu
be54eeb364
passing value by checkWithMaster() instead
4 years ago
Chris Lu
4d21de63ee
go fmt
4 years ago
Chris Lu
913a16268d
volume: load configuration from master at the start
fix https://github.com/chrislusf/seaweedfs/issues/1469
4 years ago
Chris Lu
c9202c4b3d
add storage backend to GetMasterConfigurationResponse
4 years ago
Chris Lu
8a0710cb73
handle more than 2GB files
related to https://github.com/chrislusf/seaweedfs/issues/1468
4 years ago
Chris Lu
854007bc98
minor
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
684a875876
update help message
4 years ago
Chris Lu
2d3a904a82
shell: volumeServer.evacuate adds option to skip non moveable volumes
4 years ago
Chris Lu
a595916342
shell: add volumeServer.evacuate command
4 years ago
Chris Lu
103fafe00b
weed export: print out [start,stop) content range
4 years ago
Chris Lu
ada996fe55
filer: support createing empty folder
fix https://github.com/chrislusf/seaweedfs/issues/1161
4 years ago
Chris Lu
200fe5c83e
go fmt
4 years ago
Chris Lu
5d6753fb98
shell: add volumeServer.leave command
4 years ago
Chris Lu
1af95c5b76
refactoring
4 years ago
Chris Lu
f8fea19669
1.99
4 years ago
Chris Lu
b0c7de186d
filer: fix postgres prefixed directory listing problem
fix https://github.com/chrislusf/seaweedfs/issues/1465
4 years ago