chrislu
f8957b84c1
rename to LastTsNs
12 months ago
chrislu
529fa8c4c8
go fmt
12 months ago
chrislu
059df3957d
rename to lastFlushDataTime
12 months ago
chrislu
6f75a0af55
ask follower to follow
1 year ago
chrislu
28f8f33d6a
include key in LogEntry
1 year ago
chrislu
34f2b600ac
each log function adds a "done" return parameter
1 year ago
chrislu
1b4484bf0a
go fmt
1 year ago
chrislu
54d7748a4a
3.63
1 year ago
Konstantin Lebedev
8fb978d6f6
[volume] requests that were canceled by the client are not an internal server problem(500 => 499) ( #5304 )
1 year ago
chrislu
b6c5e57c30
read will block if no items
1 year ago
chrislu
5dc1362bdc
close the input
1 year ago
chrislu
fa835c9319
Update buffered_queue_test.go
1 year ago
Chris Lu
b6de35cdb2
moved. there are some deadlock. WIP
1 year ago
chrislu
08c5fba825
adds a buffered queue
1 year ago
chrislu
1877ce5126
rename
1 year ago
chrislu
59b8af99b0
3.62
1 year ago
chrislu
fa59a5d67e
read from disk if not in memory
1 year ago
chrislu
d6ba97219b
refactoring
1 year ago
chrislu
188f471a24
logging
1 year ago
chrislu
d51efddf5c
flush to disk
Need to do: read from disk
1 year ago
chrislu
8ae00e47a6
3.61
1 year ago
chrislu
49428a303b
add batch index for each memory buffer
1 year ago
chrislu
1206313952
add logs on flush
1 year ago
chrislu
add16fb1a1
logs
1 year ago
chrislu
d4e91b6ad9
3.60
1 year 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