Chris Lu
|
69eda558ef
|
reduce the connections
fix https://github.com/chrislusf/seaweedfs/issues/1277
this avoids sending error to wdclients, and clients retry the connections
|
2020-04-22 20:43:34 -07:00 |
|
Chris Lu
|
aebe39a803
|
avoid repeated grpc connection creation
fix https://github.com/chrislusf/seaweedfs/issues/1277
|
2020-04-22 18:26:24 -07:00 |
|
Chris Lu
|
5d0e1d8d74
|
also writes to local meta cache
before waiting for subscribed meta events
|
2020-04-22 15:40:47 -07:00 |
|
Chris Lu
|
1a34fd0b44
|
add mongodb
|
2020-04-21 22:15:47 -07:00 |
|
Chris Lu
|
72c5dba4d4
|
1.75
|
2020-04-21 22:03:07 -07:00 |
|
Chris Lu
|
a207285af7
|
cache metadata on startup
|
2020-04-21 22:00:34 -07:00 |
|
Chris Lu
|
9f9826e95a
|
refactor
|
2020-04-21 21:28:47 -07:00 |
|
Chris Lu
|
e24b25de78
|
async meta caching: can stream updates now
|
2020-04-21 21:16:13 -07:00 |
|
Chris Lu
|
4f02f7121d
|
read from meta cache
meta cache is not initialized
|
2020-04-21 18:50:30 -07:00 |
|
Chris Lu
|
b8e4238ad2
|
add placeholder for cached meta data reading
|
2020-04-21 18:02:08 -07:00 |
|
Chris Lu
|
27128c7875
|
adjust logging
|
2020-04-21 16:13:13 -07:00 |
|
Chris Lu
|
bafa95045b
|
volume: deletion checks all disk locations
fix https://github.com/chrislusf/seaweedfs/issues/1283
|
2020-04-21 14:49:58 -07:00 |
|
Chris Lu
|
57df14f76f
|
report error if copying failed
|
2020-04-21 14:28:46 -07:00 |
|
Chris Lu
|
cf54d70311
|
filer: add -ip.bind option
|
2020-04-21 14:21:06 -07:00 |
|
Chris Lu
|
5c348087dc
|
messaging: able to pub sub multiple partitions
|
2020-04-21 00:59:55 -07:00 |
|
Chris Lu
|
cb3985be70
|
go fmt
|
2020-04-20 17:48:06 -07:00 |
|
Chris Lu
|
5eb83dfbd3
|
add memory buffer size limit
|
2020-04-20 17:43:50 -07:00 |
|
Chris Lu
|
258fba8a0f
|
continue for reading from sealed memory buffer
|
2020-04-20 17:28:18 -07:00 |
|
Chris Lu
|
4bf959edf0
|
message broker: read also from sealed memory buffer
|
2020-04-20 17:26:38 -07:00 |
|
Chris Lu
|
bd43c62fbd
|
lower the test criteria
|
2020-04-20 03:08:10 -07:00 |
|
Chris Lu
|
c3f9fdf48f
|
adjust test
|
2020-04-20 02:54:21 -07:00 |
|
Chris Lu
|
5e8bb86995
|
close the connection with better accouting
|
2020-04-20 02:53:50 -07:00 |
|
Chris Lu
|
978da73cdb
|
revert this grpc related change
maybe related to https://github.com/chrislusf/seaweedfs/issues/1277
|
2020-04-20 02:53:22 -07:00 |
|
Chris Lu
|
ebfab42a50
|
refactoring
|
2020-04-20 00:08:47 -07:00 |
|
Chris Lu
|
2955b96ef1
|
refactor
|
2020-04-19 23:54:32 -07:00 |
|
Chris Lu
|
df25ed3c5b
|
logs
|
2020-04-19 23:37:50 -07:00 |
|
Chris Lu
|
ce3cb25cfb
|
working for in memory single log buffer
|
2020-04-19 23:37:50 -07:00 |
|
Chris Lu
|
f373232227
|
Merge pull request #1280 from bukton123/filer_mongodb
Add new filer support mongodb
|
2020-04-19 20:35:19 -07:00 |
|
bukton
|
da37455254
|
filer mongo add func create index unique directory, name
|
2020-04-20 08:13:57 +07:00 |
|
Chris Lu
|
4642ed565e
|
fix tests
|
2020-04-19 10:42:58 -07:00 |
|
bukton
|
3defa718a1
|
add default config filer mongodb to scaffold.go
|
2020-04-19 17:52:38 +07:00 |
|
bukton
|
d6d245dc89
|
filer mongodb add option poll size and fixed order by list meta
|
2020-04-19 17:51:32 +07:00 |
|
Chris Lu
|
71ffb98475
|
broker: add profiling
|
2020-04-19 03:03:40 -07:00 |
|
Chris Lu
|
d278b4c228
|
basic pub and sub works!
|
2020-04-19 00:18:32 -07:00 |
|
bukton
|
082f079ead
|
filer mongo change func update to insert entry
|
2020-04-19 11:08:10 +07:00 |
|
Chris Lu
|
788578d4ea
|
add subscriber api
|
2020-04-18 16:05:29 -07:00 |
|
Chris Lu
|
767f14dfcd
|
master, volume default to detected host
|
2020-04-18 15:20:20 -07:00 |
|
Chris Lu
|
076c8bd3bc
|
filer master start up with default ip address instead of just localhost
|
2020-04-18 15:17:27 -07:00 |
|
Chris Lu
|
5d346d44bd
|
Revert "move go client out"
This reverts commit ef1274edc9 .
|
2020-04-18 12:44:55 -07:00 |
|
Chris Lu
|
ef1274edc9
|
move go client out
|
2020-04-18 12:11:50 -07:00 |
|
Chris Lu
|
5af49c7aa5
|
adjust API
|
2020-04-18 11:45:57 -07:00 |
|
bukton
|
8c58b0d017
|
filer mongodb delete folder children
|
2020-04-19 00:31:49 +07:00 |
|
bukton
|
b9a71a5638
|
update package
|
2020-04-19 00:29:52 +07:00 |
|
bukton
|
290c6b7f01
|
Merge remote-tracking branch 'origin/master' into filer_mongodb
# Conflicts:
# go.mod
# go.sum
# weed/server/filer_server.go
|
2020-04-19 00:21:45 +07:00 |
|
bukton
|
6234ea441b
|
filer mongodb delete
|
2020-04-19 00:20:00 +07:00 |
|
bukton
|
24a8192298
|
filer mongo list
|
2020-04-19 00:16:50 +07:00 |
|
bukton
|
3c70163798
|
filer mongodb insert entry and find entry
|
2020-04-18 23:48:38 +07:00 |
|
bukton
|
cd9cccec55
|
add import mongodb to filer server
|
2020-04-18 22:30:13 +07:00 |
|
bukton
|
fd4576651b
|
add new package mongodb and install lib mongodb
|
2020-04-18 22:26:57 +07:00 |
|
Chris Lu
|
11f5a6d913
|
messaging can compile now
|
2020-04-18 01:12:01 -07:00 |
|