seaweedfs/weed/filer
chrislu 9f9ef1340c use streaming mode for long poll grpc calls
streaming mode would create separate grpc connections for each call.
this is to ensure the long poll connections are properly closed.
2021-12-26 00:15:03 -08:00
..
abstract_sql filer: fix mysql, postgres batch delete error 2021-07-22 08:23:20 -07:00
cassandra ensure using local quorum consistency 2021-08-10 05:10:57 -07:00
elastic/v7 filer: fix mysql, postgres batch delete error 2021-07-22 08:23:20 -07:00
etcd go mod 2021-09-03 23:25:33 -07:00
hbase filer: fix mysql, postgres batch delete error 2021-07-22 08:23:20 -07:00
leveldb refactor: move from io/ioutil to io and os package 2021-10-14 12:27:58 +08:00
leveldb2 refactor: move from io/ioutil to io and os package 2021-10-14 12:27:58 +08:00
leveldb3 refactor: move from io/ioutil to io and os package 2021-10-14 12:27:58 +08:00
mongodb fix MongodbStore.ListDirectoryEntries panic on find failure 2021-12-03 13:58:37 +03:00
mysql Fix mysql sql for batch delete 2021-07-25 11:06:14 +09:00
mysql2 go fmt 2021-04-02 02:22:26 -07:00
postgres go fmt 2021-04-02 02:22:26 -07:00
postgres2 go fmt 2021-04-02 02:22:26 -07:00
redis filer: redis store needs to clean up batch deleted sub folders 2021-09-18 14:05:16 -07:00
redis2 support redis sentinel 2021-11-25 15:57:03 +08:00
redis3 redis3 supports sentinel 2021-11-29 01:09:51 -08:00
rocksdb refactor: move from io/ioutil to io and os package 2021-10-14 12:27:58 +08:00
sqlite go fmt 2021-09-01 02:45:42 -07:00
configuration.go Change DeleteFolderChildren to DeleteRange api 2021-08-26 17:49:56 +08:00
entry.go shell: remote.cache remote.uncache 2021-08-09 14:35:18 -07:00
entry_codec.go add remote to filer.Entry and filer_pb entry, add RemoteConf 2021-07-19 02:47:27 -07:00
filechunk_manifest.go mount: improve read performance on random reads 2021-12-19 22:43:14 -08:00
filechunk_manifest_test.go rename filer2 to filer 2020-09-01 00:21:19 -07:00
filechunks.go turn on new faster algorithm to translate into visible chunks 2021-10-16 23:35:20 -07:00
filechunks2_test.go rename filer2 to filer 2020-09-01 00:21:19 -07:00
filechunks_read.go go fmt 2021-11-02 23:39:16 -07:00
filechunks_read_test.go go fmt 2021-11-02 23:39:16 -07:00
filechunks_test.go optimization: improve random range query for large files 2021-07-19 23:07:22 -07:00
filer.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
filer_buckets.go s3: skip hidden directories in /buckets folder 2021-08-01 12:28:08 -07:00
filer_conf.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
filer_conf_test.go filer: add path-specific option to enforce readonly 2021-06-04 01:03:41 -07:00
filer_delete_entry.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
filer_deletion.go skip the rest logic 2021-11-29 00:32:21 -08:00
filer_notify.go avoid possible metadata subscription data loss 2021-09-25 01:18:44 -07:00
filer_notify_append.go fix possible error case 2021-09-27 23:59:45 -07:00
filer_notify_test.go rename filer2 to filer 2020-09-01 00:21:19 -07:00
filer_on_meta_event.go Merge branch 'master' into add_remote_storage 2021-08-01 15:44:21 -07:00
filer_rename.go check cross device rename error 2020-12-10 23:50:32 -08:00
filer_search.go avoid int bigger than math.MaxInt32 2021-10-07 21:12:57 -07:00
filerstore.go filer: fix mysql, postgres batch delete error 2021-07-22 08:23:20 -07:00
filerstore_hardlink.go refactor 2020-12-21 21:46:32 -08:00
filerstore_translate_path.go avoid int bigger than math.MaxInt32 2021-10-07 21:12:57 -07:00
filerstore_wrapper.go filer: avoid possible prefixed pagination loop on unsupported filer stores 2021-10-27 23:45:48 -07:00
meta_aggregator.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
meta_replay.go rename filer2 to filer 2020-09-01 00:21:19 -07:00
permission.go rename filer2 to filer 2020-09-01 00:21:19 -07:00
read_remote.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
read_write.go s3 config read via grpc 2021-07-09 02:48:03 -07:00
reader_at.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
reader_at_test.go fix test 2021-12-22 16:05:08 -08:00
reader_pattern.go detect non streaming mode on the first read 2021-12-22 16:05:38 -08:00
remote_mapping.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
remote_storage.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
remote_storage_test.go rename 2021-09-04 05:03:51 -07:00
s3iam_conf.go rename 2021-07-09 03:19:21 -07:00
s3iam_conf_test.go rename 2021-07-09 03:19:21 -07:00
stream.go read deleted chunks when replicating data 2021-11-28 23:33:03 -08:00
topics.go rename filer2 to filer 2020-09-01 00:21:19 -07:00