LazyDBA247-Anyvision
|
9385e2224d
|
fix postgres2 upsertQuery syntax also
|
4 years ago |
Chris Lu
|
a5662c9e5e
|
adjust ordering
|
4 years ago |
LazyDBA247-Anyvision
|
9f1cab179c
|
use a compatible pg syntax for upsert
|
4 years ago |
Chris Lu
|
a95929e53c
|
reduce default concurrentWriters to 32
|
4 years ago |
LazyDBA247-Anyvision
|
7f44d953b5
|
fix GetBool
|
4 years ago |
LazyDBA247-Anyvision
|
4c51e6a660
|
add enableUpsert=true
and rename config to upsertQuery
|
4 years ago |
Chris Lu
|
b61e9f6a1a
|
adjust ordering
|
4 years ago |
Konstantin Lebedev
|
8a95f9c10c
|
iam GetUser
|
4 years ago |
LazyDBA247-Anyvision
|
96c62bd34d
|
scaffold - insertQuery
Example for upsert query for mysql & postgres variants
|
4 years ago |
LazyDBA247-Anyvision
|
4a02389eb0
|
Adding custom insertQuery support for postgres/2 mysql/2
|
4 years ago |
Chris Lu
|
6b7aa9633f
|
2.36
|
4 years ago |
Chris Lu
|
bd7471d877
|
refactor
|
4 years ago |
李海
|
06be5dc6c3
|
log snowflake sequencer nodeid's hex when start, it'll be in part of new assigned fid
|
4 years ago |
李海
|
69b2dab9c6
|
add a snowflake sequencer as more robust fid generator, but less compressable than small auto-inc id
|
4 years ago |
Konstantin Lebedev
|
40938d6a47
|
SaveInsideFiler S3 Configuration
|
4 years ago |
Konstantin Lebedev
|
9f26f2815c
|
SaveAs S3 Configuration
|
4 years ago |
Konstantin Lebedev
|
82b0463fac
|
handler PutUserPolicy
https://docs.aws.amazon.com/IAM/latest/APIReference/API_PutUserPolicy.html
|
4 years ago |
Konstantin Lebedev
|
d7719d0542
|
base handlers
|
4 years ago |
Konstantin Lebedev
|
03c7953254
|
init Iam Api Server
|
4 years ago |
Konstantin Lebedev
|
020a5d40c3
|
avoid counter is null
|
4 years ago |
Konstantin Lebedev
|
df6cf0a2fa
|
nonRepairThreshold
|
4 years ago |
Konstantin Lebedev
|
9ce82a9cd2
|
GOMAXPROCS use defaults to the value of runtime.NumCPU
https://github.com/chrislusf/seaweedfs/issues/1942
|
4 years ago |
Konstantin Lebedev
|
60972f1c97
|
rename option repairThreshold
|
4 years ago |
Chris Lu
|
a801332b0d
|
filer: return 409 if file conflicts with a directory
fix https://github.com/chrislusf/seaweedfs/issues/1938
|
4 years ago |
Chris Lu
|
c42b95c596
|
more help message
fix https://github.com/chrislusf/seaweedfs/issues/1937
|
4 years ago |
Konstantin Lebedev
|
40a9e88c07
|
rename var
|
4 years ago |
Konstantin Lebedev
|
d21a5bf5d0
|
add missingKeysThreshold for fsck
|
4 years ago |
Chris Lu
|
85cff10787
|
mysql: ensure name column is case sensitive
fix https://github.com/chrislusf/seaweedfs/issues/1931
|
4 years ago |
Chris Lu
|
4abb511db3
|
make a local copy of the in memory cached data
|
4 years ago |
Chris Lu
|
3cbc40fa48
|
avoid creating multiple reader
|
4 years ago |
Chris Lu
|
2f7c7afdec
|
refactor: remove unused parameter
|
4 years ago |
Chris Lu
|
d48dd0c738
|
use []byte directly instead of bytes.Buffer
|
4 years ago |
Chris Lu
|
8eb14967ef
|
shell: volume.check.disk adds optional slow mode
fix https://github.com/chrislusf/seaweedfs/issues/1930
|
4 years ago |
Chris Lu
|
288369cfc7
|
mount: release resources when Forget() is called
address https://github.com/chrislusf/seaweedfs/issues/1929
|
4 years ago |
Chris Lu
|
5d931eff27
|
avoid possible nil
fix https://github.com/chrislusf/seaweedfs/issues/1928
The nil was because of `dn.Parent().UnlinkChildNode(dn.Id())` in topo.UnRegisterDataNode() function, when the dn leaves the cluster.
|
4 years ago |
Chris Lu
|
f315eb2bb8
|
fix build error
|
4 years ago |
Chris Lu
|
1dd5bc134c
|
2.35
|
4 years ago |
Chris Lu
|
b465095db1
|
shell: add volume.check.disk to fix inconsistency for replicated volumes
fix https://github.com/chrislusf/seaweedfs/issues/1923
|
4 years ago |
Chris Lu
|
df461402cc
|
ensure entry attribute is not nill
fix https://github.com/chrislusf/seaweedfs/issues/1926
|
4 years ago |
Chris Lu
|
102a951377
|
refactor, split into 2 files
|
4 years ago |
Chris Lu
|
f6e2566ee5
|
better logs for cookie mismatch
|
4 years ago |
Chris Lu
|
27e24162f2
|
minor
|
4 years ago |
Chris Lu
|
41cc6e661b
|
fs.mv ensures there are 2 arguments
|
4 years ago |
Chris Lu
|
b2c1c209a5
|
refactor
|
4 years ago |
Chris Lu
|
e9b1853d63
|
go fmt
|
4 years ago |
Chris Lu
|
b1a86cf808
|
s3: copy object to itself
fix https://github.com/chrislusf/seaweedfs/issues/1922
|
4 years ago |
Konstantin Lebedev
|
bf94149920
|
add line
|
4 years ago |
Konstantin Lebedev
|
c5705e7a35
|
dir + slash key does not exist
https://github.com/chrislusf/seaweedfs/issues/1917
|
4 years ago |
Chris Lu
|
9672f9e1b2
|
2.34
|
4 years ago |
Chris Lu
|
69694a17be
|
reverting 7d57664c2d
|
4 years ago |