1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-08-22 12:02:48 +02:00

Commit graph

  • f98574eb8b Add iouringSize to setup iouring queue size blacktear23 2021-10-12 17:56:02 +08:00
  • 40c5805f14 Add warning log when iouring init got error blacktear23 2021-10-12 15:49:32 +08:00
  • eb6f203c56 Fix format blacktear23 2021-10-12 15:44:34 +08:00
  • 3da70a5836 Add iouring IO driver for Linux blacktear23 2021-10-12 15:39:03 +08:00
  • de1ec050e8 fier/s3: save "Content-Disposition" to extended properties Chris Lu 2021-10-12 00:04:28 -07:00
  • 34f764007f escape file name only when necessary Chris Lu 2021-10-11 23:33:45 -07:00
  • 8e9273db99 s3: use "response-content-disposition" to overwrite default content-disposition Chris Lu 2021-10-11 23:29:52 -07:00
  • f0b928ff5e go fmt Chris Lu 2021-10-11 23:23:46 -07:00
  • 3afa451cdc volume: find a non-empty offset when binary searching by timestamp Chris Lu 2021-10-11 22:00:41 -07:00
  • b530f12327 volume: find a non-empty offset when binary searching by timestamp Chris Lu 2021-10-11 16:11:50 -07:00
  • be4b3ed509 AclHandlers Konstantin Lebedev 2021-10-11 15:03:56 +05:00
  • 0548ed3a1b
    Merge pull request #82 from chrislusf/master hilimd 2021-10-11 16:35:47 +08:00
  • 84d2e1bdd0 fix container building, make it same as rocksdb image 2.71 Chris Lu 2021-10-11 01:29:05 -07:00
  • e6ef7b2387 return error early Chris Lu 2021-10-11 01:24:30 -07:00
  • 4800d0ce26 separate into multiple actions Chris Lu 2021-10-11 00:56:35 -07:00
  • bde2fc65b0 separate into multiple jobs for better execution Chris Lu 2021-10-11 00:35:22 -07:00
  • 3d586be552 2.71 Chris Lu 2021-10-10 22:40:44 -07:00
  • f4676824a7 fix test code compilation Chris Lu 2021-10-10 22:14:13 -07:00
  • 8205166009 disable testing with redis server Chris Lu 2021-10-10 21:57:55 -07:00
  • 3e2acf677c removing tikv to resolve "go mod tidy" problem Chris Lu 2021-10-10 19:27:02 -07:00
  • bf218cd59d removing etcd sequencer Chris Lu 2021-10-10 19:10:46 -07:00
  • 5ca0a551ac java: adjust cache expiration policy for long running java processes Chris Lu 2021-10-09 05:38:15 -07:00
  • 17e08a16f4 fix redis3 deletion Chris Lu 2021-10-09 04:54:48 -07:00
  • ce1efeb0eb adds more error message Chris Lu 2021-10-09 04:54:14 -07:00
  • e4830bd93d go fmt Chris Lu 2021-10-07 21:13:31 -07:00
  • 0a856241fe avoid int bigger than math.MaxInt32 Chris Lu 2021-10-07 21:12:57 -07:00
  • d688e10ed1 do not try to compress if not sure about the file content Chris Lu 2021-10-07 13:29:00 -07:00
  • 332f5ad3a8 revert temporary changes that disabled compression Chris Lu 2021-10-07 13:24:16 -07:00
  • f3d8232e14 reduce one redis lookup on hot path Chris Lu 2021-10-06 22:01:17 -07:00
  • 03bb82043c Update SeaweedFS_Gateway_RemoteObjectStore.png Chris Lu 2021-10-06 20:43:02 -07:00
  • 2336a397dc use pipeline to save some time Chris Lu 2021-10-06 20:40:16 -07:00
  • 7584f758b8 Update SeaweedFS_Gateway_RemoteObjectStore.png Chris Lu 2021-10-06 20:37:37 -07:00
  • ed456253d2 Update SeaweedFS_Gateway_RemoteObjectStore.png Chris Lu 2021-10-06 20:36:55 -07:00
  • f14be41439 Update SeaweedFS_Gateway_RemoteObjectStore.png Chris Lu 2021-10-06 20:35:04 -07:00
  • b08fac0014 Added SeaweedFS_Gateway_RemoteObjectStore.png Chris Lu 2021-10-06 20:28:08 -07:00
  • 371fead8a5 redis3 using redis native sorted set Chris Lu 2021-10-06 18:18:24 -07:00
  • 8668d49c9d test with real redis Chris Lu 2021-10-06 01:25:37 -07:00
  • 6b31f3c97a add benchmark test Chris Lu 2021-10-06 00:37:57 -07:00
  • 893f0587b1 redis3 adds distributed locking Chris Lu 2021-10-06 00:03:54 -07:00
  • f0d1e7bd05 skip ec volumes when loading normal volumes Chris Lu 2021-10-05 02:31:44 -07:00
  • 332d49432d reduce concurrent volume grow requests Chris Lu 2021-10-05 01:58:30 -07:00
  • 96119eab00 refactor Chris Lu 2021-10-05 00:40:04 -07:00
  • 8a66306064 calculate disk usage in case of race condition Chris Lu 2021-10-04 23:32:07 -07:00
  • 4ed2994555 use tsMemory to determine whether read from disk or memory Chris Lu 2021-10-04 16:02:56 -07:00
  • 6a030547a2 server: remove peer check if not starting master Chris Lu 2021-10-04 03:27:10 -07:00
  • 62c2732fd1 add back logic to check master peers Chris Lu 2021-10-04 02:51:26 -07:00
  • d4bb16e20e
    Merge pull request #2354 from chrislusf/bptree Chris Lu 2021-10-04 02:43:15 -07:00
  • 947add39e6 clean up *SkipListElementReference loaded from Redis Chris Lu 2021-10-04 02:31:38 -07:00
  • 513fed323a SkipListElementReference can be an empty object Chris Lu 2021-10-04 02:30:44 -07:00
  • 280ab7f95c add test Chris Lu 2021-10-04 02:30:24 -07:00
  • 04662126bb add redis3 Chris Lu 2021-10-04 01:04:27 -07:00
  • 2b9aab3442 use 1000 per batch Chris Lu 2021-10-04 01:03:40 -07:00
  • 366f522a2d add redis3 Chris Lu 2021-10-04 01:01:31 -07:00
  • ba7fbac07f rename Chris Lu 2021-10-03 19:23:34 -07:00
  • e6196cdc50 add name list Chris Lu 2021-10-03 17:54:25 -07:00
  • a481c4a45e return previous element if visited Chris Lu 2021-10-03 13:50:52 -07:00
  • 3799929830
    Merge pull request #2353 from Janikio/chart-patch Chris Lu 2021-10-03 09:49:07 -07:00
  • ca04c59ac9
    ignore ServiceMonitor when monitoring is disabled Janikio 2021-10-03 18:35:04 +02:00
  • 1d2dfe593c
    added namespace to ingress Janikio 2021-10-03 18:34:47 +02:00
  • 22d8684e88 refactor out listStore Chris Lu 2021-10-03 02:19:21 -07:00
  • d343b0db57 update value Chris Lu 2021-10-03 01:15:14 -07:00
  • 4f50f8c2ca insert key and value Chris Lu 2021-10-03 01:07:35 -07:00
  • 69b84bb771 TestFindGreaterOrEqual Chris Lu 2021-10-02 14:15:49 -07:00
  • 57e2fd3f9b remove bptree Chris Lu 2021-10-02 14:03:54 -07:00
  • 4c1741fdbb working skiplist Chris Lu 2021-10-02 14:02:56 -07:00
  • b297849147 typo Chris Lu 2021-10-01 23:24:54 -07:00
  • af207bbaf0 retry both assign volume and uploading data Chris Lu 2021-10-01 23:23:39 -07:00
  • b6694279d7 Merge branch 'master' into bptree Chris Lu 2021-10-01 16:55:44 -07:00
  • ec3351a4ec adjust comments Chris Lu 2021-10-01 16:24:53 -07:00
  • 1e3fdf366f go fmt Chris Lu 2021-10-01 12:10:24 -07:00
  • e862b2529a refactor Chris Lu 2021-10-01 12:10:11 -07:00
  • 88e006bc6d
    Merge pull request #2349 from kmlebedev/fix_repl_volumes_per_step Chris Lu 2021-10-01 12:05:51 -07:00
  • 5e64b22b45 check that the topology has been updated Konstantin Lebedev 2021-10-01 18:51:22 +05:00
  • f58ea6a2ee add source name to error message Chris Lu 2021-10-01 02:19:30 -07:00
  • 0c12a7d12a github action build rocksdb image Chris Lu 2021-09-30 21:43:34 -07:00
  • 10d6392101 clean up Chris Lu 2021-09-30 21:29:58 -07:00
  • 41efc6e629 Update go.mod Chris Lu 2021-09-30 21:23:05 -07:00
  • 7b776be285 build docker image for chrislusf/seaweedfs:rocksdb Chris Lu 2021-09-30 21:10:23 -07:00
  • 3b159db143 add grocksdb chrislusf 2021-10-01 03:53:38 +00:00
  • 92d65c917c use grocksdb Chris Lu 2021-09-30 20:19:48 -07:00
  • 3ffbaaa071 use github.com/linxGnu/grocksdb chrislusf 2021-10-01 03:16:03 +00:00
  • 2cecde89c3 rename opt volumesPerStep Konstantin Lebedev 2021-10-01 00:17:54 +05:00
  • fc51ffce2b https://github.com/chrislusf/seaweedfs/issues/1846 Konstantin Lebedev 2021-09-30 20:24:24 +05:00
  • dad88a452f
    Merge pull request #2348 from kmlebedev/fix/security Chris Lu 2021-09-30 02:39:08 -07:00
  • 4c7a3cf2fd trivy: security fix Konstantin Lebedev 2021-09-30 14:06:32 +05:00
  • adfd79e243 skip arm platform Chris Lu 2021-09-29 10:52:53 -07:00
  • a067deaabc avoid possible modified location list Chris Lu 2021-09-28 16:54:18 -07:00
  • 040443e2d1 fix possible error case Chris Lu 2021-09-27 23:59:45 -07:00
  • 2e9372dcf7 volume stream read skips deleted content Chris Lu 2021-09-27 03:07:44 -07:00
  • 225b019fe0 stream read multiple volumes in a volume server Chris Lu 2021-09-27 02:51:31 -07:00
  • 1904448d4e adjust starting offset Chris Lu 2021-09-27 02:01:29 -07:00
  • 5956a8b05a adjust comment Chris Lu 2021-09-27 01:58:03 -07:00
  • aa64f2ac4c send needle data instead of raw needle body Chris Lu 2021-09-27 01:53:41 -07:00
  • c4d7ee6c5c volume server: read all files in a volume Chris Lu 2021-09-27 01:45:32 -07:00
  • 4a1d4d7462 s3: default to allow empty folder for better performance Chris Lu 2021-09-26 22:34:14 -07:00
  • cee4d20bc1 2.70 2.70 Chris Lu 2021-09-26 17:37:46 -07:00
  • ecaab0e048 adjust test code Chris Lu 2021-09-26 12:59:49 -07:00
  • 603ea2db73 avoid looping forever if there are no more metadata updates Chris Lu 2021-09-26 11:55:27 -07:00
  • 9887610b54 log tsNs should be processing time Chris Lu 2021-09-26 11:54:13 -07:00
  • 2baed2e1e9 avoid possible metadata subscription data loss Chris Lu 2021-09-25 01:18:44 -07:00