chrislu
da31e9b939
correctly wait for the publisher to finish
9 months ago
zuzuviewer
211171e669
Fix iam service response 500 ( #5405 )
9 months ago
Konstantin Lebedev
25643cfbc6
fix: panic: assignment to entry in nil map on S3Sink.CreateEntry ( #5406 )
9 months ago
chrislu
50023fe1cf
adjust log level
9 months ago
Konstantin Lebedev
d821cb3b18
fix: sync without dir /buckets/some/.uploads/hash_hash ( #5402 )
9 months ago
chrislu
7003ce7425
publisher is able to fully send data and receive acks
still needs to close the pipes cleanly
9 months ago
chrislu
a1816d21e9
fix compilation
9 months ago
dependabot[bot]
359b00596f
chore(deps): bump github.com/rclone/rclone from 1.65.2 to 1.66.0 ( #5387 )
* chore(deps): bump github.com/rclone/rclone from 1.65.2 to 1.66.0
Bumps [github.com/rclone/rclone](https://github.com/rclone/rclone ) from 1.65.2 to 1.66.0.
- [Release notes](https://github.com/rclone/rclone/releases )
- [Changelog](https://github.com/rclone/rclone/blob/master/RELEASE.md )
- [Commits](https://github.com/rclone/rclone/compare/v1.65.2...v1.66.0 )
---
updated-dependencies:
- dependency-name: github.com/rclone/rclone
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix compilation error with rclone update (#5395 )
Fix compilation error
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Damiano Albani <damiano.albani@gmail.com>
9 months ago
jerebear12
7091269e65
fix get file metadata bug ( #5394 )
* Removed problematic if statement
This if statement was causing the value of option.AllowedOrigins to be always equal to "*". Now the values in the config file will be used when present. This allows for people who don't need this feature to not update their security.toml files.
* Update filer_server_handers_read.go
* Updated filer responses to invalid requests
9 months ago
chrislu
516cba7053
remove FollowInMemoryMessages
9 months ago
chrislu
6ef3e6bcad
logging
9 months ago
chrislu
ca042bd067
simplify
9 months ago
chrislu
4dce1e9d29
Revert "remove github.com/golang/protobuf/proto"
This reverts commit 1516e0249f
.
9 months ago
chrislu
a8b73296d7
fix test3
9 months ago
chrislu
3c559dc294
fix test2
9 months ago
chrislu
ea2601799c
fix test
9 months ago
chrislu
1516e0249f
remove github.com/golang/protobuf/proto
9 months ago
chrislu
8e5068fd2f
notify
9 months ago
chrislu
aba934f0b5
adjust log level
9 months ago
chrislu
44ab42d03c
unnecessary
9 months ago
chrislu
3f2dd8cc3e
add follower id info
9 months ago
chrislu
b74e8082ba
3.64
9 months ago
chrislu
27bb38228b
only broad cast when there are waiting threads
9 months ago
chrislu
054d0b3487
wait for data
9 months ago
chrislu
f8957b84c1
rename to LastTsNs
9 months ago
chrislu
529fa8c4c8
go fmt
9 months ago
chrislu
059df3957d
rename to lastFlushDataTime
9 months ago
chrislu
1b5c547cfe
logs
9 months ago
chrislu
55714f54ab
local partition is generated or not
9 months ago
chrislu
56ce040ab6
log errors
9 months ago
chrislu
549455c30d
streaming mode
9 months ago
chrislu
f653838f34
follower receive a hello message before actual data
the leader can ensure the follower has connected
9 months ago
chrislu
64a32730a2
add size()
9 months ago
Michał Frąckiewicz
205829fa22
Document default method used by compact ( #5379 )
9 months ago
Konstantin Lebedev
54ee73287d
[filer] replace an invalid methods in a metric with an invalid one ( #5378 )
fix: replace an invalid methods in a metric with an invalid one for filer
9 months ago
chrislu
604091a480
use stopChan to close previous filer peer meta subscription instances
10 months ago
chrislu
1efa502dbb
go fmt
10 months ago
chrislu
6f75a0af55
ask follower to follow
10 months ago
chrislu
c1a5952009
rename
10 months ago
chrislu
e7823ee967
retry connecting to broker leader
10 months ago
rustrover
ab70aa92da
remove repetitive words ( #5364 )
10 months ago
chrislu
3b28433cb1
change LogBuffer visibility in LocalPartition
10 months ago
chrislu
28f8f33d6a
include key in LogEntry
10 months ago
chrislu
34f2b600ac
each log function adds a "done" return parameter
10 months ago
chrislu
62397f2371
adjust error
10 months ago
chrislu
832b60c13f
pass errors
10 months ago
chrislu
49869eec83
edge cases for broker assignment
10 months ago
chrislu
33ab6cfcf7
adjust error
10 months ago
chrislu
5c0f01c0eb
purge cluster id
10 months ago
Konstantin Lebedev
170b63d6f8
[filer.backup] add param uploader_part_size for S3sink ( #5352 )
* fix: install cronie
* chore: refactor configure S3Sink
* chore: refactor cinfig
* add filer-backup compose file
* fix: X-Amz-Meta-Mtime and resolve with comments
* fix: attr mtime
* fix: MaxUploadPartst is reduced to the maximum allowable
* fix: env and force set max MaxUploadParts
* fix: env WEED_SINK_S3_UPLOADER_PART_SIZE_MB
10 months ago