chrislu
1877ce5126
rename
11 months ago
chrislu
59b8af99b0
3.62
11 months ago
chrislu
fa59a5d67e
read from disk if not in memory
11 months ago
chrislu
d6ba97219b
refactoring
11 months ago
chrislu
188f471a24
logging
12 months ago
chrislu
d51efddf5c
flush to disk
Need to do: read from disk
12 months ago
chrislu
8ae00e47a6
3.61
12 months ago
chrislu
49428a303b
add batch index for each memory buffer
12 months ago
chrislu
1206313952
add logs on flush
12 months ago
chrislu
add16fb1a1
logs
12 months ago
chrislu
d4e91b6ad9
3.60
12 months ago
chrislu
bb9269f3f7
Revert "Update network.go since To16 converts the IP address ip up to a 16-byte representation. If ip is not an IP address (it is the wrong length), To16 returns nil. ( #5134 )"
This reverts commit 838578b55f
.
1 year ago
vivekkoya
838578b55f
Update network.go since To16 converts the IP address ip up to a 16-byte representation. If ip is not an IP address (it is the wrong length), To16 returns nil. ( #5134 )
1 year ago
chrislu
03c4b2e988
correct lock accounting
possibly fix https://github.com/seaweedfs/seaweedfs/issues/5082
1 year ago
chrislu
81f11883e3
go fmt
1 year ago
chrislu
27b34f3793
3.59
1 year ago
chrislu
c563386675
rename parameters
1 year ago
chrislu
d1e83a3b4d
3.58
1 year ago
Konstantin Lebedev
1cac5d983d
fix: disallow file name too long when writing a file ( #4881 )
* fix: disallow file name too long when writing a file
* bool LongerName to MaxFilenameLength
---------
Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co>
1 year ago
chrislu
321fda552c
comment
1 year ago
chrislu
b02fdeabff
RetryForever => RetryUntil
1 year ago
chrislu
40888b5612
align 64bit atomic operation
fix https://github.com/seaweedfs/seaweedfs/issues/4878
1 year ago
Konstantin Lebedev
44906f1f3b
fix: avoid error file name too long when writing a file ( #4876 )
1 year ago
chrislu
645ae8c57b
Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs ""
This reverts commit 8cb42c39
1 year ago
chrislu
a6e35e4f68
fix compilation
1 year ago
chrislu
0f8168c0c9
3.57
1 year ago
chrislu
1df4223195
minor
1 year ago
Chris Lu
76a62859ff
fix lock table ( #4863 )
* adjust for better logs
* if shared lock, still need to wait for exclusive lock to release
* fix compilation
* fix waiting condition
* avoid deleting the entry too early
1 year ago
chrislu
10ac25f857
avoid deleting the entry too early
1 year ago
chrislu
c43238b30a
fix waiting condition
1 year ago
chrislu
322af1fc04
fix compilation
1 year ago
chrislu
0414b68a4f
if shared lock, still need to wait for exclusive lock to release
1 year ago
chrislu
9ba4639a27
adjust for better logs
1 year ago
chrislu
2df70ce95f
adjust logs
1 year ago
chrislu
49a470bcdf
reduce logs
1 year ago
chrislu
7669852241
adjust logs
1 year ago
chrislu
e3b1bacf3f
add lock table to ensure ordered locks
1 year ago
chrislu
8cb42c39ad
Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs "
This reverts commit 2e5aa06026
, reversing
changes made to 4d414f54a2
.
1 year ago
dependabot[bot]
a04bd4d26f
Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 ( #4850 )
* Bump github.com/rclone/rclone from 1.63.1 to 1.64.0
Bumps [github.com/rclone/rclone](https://github.com/rclone/rclone ) from 1.63.1 to 1.64.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.63.1...v1.64.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>
* API changes
* go mod
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
Co-authored-by: chrislu <chris.lu@gmail.com>
1 year ago
chrislu
5407b86766
3.56
1 year ago
Lars Lehtonen
e6385e5e8b
weed/util: fix dropped errors ( #4803 )
1 year ago
chrislu
16e3f2d528
fix log buffer test
1 year ago
chrislu
3e9c32a3f0
refactoring to use atomic bool
fix compilation
1 year ago
chrislu
7eafa3420b
3.55
1 year ago
chrislu
358b3a4894
3.54
1 year ago
chrislu
2c4c2f0994
3.53
2 years ago
chrislu
fb4b61036c
3.52
2 years ago
chrislu
4310e1fac4
3.51
2 years ago
chrislu
9204ee2d2d
3.50
2 years ago
chrislu
25b237b83c
reset wait time on a successful retry
2 years ago