chrislu
|
2c6b68b40e
|
simplify a bit
|
2022-09-10 14:18:28 -07:00 |
|
Konstantin Lebedev
|
b64674018a
|
[sync] override amz storage class, None to delete (#3639)
* override amz storage class, None to delete
https://github.com/seaweedfs/seaweedfs/issues/3636
* use empty string to delete
* without nil check
|
2022-09-10 14:15:42 -07:00 |
|
chrislu
|
3cb914f7e1
|
avoid dead lock
|
2022-09-10 11:26:19 -07:00 |
|
chrislu
|
ebef579ebb
|
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
|
2022-09-10 11:22:18 -07:00 |
|
chrislu
|
576c113c59
|
replace PR https://github.com/seaweedfs/seaweedfs/pull/3621
replace https://github.com/seaweedfs/seaweedfs/pull/3621
|
2022-09-10 11:22:16 -07:00 |
|
Brian
|
4e3e2b1b82
|
Add option in volume.fix.replication to only fix under-replication and not delete volumes (#3640)
|
2022-09-10 08:05:28 -07:00 |
|
chrislu
|
205ecb5d03
|
skip directories under ".uploads" directory
related to https://github.com/seaweedfs/seaweedfs/issues/3636
skipping all directories under ".uploads" directory.
|
2022-09-09 22:57:38 -07:00 |
|
chrislu
|
fc4208d128
|
volume.balance: default to balance ALL_COLLECTIONS
|
2022-09-09 16:06:05 -07:00 |
|
gfx
|
48db56ddad
|
arangodb s3 bucket name compatibility (#3588)
* Update arangodb_store.go
* update readme, properly escape queries, add name patching
* use underscore
* use underscore
* better comment
* fix readme
Co-authored-by: a <a@a.a>
|
2022-09-09 09:43:42 -07:00 |
|
VictorSFF
|
10d545060f
|
mount: fix new inode allocation (#3633)
|
2022-09-09 06:32:19 -07:00 |
|
famosss
|
41af5a6ee5
|
simplify a bit (#3631)
|
2022-09-08 21:01:21 -07:00 |
|
chrislu
|
64e75a286e
|
simplify a bit
|
2022-09-08 19:07:57 -07:00 |
|
chrislu
|
d14d029c73
|
reduce v.dataFileAccessLock lock scope
|
2022-09-08 19:05:31 -07:00 |
|
chrislu
|
406a80da4b
|
adjust variable names
|
2022-09-08 18:54:16 -07:00 |
|
chrislu
|
2bfc8970d2
|
refactor: move ReadNeedleDataInto into volume_read.go
|
2022-09-08 18:54:02 -07:00 |
|
chrislu
|
9b084d4c88
|
purge tcp implementation
|
2022-09-08 18:03:43 -07:00 |
|
chrislu
|
eb7cf3de81
|
a new test case
|
2022-09-08 14:04:42 -07:00 |
|
chrislu
|
4260804613
|
volume.balance: avoid moving out volume with max=1
|
2022-09-08 14:04:21 -07:00 |
|
chrislu
|
d653c5f811
|
unused
|
2022-09-08 12:27:53 -07:00 |
|
chrislu
|
03e22ddb43
|
rename
|
2022-09-08 12:06:03 -07:00 |
|
Konstantin Lebedev
|
31d2f77ceb
|
refactor https://github.com/seaweedfs/seaweedfs/pull/3616 (#3625)
|
2022-09-07 23:23:33 -07:00 |
|
chrislu
|
7de112943b
|
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
|
2022-09-07 20:14:11 -07:00 |
|
chrislu
|
7e52b1e195
|
return err for processRangeRequest()
|
2022-09-07 20:14:09 -07:00 |
|
famosss
|
449582343f
|
fix:Sometimes a nil pointer exception is thrown (#3618)
|
2022-09-07 18:57:13 -07:00 |
|
Konstantin Lebedev
|
695e3a909c
|
avoid data race on currentDiskUsage.maxVolumeCount (#3592)
https://github.com/seaweedfs/seaweedfs/issues/3590
|
2022-09-07 09:51:15 -07:00 |
|
Konstantin Lebedev
|
cca45b02a2
|
avoid data race on calc freeVolumeSlotCount (#3594)
https://github.com/seaweedfs/seaweedfs/issues/3593
|
2022-09-07 09:50:17 -07:00 |
|
famosss
|
9678fc2106
|
fix: volume heartbeat processing error (#3616)
|
2022-09-07 09:48:51 -07:00 |
|
famosss
|
5ff33eb558
|
fix: volume Deadlock when exception is thrown (#3613)
* fix: volume Deadlock when exception is thrown
* adjust log level
|
2022-09-06 23:56:29 -07:00 |
|
Eric Yang
|
b324a6536c
|
ADHOC: add read needle meta grpc (#3581)
* ADHOC: add read needle meta grpc
* add test
* nit
Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local>
|
2022-09-06 23:51:27 -07:00 |
|
chrislu
|
c07ab9c060
|
3.26
|
2022-09-06 08:26:20 -07:00 |
|
Konstantin Lebedev
|
f4f6855c61
|
avoid SIGSEGV on localFilerSocket (#3609)
https://github.com/seaweedfs/seaweedfs/issues/3607
|
2022-09-06 08:20:23 -07:00 |
|
Konstantin Lebedev
|
3c3682fcce
|
more log detail for upload err and deleting (#3577)
|
2022-09-06 08:19:13 -07:00 |
|
Konstantin Lebedev
|
01a25755c5
|
[filer] masterClient updates volume adjust log level (#3610)
|
2022-09-06 07:26:59 -07:00 |
|
LHHDZ
|
bc629665de
|
fix bug due to data racing on VidMap (#3606)
|
2022-09-05 20:00:16 -07:00 |
|
Konstantin Lebedev
|
9b2b7d4f5a
|
avoid data race on GoCDKPubSub.topic (#3596)
|
2022-09-05 07:57:44 -07:00 |
|
Konstantin Lebedev
|
916673ae24
|
do not print diskInfos with doVolumeCheckDisk in error log (#3598)
|
2022-09-05 07:49:26 -07:00 |
|
Konstantin Lebedev
|
5307cadb32
|
[s3] Replace code 500 to 499 for upload with ErrUnexpectedEOF (#3597)
|
2022-09-05 07:47:43 -07:00 |
|
chrislu
|
5b38f22e6e
|
3.25
|
2022-09-04 22:45:55 -07:00 |
|
famosss
|
131d389fc4
|
adjust log level (#3589)
|
2022-09-04 22:37:32 -07:00 |
|
chrislu
|
f4abefc109
|
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
|
2022-09-04 22:23:31 -07:00 |
|
chrislu
|
39340f7e42
|
cloud tier: s3 consume all read response body
fix https://github.com/seaweedfs/seaweedfs/issues/3584
|
2022-09-04 22:23:28 -07:00 |
|
chrislu
|
7c6324b114
|
adjust log level
|
2022-09-04 22:21:24 -07:00 |
|
gfx
|
bf844d8e46
|
Fix crash in arangodb filer when attempting to access a deleted bucket (#3587)
* Update helpers.go
* Update arangodb_store_bucket.go
|
2022-09-04 20:32:10 -07:00 |
|
gfx
|
3621987727
|
Correctly pass arangodb driver Transaction ID into the context (#3586)
Update arangodb_store.go
|
2022-09-04 19:29:52 -07:00 |
|
chrislu
|
8c5759a06d
|
minor optimization
|
2022-09-04 18:50:45 -07:00 |
|
chrislu
|
70777d9b9f
|
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
|
2022-09-04 18:26:51 -07:00 |
|
chrislu
|
cb6cf331ca
|
filer.backup and filer.sync: include headers during backup and sync
fix https://github.com/seaweedfs/seaweedfs/issues/3532
|
2022-09-04 18:26:36 -07:00 |
|
famosss
|
7f56a40553
|
Turn down the 404 log level (#3585)
|
2022-09-04 18:17:01 -07:00 |
|
Brian
|
a28b668647
|
Added ability to change replication settings upon volume.tier.move (#3583)
|
2022-09-04 16:47:21 -07:00 |
|
bernardx
|
228b133afa
|
new 'concurrency' parameter for filer.sync (#3579)
Co-authored-by: XIAOYQ <xiaoyq@eudic.net>
|
2022-09-02 23:03:23 -07:00 |
|