Commit Graph

  • 1b680c06c1 update to raft 1.0.1 Chris Lu 2020-07-08 10:28:01 -0700
  • 6360824dd2
    Merge pull request #1383 from robin1900/master Chris Lu 2020-07-08 09:53:08 -0700
  • dad1161c70 fix dn.volumes Iterate when write issue #1383 cheng.li01 2020-07-08 19:57:19 +0800
  • 54d6b3c30f filer: support running multiple mount to different filers avoiding duplicated cache Chris Lu 2020-07-07 23:18:44 -0700
  • 4bed1663e2 adjust log level Chris Lu 2020-07-07 23:17:31 -0700
  • 482d13468b remove println Chris Lu 2020-07-07 23:17:17 -0700
  • a2eb680f34 filer: default filer store directory Chris Lu 2020-07-07 23:06:48 -0700
  • 3c269da37f fix compilation Chris Lu 2020-07-06 09:46:24 -0700
  • d198e8c6d6 filer: support cross filer meta data sync if sharing the same store Chris Lu 2020-07-06 09:24:54 -0700
  • 0b8cc9b626 aggregate multiple filer metadata chagne events Chris Lu 2020-07-05 23:05:02 -0700
  • 49929e0869 rename Chris Lu 2020-07-05 15:52:36 -0700
  • 70d8a3a1d3 add SubscribeLocalMetadata without checking persisted meta logs Chris Lu 2020-07-05 15:50:07 -0700
  • 55e40b08fc refactoring Chris Lu 2020-07-05 15:43:06 -0700
  • 881e0fde2e rename Chris Lu 2020-07-05 08:55:09 -0700
  • 353bea8ddb refactoring Chris Lu 2020-07-03 22:25:35 -0700
  • ce3630e7a4 refactoring Chris Lu 2020-07-03 22:16:59 -0700
  • 59152334c7 default to 1% Chris Lu 2020-07-03 16:42:53 -0700
  • acf4a9ea99 volume: min free space default to 1% Chris Lu 2020-07-03 16:42:02 -0700
  • 4d1484628a refactoring Chris Lu 2020-07-03 16:41:30 -0700
  • faa5c2e89a refactoring Chris Lu 2020-07-03 16:34:31 -0700
  • 37d5b3ba12 replication: pass isFromOtherCluster also to EventNotification Chris Lu 2020-07-01 08:06:20 -0700
  • 31e23e9783 filer: support active<=>active filer replication Chris Lu 2020-06-30 22:53:53 -0700
  • 7be57a1504
    Merge pull request #1377 from Gronis/master Chris Lu 2020-06-30 16:35:34 -0700
  • bad2771802 Update docker README with docker buildx instructions. #1377 Robin Grönberg 2020-06-30 23:38:00 +0200
  • a6a46ae503 Use alpine base image instead of glib image. Robin Grönberg 2020-06-30 23:27:10 +0200
  • 64d451bdca Make Dockerfile multiarch. Robin Grönberg 2020-06-30 22:22:29 +0200
  • df75b5c98d passing ctx for metadata logging Chris Lu 2020-06-28 14:34:51 -0700
  • 12f6b683fc default to 8 volumes Chris Lu 2020-06-28 14:34:21 -0700
  • 42a338d7b0 FUSE mount: clean up file handles during renaming Chris Lu 2020-06-28 13:41:00 -0700
  • 95a1860d65 remove empty calls for list cache Chris Lu 2020-06-28 10:25:54 -0700
  • 6498d0c86b remove list cache Chris Lu 2020-06-28 10:21:52 -0700
  • 9033a7d369 removed async option Chris Lu 2020-06-28 10:18:32 -0700
  • 1bb8cae65d reverting and working Chris Lu 2020-06-28 10:14:17 -0700
  • b813fac4a3 1.84 1.84 Chris Lu 2020-06-28 07:28:21 -0700
  • 20d9cfae86 volume: following md5 base64 encoding Chris Lu 2020-06-28 07:25:50 -0700
  • f0f884edd5 1.83 1.83 Chris Lu 2020-06-27 15:46:59 -0700
  • c2797cc6de add logs Chris Lu 2020-06-27 15:46:53 -0700
  • 62260e526b add logging Chris Lu 2020-06-27 12:54:37 -0700
  • bef356ce4c since we already know the chunk size, no need to iterate Chris Lu 2020-06-27 12:51:04 -0700
  • a808b3b5df incase the memory data is too small Chris Lu 2020-06-27 11:59:12 -0700
  • c3fed4fb6b
    Update README.md Chris Lu 2020-06-27 08:48:17 -0700
  • 3dbd51c3c2 a little bit more efficient Chris Lu 2020-06-26 10:02:37 -0700
  • 212b6e7d42 error logging Chris Lu 2020-06-26 10:01:55 -0700
  • 48b23f2fdd FUSE mount: prevent concurrent modification Chris Lu 2020-06-26 10:00:48 -0700
  • 3cec4b3c49 FUSE mount: fix file id written twice? Chris Lu 2020-06-25 20:11:49 -0700
  • 212c64241b checking ecx file Chris Lu 2020-06-25 16:36:06 -0700
  • a4dc25cd22 volume: generate ec shard first, before generating the ec index file. Chris Lu 2020-06-25 11:06:58 -0700
  • 9fd7cdadf1 fix Chris Lu 2020-06-25 10:45:34 -0700
  • 3b638d3994 add more ec encoding logging Chris Lu 2020-06-25 09:43:38 -0700
  • e8e0d629af ensure correct file mode Chris Lu 2020-06-24 23:26:54 -0700
  • 32a1f22730 more logs Chris Lu 2020-06-24 22:07:53 -0700
  • 5be12eea37 zstd fix Chris Lu 2020-06-24 11:39:09 -0700
  • 2ff37ccdbd testing parsing the upload Chris Lu 2020-06-24 11:38:59 -0700
  • c21f4ebfee
    Merge pull request #1371 from Kimbsen/content_md5_validation Chris Lu 2020-06-24 11:33:44 -0700
  • 4eeab2a379 remove unused imports #1371 Kimbsen 2020-06-24 13:37:00 +0200
  • ffddecebef do md5 validation AFTER decompression Kimbsen 2020-06-24 13:35:13 +0200
  • fe60db404a prepare for zstd Chris Lu 2020-06-23 09:12:02 -0700
  • 6b1e93ba0b check request header not part header for content-encoding Kimbsen 2020-06-23 17:04:24 +0200
  • 38626cb584 don't forget the last few bytes Kimbsen 2020-06-23 16:53:49 +0200
  • 8d1f6cd567 added optional md5 verification of uploaded data Kimbsen 2020-06-23 16:24:11 +0200
  • a4e3cffe0a S3: DeleteObject API also support deleting a folder recursively Chris Lu 2020-06-22 10:01:00 -0700
  • a73fd7682a grpc upgrading Chris Lu 2020-06-21 09:24:21 -0700
  • 98493e0152 volume: add default minFreeSpacePercent Chris Lu 2020-06-21 08:44:06 -0700
  • e7c36f740a refactoring Chris Lu 2020-06-21 08:38:00 -0700
  • 8b4a32e782 adjust help message Chris Lu 2020-06-21 08:34:24 -0700
  • b4ec04d464 fix the help message Chris Lu 2020-06-21 08:31:20 -0700
  • de5ca9b258 remove fixJpgOrientation Chris Lu 2020-06-20 12:50:40 -0700
  • 3080c197e3 rename UnCompressData to DecompressData Chris Lu 2020-06-20 08:16:16 -0700
  • 97239ce6f1 rename filechunk is_gzipped to is_compressed Chris Lu 2020-06-20 08:15:49 -0700
  • a735fd767c adjust uncompress data Chris Lu 2020-06-20 08:01:00 -0700
  • ca3516ac6d adjust protoc Chris Lu 2020-06-20 08:00:25 -0700
  • e912fd15e3 renaming Chris Lu 2020-06-19 22:45:27 -0700
  • 16fe132a20 detect mime type before replicating to other volume servers Chris Lu 2020-06-19 22:11:36 -0700
  • 044841c885 master: always clear previous master meta data directory Chris Lu 2020-06-19 20:42:16 -0700
  • 2eeb7551f9 less noisy disk size checking Chris Lu 2020-06-19 15:06:33 -0700
  • 2fcd7a4c9f clean up Chris Lu 2020-06-19 13:53:54 -0700
  • c48b407053 1.82 1.82 Chris Lu 2020-06-19 13:47:27 -0700
  • b78a2dc59b adjust help message Chris Lu 2020-06-19 12:55:09 -0700
  • f7a45d448f FUSE mount: lazy loading meta cache Chris Lu 2020-06-19 09:45:27 -0700
  • c0283eee1a more test cases Chris Lu 2020-06-19 09:16:14 -0700
  • 55b6efb755 fix checking visited nodes Chris Lu 2020-06-19 08:58:48 -0700
  • 0e7c1a300b
    Merge pull request #1363 from DXist/fix_utc Chris Lu 2020-06-19 08:49:00 -0700
  • 320d70d305 return last modified in UTC #1363 Rinat Shigapov 2020-06-19 10:26:40 +0300
  • 546709c1de check has visited by the boundary Chris Lu 2020-06-18 22:28:17 -0700
  • 0e3b970c0c added bounded tree to track exploration boundary Chris Lu 2020-06-18 21:09:58 -0700
  • ae1994cbc1 erasure coding: fix cases where there are no .ecj files Chris Lu 2020-06-18 09:52:35 -0700
  • ce79ec0bd4 HCFS: 1.2.9 fix concurrent modification Chris Lu 2020-06-18 07:52:32 -0700
  • 222f93e816 possibly fix concurrent access to entry object in SeaweedOutputStream Chris Lu 2020-06-17 14:59:43 -0700
  • b74eced7a3 mount: a fix to prevent possible repeated calls Chris Lu 2020-06-17 13:55:16 -0700
  • a80bf29d4f
    Merge pull request #1360 from ingardm/master Chris Lu 2020-06-17 09:55:34 -0700
  • f711e8dde4
    Rename see_dat_gzip to see_dat_gzip.go #1360 ingardm 2020-06-17 10:43:51 +0200
  • b7afa9fd57
    Create see_dat_gzip ingardm 2020-06-17 10:43:28 +0200
  • 0ca4a6c4e6
    Update README.md Chris Lu 2020-06-16 21:58:17 -0700
  • 7ccc31853c hard limit volume file size Chris Lu 2020-06-16 00:27:48 -0700
  • 48880edc2c volume: fix typo in minFreeSpacePercent option Chris Lu 2020-06-14 20:37:05 -0700
  • a0464fc267 fix help Chris Lu 2020-06-12 22:06:21 -0700
  • 0d1d83a5a5 mount: add option to auto create dir to mount Chris Lu 2020-06-12 11:46:58 -0700
  • 00f96d86a1 fix typo Chris Lu 2020-06-11 10:53:25 -0700
  • 63a1db64c5
    Merge pull request #1358 from DXist/s3fixes Chris Lu 2020-06-11 10:37:19 -0700
  • 283b749ff1 keep 204 response #1358 Rinat Shigapov 2020-06-11 19:00:34 +0300