Commit Graph

  • 824f7ad9e1 refactor(shell): readability improvements (#3704) Ryan Russell 2022-09-16 04:43:49 -05:00
  • 277976bd76 refactor(storage): readability improvements (#3703) Ryan Russell 2022-09-16 04:43:17 -05:00
  • d949a238b8 volume: add "readBufSize" option to customize read optimization (#3702) famosss 2022-09-16 15:30:40 +08:00
  • cf90f76a35 mark "hasSlowRead" as experimental chrislu 2022-09-15 23:33:46 -07:00
  • a752f6220e Revert "Temporarily enable cgo" chrislu 2022-09-15 22:13:04 -07:00
  • 37e5684b40 able to build on mac chrislu 2022-09-15 22:00:52 -07:00
  • 6f7ef8711a docs(s3api): readability improvements (#3696) Ryan Russell 2022-09-15 05:13:21 -05:00
  • ad3a3c8782 refactor(s3api_object_handlers): deleteMultipleObjectsLimmit -> `de… (#3695) Ryan Russell 2022-09-15 05:12:48 -05:00
  • c4fc007630 refactor(raft_hashicorp): timeSpeep -> timeSleep (#3694) Ryan Russell 2022-09-15 05:12:30 -05:00
  • c202d4c1b0 refactor(master_grpc_server_cluster): seletedSet -> selectedSet (#3693) Ryan Russell 2022-09-15 05:12:13 -05:00
  • f9e3e7d1c4 Merge branch 'master' of https://github.com/seaweedfs/seaweedfs chrislu 2022-09-15 03:11:34 -07:00
  • 896a85d6e4 volume: add "hasSlowRead" option to customize read optimization chrislu 2022-09-15 03:11:32 -07:00
  • e0064ae097 docs: update fileIdsToDelete var (#3692) Ryan Russell 2022-09-15 04:09:06 -05:00
  • d65bdeef08 docs(meta_cache): readability fixes (#3691) Ryan Russell 2022-09-15 04:04:57 -05:00
  • 92658b05a8 refactor(volume_grpc_client_to_master): grpcConection -> `grpcConne… (#3690) Ryan Russell 2022-09-15 04:04:29 -05:00
  • a635973847 docs(topology): readability improvements (#3688) Ryan Russell 2022-09-15 04:03:10 -05:00
  • 0fc242b084 docs: panicing -> panicking (#3687) Ryan Russell 2022-09-15 03:38:04 -05:00
  • f6d391c9da docs(command): readability fixes (#3686) Ryan Russell 2022-09-15 03:33:04 -05:00
  • 150ce9f3f6 docs(wdclient): readability fix (#3685) Ryan Russell 2022-09-15 03:29:26 -05:00
  • b51880ed3b docs(docker): readability fixes (#3684) Ryan Russell 2022-09-15 03:27:35 -05:00
  • b64411bda8 fix 0 size (#3683) ImFantuan 2022-09-15 16:27:02 +08:00
  • bb880d6253 IsTruncated returned by the ListMultipartUploads method is set to false by default (#3682) famosss 2022-09-15 15:27:15 +08:00
  • 21c0587900 go fmt chrislu 2022-09-14 23:06:44 -07:00
  • c8645fd232 master: implement grpc VolumeMarkWritable chrislu 2022-09-14 23:05:30 -07:00
  • c30f6abb11 refactor(command_ec_rebuild): rebultErr -> rebuildErr (#3679) Ryan Russell 2022-09-14 15:10:27 -05:00
  • 12914af4d8 Character readability (#3678) Ryan Russell 2022-09-14 15:09:53 -05:00
  • 3429cbe3fc refactor(webdav_server): modifiledTime -> modifiedTime (#3676) Ryan Russell 2022-09-14 14:20:27 -05:00
  • d5239ab983 refactor(server): suppported -> supported (#3677) Ryan Russell 2022-09-14 14:16:39 -05:00
  • bd2dc6d641 refactor(shell): Decending -> Descending (#3675) Ryan Russell 2022-09-14 14:06:48 -05:00
  • dfbd8efd26 refactor(command_ec_decode): exisitngEcIndexBits -> `existingEcInde… (#3674) Ryan Russell 2022-09-14 14:02:33 -05:00
  • f2dde2b1da refactor(ItemList): Incluseive -> Inclusive (#3673) Ryan Russell 2022-09-14 14:00:16 -05:00
  • 8efe1db01a refactor(various): Listner -> Listener readability improvements (#3672) Ryan Russell 2022-09-14 13:59:55 -05:00
  • a8d7615eec refactor(filer_client): EachEntryFunciton -> EachEntryFunction (#3671) Ryan Russell 2022-09-14 13:24:45 -05:00
  • c4363c4b5e refactor(command_fs_rm): entiries -> entries (#3670) Ryan Russell 2022-09-14 13:24:27 -05:00
  • a36d7b77be refactor(cipher_test): plantext -> plaintext (#3669) Ryan Russell 2022-09-14 13:24:09 -05:00
  • 85a627b05c refactor(filechunk_manifest): localProcesed -> localProcessed (#3667) Ryan Russell 2022-09-14 12:30:17 -05:00
  • 72d8a9f9a8 refactor(exclusive_locker): Interval readability batch of updates (#3668) Ryan Russell 2022-09-14 12:29:55 -05:00
  • e22335ba78 refactor(queue_unbounded): inbountLen -> inboundLen (#3666) Ryan Russell 2022-09-14 12:12:45 -05:00
  • d54eb9966f refactor: Directory readability (#3665) Ryan Russell 2022-09-14 12:11:31 -05:00
  • d734fff322 docs: replicte -> replicate (#3664) Ryan Russell 2022-09-14 12:01:18 -05:00
  • dfaa602661 refactor(notification_kafka): parition -> partition (#3663) Ryan Russell 2022-09-14 11:15:21 -05:00
  • 19652c1b83 refactor(socket mount): Update socket mount pattern to `/tmp/seaweedf… (#3662) Ryan Russell 2022-09-14 11:14:44 -05:00
  • b6a1b84a00 docs: orignial -> original (#3661) Ryan Russell 2022-09-14 11:13:59 -05:00
  • 6d2000e8da fix 'localFilerSocket' nil pointer (#3654) LHHDZ 2022-09-14 21:33:00 +08:00
  • c9f573eed8 docs: indicates readability comment fix (#3659) Ryan Russell 2022-09-14 08:31:07 -05:00
  • 2c92a9ff74 refactor: DefaultConcurrencyLimit var rename (#3658) Ryan Russell 2022-09-14 08:30:32 -05:00
  • 60fa26ef45 refactor: concurrentFiles and concurrentChunks var name fix (#3655) Ryan Russell 2022-09-14 06:53:04 -05:00
  • ba83dbda6f docs: functional readme hashlinks (#3656) Ryan Russell 2022-09-14 06:45:17 -05:00
  • 956ce6416f Merge branch 'master' into message_send chrislu 2022-09-14 00:07:27 -07:00
  • 58d18b68d8 rename variable chrislu 2022-09-14 00:06:54 -07:00
  • f8ef25099c Removing chunks on failed to write to replicas (#3591) Konstantin Lebedev 2022-09-14 10:33:35 +05:00
  • 0baf3d38c2 adjust logs chrislu 2022-09-13 10:33:28 -07:00
  • 1f5376c915 fix build chrislu 2022-09-13 10:29:16 -07:00
  • eaa72cf47f adjust github.com/seaweedfs/goexif to v1.0.3 chrislu 2022-09-13 10:26:54 -07:00
  • e646d92c09 Bump go.mongodb.org/mongo-driver from 1.10.1 to 1.10.2 (#3646) dependabot[bot] 2022-09-12 11:21:02 -07:00
  • 3801c5269d Bump modernc.org/sqlite from 1.18.1 to 1.18.2 (#3649) dependabot[bot] 2022-09-12 11:20:54 -07:00
  • db5588cac7 Bump google.golang.org/api from 0.94.0 to 0.95.0 (#3647) dependabot[bot] 2022-09-12 10:45:18 -07:00
  • b52d57eb29 Bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.37.4 to 3.37.7 (#3648) dependabot[bot] 2022-09-12 10:45:09 -07:00
  • a17d61d5e3 Bump github.com/go-redsync/redsync/v4 from 4.5.1 to 4.6.0 (#3641) dependabot[bot] 2022-09-12 10:45:01 -07:00
  • 04fddff3ee Bump github.com/spf13/viper from 1.12.0 to 1.13.0 (#3643) dependabot[bot] 2022-09-12 10:38:04 -07:00
  • 26d9f898af Bump github.com/rabbitmq/amqp091-go from 1.4.0 to 1.5.0 (#3642) dependabot[bot] 2022-09-12 10:36:40 -07:00
  • cb8f0ab3a1 Bump github.com/lib/pq from 1.10.6 to 1.10.7 (#3644) dependabot[bot] 2022-09-12 10:36:28 -07:00
  • 386d4bfb35 Bump github.com/aws/aws-sdk-go from 1.44.91 to 1.44.95 (#3645) dependabot[bot] 2022-09-12 10:36:18 -07:00
  • ce55922884 fixing chrislu 2022-09-12 09:43:54 -07:00
  • 721c6197f9 skip deltaBeat if dn is zero (#3630) Konstantin Lebedev 2022-09-12 10:31:53 +05:00
  • b834027c5a refactor chrislu 2022-09-11 21:53:15 -07:00
  • d8ca7d34fe 3.27 3.27 chrislu 2022-09-11 19:47:53 -07:00
  • 22064c3425 mount: ensure ordered file handle lock and unlock chrislu 2022-09-11 19:44:34 -07:00
  • b9112747b5 volume server: synchronously report volume readonly status to master chrislu 2022-09-11 19:29:10 -07:00
  • 6690236754 rename variables chrislu 2022-09-11 19:18:42 -07:00
  • 4af8c427eb refactor chrislu 2022-09-10 16:56:03 -07:00
  • 4957d8eec6 Merge branch 'master' of https://github.com/seaweedfs/seaweedfs chrislu 2022-09-10 15:36:02 -07:00
  • b1501f61dd Revert "a new test case" chrislu 2022-09-10 15:35:42 -07:00
  • ddd6bee970 ADHOC: Volume fsck use a time cutoff param (#3626) Eric Yang 2022-09-10 15:29:17 -07:00
  • 2c6b68b40e simplify a bit chrislu 2022-09-10 14:18:28 -07:00
  • b64674018a [sync] override amz storage class, None to delete (#3639) Konstantin Lebedev 2022-09-11 02:15:42 +05:00
  • 3cb914f7e1 avoid dead lock chrislu 2022-09-10 11:26:19 -07:00
  • ebef579ebb Merge branch 'master' of https://github.com/seaweedfs/seaweedfs chrislu 2022-09-10 11:22:18 -07:00
  • 576c113c59 replace PR https://github.com/seaweedfs/seaweedfs/pull/3621 chrislu 2022-09-10 11:22:16 -07:00
  • 4e3e2b1b82 Add option in volume.fix.replication to only fix under-replication and not delete volumes (#3640) Brian 2022-09-10 11:05:28 -04:00
  • 205ecb5d03 skip directories under ".uploads" directory chrislu 2022-09-09 22:57:38 -07:00
  • fc4208d128 volume.balance: default to balance ALL_COLLECTIONS chrislu 2022-09-09 16:06:05 -07:00
  • 48db56ddad arangodb s3 bucket name compatibility (#3588) gfx 2022-09-09 11:43:42 -05:00
  • 10d545060f mount: fix new inode allocation (#3633) VictorSFF 2022-09-09 21:32:19 +08:00
  • 41af5a6ee5 simplify a bit (#3631) famosss 2022-09-09 12:01:21 +08:00
  • 64e75a286e simplify a bit chrislu 2022-09-08 19:07:57 -07:00
  • d14d029c73 reduce v.dataFileAccessLock lock scope chrislu 2022-09-08 19:05:31 -07:00
  • 406a80da4b adjust variable names chrislu 2022-09-08 18:54:16 -07:00
  • 2bfc8970d2 refactor: move ReadNeedleDataInto into volume_read.go chrislu 2022-09-08 18:54:02 -07:00
  • 9b084d4c88 purge tcp implementation chrislu 2022-09-08 18:03:43 -07:00
  • eb7cf3de81 a new test case chrislu 2022-09-08 14:04:42 -07:00
  • 4260804613 volume.balance: avoid moving out volume with max=1 chrislu 2022-09-08 14:04:21 -07:00
  • d653c5f811 unused chrislu 2022-09-08 12:27:53 -07:00
  • 03e22ddb43 rename chrislu 2022-09-08 12:06:03 -07:00
  • 31d2f77ceb refactor https://github.com/seaweedfs/seaweedfs/pull/3616 (#3625) Konstantin Lebedev 2022-09-08 11:23:33 +05:00
  • 7de112943b Merge branch 'master' of https://github.com/seaweedfs/seaweedfs chrislu 2022-09-07 20:14:11 -07:00
  • 7e52b1e195 return err for processRangeRequest() chrislu 2022-09-07 20:14:09 -07:00
  • 449582343f fix:Sometimes a nil pointer exception is thrown (#3618) famosss 2022-09-08 09:57:13 +08:00
  • 695e3a909c avoid data race on currentDiskUsage.maxVolumeCount (#3592) Konstantin Lebedev 2022-09-07 21:51:15 +05:00
  • cca45b02a2 avoid data race on calc freeVolumeSlotCount (#3594) Konstantin Lebedev 2022-09-07 21:50:17 +05:00