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

Commit graph

  • 549422085b
    Update README.md Chris Lu 2020-11-04 12:30:46 -08:00
  • 5fb8530358
    Merge pull request #1598 from kmlebedev/hotfix/ErrNoSuchKey Chris Lu 2020-11-04 10:18:17 -08:00
  • baced7b94f
    Update release.yml Chris Lu 2020-11-04 10:12:30 -08:00
  • 6cd6ff6962 avoid blank response for 404 Konstantin Lebedev 2020-11-04 22:54:47 +05:00
  • 2121eba4cf add instructions to get help Chris Lu 2020-11-04 09:52:38 -08:00
  • eb0b8cd9d8
    Update release.yml Chris Lu 2020-11-04 09:35:21 -08:00
  • 0dafcf1f5a volume: detect max volume count changes based on disk usage Chris Lu 2020-11-03 14:43:17 -08:00
  • 06ee199ef3 ensure entryViewCache is in sync with the chunks Chris Lu 2020-11-03 12:22:16 -08:00
  • b132cb893f in case some chunks modified earliar are added later Chris Lu 2020-11-03 12:21:42 -08:00
  • 0ae4d7bfdf lock "addChunks()" Chris Lu 2020-11-03 12:20:41 -08:00
  • 8054ef2310
    Update README.md Chris Lu 2020-11-03 10:08:07 -08:00
  • e1190b3224 load S3 config from filer https://github.com/chrislusf/seaweedfs/issues/1500 Konstantin Lebedev 2020-11-03 21:45:56 +05:00
  • c709059b69 HCFS: add close() to SeaweedFileSystem.java Chris Lu 2020-11-03 00:46:00 -08:00
  • d29b787220 store together with "Seaweed-" prefix Chris Lu 2020-11-03 00:21:10 -08:00
  • 5448781dfc filer: Headers with "Seaweed-" prefix are stored as extended properties Chris Lu 2020-11-03 00:15:51 -08:00
  • 0ecff9521d avoid []byte reuse Chris Lu 2020-11-02 23:27:54 -08:00
  • 031aa70da6 Revert "revert bytebufferpool, seems problematic" Chris Lu 2020-11-02 19:11:25 -08:00
  • c923170d7c Revert "go mod tidy" Chris Lu 2020-11-02 19:11:11 -08:00
  • 85e43b678f go mod tidy Chris Lu 2020-11-02 14:23:33 -08:00
  • 7d5db73d98 go fmt Chris Lu 2020-11-02 14:21:07 -08:00
  • a9662d44ac avoid closing chunkSaveErrChan too early Chris Lu 2020-11-02 14:20:38 -08:00
  • e0fcab47c0 revert bytebufferpool, seems problematic Chris Lu 2020-11-02 13:49:38 -08:00
  • e1423a83dd mount: clear possible leftover entry data in memory Chris Lu 2020-11-01 23:28:56 -08:00
  • 448475e100 README: add quick start Chris Lu 2020-11-01 13:26:56 -08:00
  • 9b10d1ac33 2.08 2.08 Chris Lu 2020-11-01 12:45:20 -08:00
  • 8750cac090 move to util.RetryWaitTime Chris Lu 2020-11-01 02:36:43 -08:00
  • ef908e166b break import cycle Chris Lu 2020-11-01 02:28:11 -08:00
  • 4609644658 mount: remove files that may still are open Chris Lu 2020-11-01 01:33:26 -08:00
  • df8d976bb0 refactoring Chris Lu 2020-11-01 01:58:48 -07:00
  • 7192a378cc add retry to master clients also Chris Lu 2020-11-01 01:40:16 -07:00
  • 004aa9ca5d only retry transport related errors Chris Lu 2020-11-01 01:21:44 -07:00
  • f7b21973ac mount: add retry for all operations with filer Chris Lu 2020-11-01 01:11:08 -07:00
  • de86945aeb go fmt Chris Lu 2020-10-31 16:45:38 -07:00
  • 306062b4e7 filer: add CORS support Chris Lu 2020-10-31 16:44:03 -07:00
  • 05acc33294 volume: add CORS support Chris Lu 2020-10-31 16:31:39 -07:00
  • 9708df47d1 ensure offset in the index file is positive Chris Lu 2020-10-31 15:50:01 -07:00
  • 10f9f1cc26 handle mknod requests Chris Lu 2020-10-30 23:51:32 -07:00
  • 8826601be1 mount: optional limit for the number of concurrent writers Chris Lu 2020-10-30 21:22:20 -07:00
  • be95f68ca7 scaffold for sftpd Chris Lu 2020-10-30 20:57:08 -07:00
  • b9ccaabdcc
    Merge pull request #1586 from kmlebedev/pre_stop_remove_volumes Chris Lu 2020-10-30 15:48:46 -07:00
  • 20b967e38c Update README.md Chris Lu 2020-10-30 15:45:32 -07:00
  • d2a4ffdd60 glog Konstantin Lebedev 2020-10-31 03:21:54 +05:00
  • 46303c36bf When the volume server is stopped, the master server immediately sees the deletion of volumes Konstantin Lebedev 2020-10-31 02:48:25 +05:00
  • eb32af25d4 make space for the QR code Chris Lu 2020-10-30 10:55:31 -07:00
  • 7ecbb4b3c9 clean up Chris Lu 2020-10-30 10:46:31 -07:00
  • 9081ff8e65
    Merge pull request #1584 from alloneinfo/master Chris Lu 2020-10-30 10:40:04 -07:00
  • 8a7f5eba99
    Merge pull request #1 from alloneinfo/mymod Kenny 2020-10-30 18:17:15 +08:00
  • 9cc6575ab5
    Update filer_copy.go Kenny 2020-10-30 18:16:49 +08:00
  • c057dd1f64 add back upload retries Chris Lu 2020-10-30 02:16:34 -07:00
  • 19098f2c2d make a copy of the filer.entry for most read operations Chris Lu 2020-10-30 01:23:23 -07:00
  • 6135cbaa02 clear file.entry Chris Lu 2020-10-30 00:02:16 -07:00
  • 0cdf172694
    Update go.yml Chris Lu 2020-10-29 23:46:54 -07:00
  • 09a7cb8353
    Create go.yml Chris Lu 2020-10-29 23:41:54 -07:00
  • 0ab72a0904
    Update release.yml Chris Lu 2020-10-29 23:41:36 -07:00
  • 737d6ed650
    Update and rename go.yml to release.yml Chris Lu 2020-10-29 23:41:10 -07:00
  • 02dc51b1ed properly clear out the file.entry Chris Lu 2020-10-29 23:31:04 -07:00
  • abff1f67a6
    Update go.yml Chris Lu 2020-10-29 23:26:40 -07:00
  • 202964a09b
    Update go.yml Chris Lu 2020-10-29 23:15:28 -07:00
  • e379fc3658
    Update go.yml Chris Lu 2020-10-29 23:09:28 -07:00
  • 11697ca9fd
    Update go.yml Chris Lu 2020-10-29 23:01:41 -07:00
  • 08cbc714f0
    Delete build_binary.yml Chris Lu 2020-10-29 22:49:39 -07:00
  • 23a0551c26
    Update go.yml Chris Lu 2020-10-29 22:49:29 -07:00
  • 6560ac6466 volume loading: trim out unreachable idx file content Chris Lu 2020-10-29 22:25:09 -07:00
  • cf0cd12943
    Update build_binary.yml Chris Lu 2020-10-29 21:16:27 -07:00
  • 4c231054fb
    Update build_binary.yml Chris Lu 2020-10-29 21:01:25 -07:00
  • ba64390555
    Create build_binary.yml Chris Lu 2020-10-29 20:54:05 -07:00
  • 0b68b68ec4 reload entry only when it is a hard link Chris Lu 2020-10-29 16:32:45 -07:00
  • 47047516d6 Revert "increase default volume file size limit to 1024" Chris Lu 2020-10-29 15:46:26 -07:00
  • 6f8b426f4f
    Merge pull request #1578 from taozix/master Chris Lu 2020-10-29 08:32:27 -07:00
  • 22a9ea0512 adjust s3 header file. ruitao.liu 2020-10-29 16:05:40 +08:00
  • c6d9974fe7 server: Add option to enable/disable volume server Chris Lu 2020-10-29 00:24:16 -07:00
  • b917be7955 S3 bucket list, response with uploaded storageclass. ruitao.liu 2020-10-29 14:57:19 +08:00
  • 8a55b7053f
    Merge pull request #1577 from kmlebedev/grpc_waitforeeady Chris Lu 2020-10-28 20:39:56 -07:00
  • 918546bbdb add WaitForReady to grpc DialOption Konstantin Lebedev 2020-10-29 08:29:04 +05:00
  • 6364d59f92
    Merge pull request #1575 from kmlebedev/shell_mark_writable Chris Lu 2020-10-28 12:13:08 -07:00
  • fab01f9d8d add readonly Konstantin Lebedev 2020-10-28 23:17:03 +05:00
  • 2a10904d03
    Merge pull request #1574 from kmlebedev/shell_mark_writable Chris Lu 2020-10-28 11:07:09 -07:00
  • 884db215a1 add shell command volume mark writable Konstantin Lebedev 2020-10-28 22:47:09 +05:00
  • c321378976
    Merge pull request #1571 from kmlebedev/stats_readonly_detail Chris Lu 2020-10-28 08:58:10 -07:00
  • 1ad1b8c4f6 collection Volume ReadOnly Count with detailed status Konstantin Lebedev 2020-10-28 17:38:26 +05:00
  • 326fcdd86b
    Merge pull request #1569 from taozix/master Chris Lu 2020-10-28 03:27:24 -07:00
  • 2dcc178d0a save s3 metadata to filer. ruitao.liu 2020-10-28 18:16:05 +08:00
  • 5db46bb0dd typo Chris Lu 2020-10-28 01:45:55 -07:00
  • 9ff0490dab
    Update README.md Chris Lu 2020-10-28 01:29:06 -07:00
  • 744c5594da volume: automatically trim out unreachable entries Chris Lu 2020-10-28 01:14:39 -07:00
  • 3e925faddd trim out name extension Chris Lu 2020-10-28 01:14:05 -07:00
  • 73d924f1ee
    Merge pull request #1568 from binbinshi/master Chris Lu 2020-10-27 23:45:32 -07:00
  • a67eb1afa1 fix: restart volumeserver sometime occurred out of memory error shibinbin 2020-10-28 12:03:06 +08:00
  • 7cc07655d4 Merge remote-tracking branch 'upstream/master' shibinbin 2020-10-28 11:36:42 +08:00
  • 53c3aad875 volume: add a note file to avoid incomplete volume files Chris Lu 2020-10-27 15:56:49 -07:00
  • 6da87720eb shorter tag prefix Chris Lu 2020-10-27 15:33:26 -07:00
  • 24bf142596 copy large file first Chris Lu 2020-10-27 15:31:13 -07:00
  • 432c6f8db3
    Merge pull request #1566 from taozix/master Chris Lu 2020-10-27 13:16:58 -07:00
  • 06c15ab35c volume: add special handling for .dat larger than 32GB Chris Lu 2020-10-27 13:11:56 -07:00
  • 72f6b77dea fix tag prefix. ruitao.liu 2020-10-27 18:01:37 +08:00
  • 8766ca1b95 rename s3 tag prefix. ruitao.liu 2020-10-27 17:33:24 +08:00
  • 19026ae55d return x-amz-tag-count header when GET object. ruitao.liu 2020-10-27 16:49:31 +08:00
  • 843865f2ca
    Merge pull request #33 from chrislusf/master hilimd 2020-10-26 22:01:50 +08:00
  • 44921220b0 2.07 2.07 Chris Lu 2020-10-25 22:03:46 -07:00
  • 283d584141 update to correct block size Chris Lu 2020-10-25 22:03:37 -07:00