1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-08-21 11:32:47 +02:00

Commit graph

  • b61e9f6a1a adjust ordering Chris Lu 2021-03-29 00:49:50 -07:00
  • 1ebdbad222
    Merge pull request #1946 from LazyDBA247-Anyvision/master Chris Lu 2021-03-29 00:42:48 -07:00
  • 8a95f9c10c iam GetUser Konstantin Lebedev 2021-03-29 12:01:44 +05:00
  • 96c62bd34d scaffold - insertQuery LazyDBA247-Anyvision 2021-03-29 10:01:12 +03:00
  • 4a02389eb0 Adding custom insertQuery support for postgres/2 mysql/2 LazyDBA247-Anyvision 2021-03-29 09:58:13 +03:00
  • 6b7aa9633f 2.36 2.36 Chris Lu 2021-03-28 19:09:06 -07:00
  • bd7471d877 refactor Chris Lu 2021-03-25 12:05:51 -07:00
  • b8d3f11e92
    Merge pull request #1945 from bash99/master Chris Lu 2021-03-25 10:29:07 -07:00
  • 06be5dc6c3 log snowflake sequencer nodeid's hex when start, it'll be in part of new assigned fid 李海 2021-03-25 18:59:40 +08:00
  • 69b2dab9c6 add a snowflake sequencer as more robust fid generator, but less compressable than small auto-inc id 李海 2021-03-25 18:49:26 +08:00
  • 40938d6a47 SaveInsideFiler S3 Configuration Konstantin Lebedev 2020-12-10 21:03:25 +05:00
  • 9f26f2815c SaveAs S3 Configuration Konstantin Lebedev 2020-12-10 17:03:55 +05:00
  • 82b0463fac handler PutUserPolicy https://docs.aws.amazon.com/IAM/latest/APIReference/API_PutUserPolicy.html Konstantin Lebedev 2020-12-10 15:36:04 +05:00
  • d7719d0542 base handlers Konstantin Lebedev 2020-12-10 00:03:14 +05:00
  • 03c7953254 init Iam Api Server Konstantin Lebedev 2020-12-09 17:11:49 +05:00
  • 82dfe06066
    Merge pull request #1933 from kmlebedev/missingKeysThreshold Chris Lu 2021-03-24 10:56:25 -07:00
  • 020a5d40c3 avoid counter is null Konstantin Lebedev 2021-03-24 22:51:22 +05:00
  • df6cf0a2fa nonRepairThreshold Konstantin Lebedev 2021-03-24 22:07:13 +05:00
  • 26657f1d72
    Merge pull request #1943 from kmlebedev/maxCPUs Chris Lu 2021-03-24 09:29:38 -07:00
  • 9ce82a9cd2 GOMAXPROCS use defaults to the value of runtime.NumCPU Konstantin Lebedev 2021-03-24 18:45:58 +05:00
  • 60972f1c97 rename option repairThreshold Konstantin Lebedev 2021-03-24 13:24:49 +05:00
  • a801332b0d filer: return 409 if file conflicts with a directory Chris Lu 2021-03-24 01:03:11 -07:00
  • c42b95c596 more help message Chris Lu 2021-03-23 17:27:57 -07:00
  • 40a9e88c07 rename var Konstantin Lebedev 2021-03-23 21:42:35 +05:00
  • d21a5bf5d0 add missingKeysThreshold for fsck Konstantin Lebedev 2021-03-23 15:04:07 +05:00
  • 85cff10787 mysql: ensure name column is case sensitive Chris Lu 2021-03-23 00:46:50 -07:00
  • 5f0e68c21e revert wrong change Chris Lu 2021-03-22 23:28:40 -07:00
  • b5e10bf511 Java client 1.6.3 Chris Lu 2021-03-22 23:25:47 -07:00
  • 5a78c6ca99 Java client: support windows Chris Lu 2021-03-22 23:20:41 -07:00
  • 4abb511db3 make a local copy of the in memory cached data Chris Lu 2021-03-22 22:33:07 -07:00
  • 3cbc40fa48 avoid creating multiple reader Chris Lu 2021-03-22 22:32:47 -07:00
  • 2f7c7afdec refactor: remove unused parameter Chris Lu 2021-03-22 22:13:19 -07:00
  • d48dd0c738 use []byte directly instead of bytes.Buffer Chris Lu 2021-03-22 22:12:57 -07:00
  • 8eb14967ef shell: volume.check.disk adds optional slow mode Chris Lu 2021-03-22 21:01:43 -07:00
  • 288369cfc7 mount: release resources when Forget() is called Chris Lu 2021-03-22 16:22:19 -07:00
  • 5d931eff27 avoid possible nil Chris Lu 2021-03-22 13:24:07 -07:00
  • f315eb2bb8 fix build error 2.35 Chris Lu 2021-03-22 00:12:53 -07:00
  • 1dd5bc134c 2.35 Chris Lu 2021-03-22 00:05:09 -07:00
  • b465095db1 shell: add volume.check.disk to fix inconsistency for replicated volumes Chris Lu 2021-03-22 00:03:16 -07:00
  • df461402cc ensure entry attribute is not nill Chris Lu 2021-03-21 22:27:30 -07:00
  • 102a951377 refactor, split into 2 files Chris Lu 2021-03-21 13:05:53 -07:00
  • f6e2566ee5 better logs for cookie mismatch Chris Lu 2021-03-20 12:02:57 -07:00
  • 27e24162f2 minor Chris Lu 2021-03-20 06:37:03 -07:00
  • 41cc6e661b fs.mv ensures there are 2 arguments Chris Lu 2021-03-20 06:34:09 -07:00
  • b2c1c209a5 refactor Chris Lu 2021-03-20 06:33:45 -07:00
  • 0a51df02cb
    Update README.md Chris Lu 2021-03-19 12:58:24 -07:00
  • e9b1853d63 go fmt Chris Lu 2021-03-19 01:31:56 -07:00
  • b1a86cf808 s3: copy object to itself Chris Lu 2021-03-19 01:31:49 -07:00
  • c012902c16 testing udp test_udp Chris Lu 2021-03-18 22:02:40 -07:00
  • aa5179ce3c
    Merge pull request #1918 from kmlebedev/dir_slash_not_exist Chris Lu 2021-03-17 11:56:56 -07:00
  • bf94149920 add line Konstantin Lebedev 2021-03-17 23:41:34 +05:00
  • c5705e7a35 dir + slash key does not exist https://github.com/chrislusf/seaweedfs/issues/1917 Konstantin Lebedev 2021-03-17 23:40:42 +05:00
  • 04604b89e1
    Merge pull request #1913 from kmlebedev/check_chunkviews_mr Chris Lu 2021-03-16 03:36:34 -07:00
  • eb54993a4e Merge branch 'upstreamMaster' into check_chunkviews_mr Konstantin Lebedev 2021-03-16 15:29:49 +05:00
  • 9672f9e1b2 2.34 2.34 Chris Lu 2021-03-16 03:01:15 -07:00
  • 69694a17be reverting 7d57664c2d Chris Lu 2021-03-16 02:59:26 -07:00
  • c00dd5e62e report error if entry not found Chris Lu 2021-03-16 02:55:49 -07:00
  • 06da02739d CheckAllChunkViews() for HEAD requests only Konstantin Lebedev 2021-03-16 14:15:17 +05:00
  • 886793ec03 s3 putToFiler maxMB size https://github.com/chrislusf/seaweedfs/issues/1908 Konstantin Lebedev 2021-03-16 13:27:26 +05:00
  • 91a3ac9731 2.33 2.33 Chris Lu 2021-03-16 00:36:06 -07:00
  • 4b1ed227d1 revert fasthttp changes Chris Lu 2021-03-16 00:33:14 -07:00
  • 10164d0386
    Merge pull request #1905 from wuh-fnst/s3ListCounterErr Chris Lu 2021-03-15 20:54:58 -07:00
  • 22a07a12d2 [mount] [regression] filer.path option results in empty mount in 2.32 Chris Lu 2021-03-15 20:46:25 -07:00
  • 050a7f9599 s3: count correction for the number of files in the dir wuh-fnst 2021-03-15 11:22:36 +08:00
  • 3a3699867b Status PartialContent for Content-Range response Konstantin Lebedev 2021-03-15 23:30:22 +05:00
  • 90510e3137 If WriteHeader is not called explicitly, the first call to Write will trigger an implicit WriteHeader(http.StatusOK). WriteHeader: Only one header may be written. Go does not currently! Konstantin Lebedev 2021-03-15 21:22:59 +05:00
  • 46b9f5cff4 add debug logging Konstantin Lebedev 2021-03-15 19:33:33 +05:00
  • 7194a5e7bf avoid http error: superfluous response.WriteHeader https://github.com/chrislusf/seaweedfs/issues/1838 Konstantin Lebedev 2021-03-15 18:52:59 +05:00
  • 9f00f95bfb 2.32 2.32 Chris Lu 2021-03-14 21:32:00 -07:00
  • a4cfffc264 shell: fix moving volume, volume server evacuate Chris Lu 2021-03-14 21:29:55 -07:00
  • ca100568f7 fix parsing Chris Lu 2021-03-14 20:50:14 -07:00
  • 352ba23f83 revert previous change Chris Lu 2021-03-14 20:49:56 -07:00
  • 29e62aba00 possible fix for volume balance Chris Lu 2021-03-14 20:23:19 -07:00
  • 35d939a1d2 go fmt Chris Lu 2021-03-14 13:21:02 -07:00
  • 2d4c2db81d filer: leveldb, rocksdb auto create store directory Chris Lu 2021-03-14 13:20:14 -07:00
  • 6d3a96eb56 filer: mysql2, postgres2 trigger actions on bucket creation and deletion Chris Lu 2021-03-13 22:07:39 -08:00
  • 5495497876 simplify Chris Lu 2021-03-13 19:03:46 -08:00
  • e12600cc8e still not working Chris Lu 2021-03-13 14:48:28 -08:00
  • 0059f4a201 trying https://github.com/spance/suft Chris Lu 2021-03-13 14:14:30 -08:00
  • 22ef015cff this performs poorly and unstable Chris Lu 2021-03-13 12:05:04 -08:00
  • cb423312a4 prevent nil volume message Chris Lu 2021-03-13 11:05:29 -08:00
  • 972327f966 prevent nil volume nm Chris Lu 2021-03-13 11:04:51 -08:00
  • 56953b207d compiles, but fail to send Chris Lu 2021-03-13 10:59:29 -08:00
  • f9a7c45e9a udp hangs Chris Lu 2021-03-13 10:16:32 -08:00
  • 2a68ddb963 default to empty host to bind to tcp4 and tcp6 Chris Lu 2021-03-12 15:32:51 -08:00
  • 5fbcaaf37a fullpath() test is not needed Chris Lu 2021-03-12 09:45:25 -08:00
  • e19b6b2d0a upgrade fuse version, add batch forget Chris Lu 2021-03-12 02:55:06 -08:00
  • 2d567e00aa add mount memory profiling Chris Lu 2021-03-12 02:54:08 -08:00
  • 7d57664c2d mount: internals switch to filer.Entry instead of protobuf Chris Lu 2021-03-12 00:36:29 -08:00
  • d41202f1b3
    Merge pull request #1893 from kmlebedev/s3testfixed Chris Lu 2021-03-11 23:59:24 -08:00
  • d66645ecda add 12 tests https://github.com/chrislusf/seaweedfs/issues/1810 Konstantin Lebedev 2021-03-12 12:40:33 +05:00
  • 8096609869 s3: check the MD5 values from clients wuh-fnst 2021-03-12 15:35:07 +08:00
  • 17d02264f3
    Merge pull request #74 from chrislusf/master hilimd 2021-03-12 15:05:31 +08:00
  • 5f99eee27c
    Merge pull request #1892 from wuh-fnst/listMultipartIsLast Chris Lu 2021-03-11 20:58:58 -08:00
  • 4c1d945e46 make List correctly judge whether it is the last file wuh-fnst 2021-03-12 11:10:01 +08:00
  • cca66c7fbe print out the url Chris Lu 2021-03-11 18:39:45 -08:00
  • 7f887c78d2 fix Chris Lu 2021-03-11 18:18:16 -08:00
  • fcc52d1e4e shell: add s3.clean.uploads to clean up stale multipart uploads Chris Lu 2021-03-11 18:05:24 -08:00
  • 40dc5ac904 mount: add a bit retry when connecting to filer during startup Chris Lu 2021-03-11 16:36:43 -08:00
  • aba47fd9e8 reduce repeated calls to dir.FullPath() Chris Lu 2021-03-11 14:08:20 -08:00