chrislu
03f18e43df
clean up logs
2024-03-21 23:30:49 -07:00
chrislu
26e24db721
adjust log level
2024-03-21 23:27:19 -07:00
chrislu
5c0fcae039
clean up logs
2024-03-21 23:24:18 -07:00
chrislu
407a52fc93
adjust log level
2024-03-21 23:23:26 -07:00
chrislu
50023fe1cf
adjust log level
2024-03-21 08:07:56 -07:00
chrislu
3c559dc294
fix test2
2024-03-16 23:48:31 -07:00
chrislu
b74e8082ba
3.64
2024-03-16 11:46:40 -07:00
chrislu
054d0b3487
wait for data
2024-03-16 11:14:14 -07:00
chrislu
f8957b84c1
rename to LastTsNs
2024-03-16 10:52:47 -07:00
chrislu
529fa8c4c8
go fmt
2024-03-16 10:51:47 -07:00
chrislu
059df3957d
rename to lastFlushDataTime
2024-03-16 10:51:16 -07:00
chrislu
6f75a0af55
ask follower to follow
2024-03-10 14:34:28 -07:00
chrislu
28f8f33d6a
include key in LogEntry
2024-03-07 10:53:30 -08:00
chrislu
34f2b600ac
each log function adds a "done" return parameter
2024-03-07 10:50:09 -08:00
chrislu
1b4484bf0a
go fmt
2024-02-29 09:38:52 -08:00
chrislu
76ae39a363
Merge branch 'master' into mq-subscribe
2024-02-26 07:03:09 -08:00
chrislu
54d7748a4a
3.63
2024-02-25 22:17:28 -08:00
chrislu
a52ce076fc
Merge branch 'master' into mq-subscribe
2024-02-25 08:00:37 -08:00
Konstantin Lebedev
8fb978d6f6
[volume] requests that were canceled by the client are not an internal server problem(500 => 499) ( #5304 )
2024-02-14 14:18:56 -08:00
chrislu
b6c5e57c30
read will block if no items
2024-01-28 13:10:34 -08:00
chrislu
5dc1362bdc
close the input
2024-01-27 16:12:49 -08:00
chrislu
fa835c9319
Update buffered_queue_test.go
2024-01-27 14:46:12 -08:00
Chris Lu
b6de35cdb2
moved. there are some deadlock. WIP
2024-01-27 13:51:19 -08:00
chrislu
08c5fba825
adds a buffered queue
2024-01-25 20:22:41 -08:00
chrislu
1877ce5126
rename
2024-01-15 21:31:21 -08:00
chrislu
33d5343ea1
Merge branch 'master' into mq-subscribe
2024-01-15 20:56:21 -08:00
chrislu
59b8af99b0
3.62
2024-01-15 20:44:00 -08:00
chrislu
fa59a5d67e
read from disk if not in memory
2024-01-15 00:20:12 -08:00
chrislu
d6ba97219b
refactoring
2024-01-13 17:51:53 -08:00
chrislu
188f471a24
logging
2024-01-11 07:55:26 -08:00
chrislu
d51efddf5c
flush to disk
...
Need to do: read from disk
2024-01-08 23:27:02 -08:00
chrislu
fbb4917e2f
Merge branch 'master' into mq-subscribe
2024-01-08 00:08:49 -08:00
chrislu
8ae00e47a6
3.61
2024-01-08 00:04:49 -08:00
chrislu
49428a303b
add batch index for each memory buffer
2024-01-08 00:03:08 -08:00
chrislu
1206313952
add logs on flush
2024-01-05 15:35:42 -08:00
chrislu
add16fb1a1
logs
2024-01-05 15:16:22 -08:00
chrislu
d4e91b6ad9
3.60
2024-01-01 19:11:23 -08:00
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
.
2023-12-24 12:31:08 -08:00
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 )
2023-12-23 15:01:57 -08:00
chrislu
03c4b2e988
correct lock accounting
...
possibly fix https://github.com/seaweedfs/seaweedfs/issues/5082
2023-12-22 14:16:23 -08:00
chrislu
81f11883e3
go fmt
2023-11-26 11:47:20 -08:00
chrislu
27b34f3793
3.59
2023-11-12 22:12:08 -08:00
chrislu
c563386675
rename parameters
2023-11-09 08:02:39 -08:00
chrislu
d1e83a3b4d
3.58
2023-10-29 23:04:20 -07:00
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>
2023-10-12 14:29:55 -07:00
chrislu
321fda552c
comment
2023-10-01 11:36:27 -07:00
chrislu
b02fdeabff
RetryForever => RetryUntil
2023-10-01 11:33:56 -07:00
chrislu
40888b5612
align 64bit atomic operation
...
fix https://github.com/seaweedfs/seaweedfs/issues/4878
2023-09-28 07:58:43 -07:00
Konstantin Lebedev
44906f1f3b
fix: avoid error file name too long when writing a file ( #4876 )
2023-09-27 05:40:51 -07:00
chrislu
645ae8c57b
Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs ""
...
This reverts commit 8cb42c39
2023-09-25 09:35:16 -07:00