Browse Source
use streaming mode for long poll grpc calls
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.pull/2539/head
chrislu
3 years ago
110 changed files with 268 additions and 262 deletions
-
4unmaintained/diff_volume_servers/diff_volume_servers.go
-
2unmaintained/load_test/load_test_meta_tail/load_test_meta_tail.go
-
11unmaintained/stream_read_volume/stream_read_volume.go
-
2weed/command/filer_cat.go
-
14weed/command/filer_copy.go
-
4weed/command/filer_meta_backup.go
-
6weed/command/filer_remote_gateway.go
-
4weed/command/filer_remote_sync.go
-
2weed/command/filer_remote_sync_dir.go
-
4weed/command/filer_sync.go
-
2weed/command/iam.go
-
2weed/command/master_follower.go
-
2weed/command/mount_std.go
-
2weed/command/msg_broker.go
-
2weed/command/s3.go
-
2weed/command/upload.go
-
2weed/command/webdav.go
-
4weed/filer/filer.go
-
2weed/filer/filer_conf.go
-
2weed/filer/filer_delete_entry.go
-
6weed/filer/meta_aggregator.go
-
2weed/filer/read_remote.go
-
2weed/filer/reader_at.go
-
10weed/filer/remote_mapping.go
-
2weed/filer/remote_storage.go
-
6weed/filesys/dir.go
-
4weed/filesys/dir_link.go
-
2weed/filesys/dir_rename.go
-
4weed/filesys/file.go
-
2weed/filesys/filehandle.go
-
2weed/filesys/wfs.go
-
4weed/filesys/wfs_filer_client.go
-
2weed/filesys/wfs_write.go
-
42weed/iamapi/iamapi_server.go
-
8weed/messaging/broker/broker_append.go
-
6weed/messaging/broker/broker_grpc_server_discovery.go
-
10weed/messaging/broker/broker_server.go
-
4weed/operation/assign_file_id.go
-
2weed/operation/delete_content.go
-
8weed/operation/grpc_client.go
-
2weed/operation/lookup.go
-
2weed/operation/sync_volume.go
-
2weed/operation/tail_volume.go
-
18weed/pb/filer_pb/filer_client.go
-
4weed/pb/filer_pb_tail.go
-
73weed/pb/grpc_client_server.go
-
4weed/remote_storage/track_sync_offset.go
-
2weed/replication/replicator.go
-
6weed/replication/sink/filersink/fetch_write.go
-
6weed/replication/sink/filersink/filer_sink.go
-
6weed/replication/source/filer_source.go
-
2weed/s3api/auth_credentials.go
-
2weed/s3api/filer_util.go
-
6weed/s3api/filer_util_tags.go
-
4weed/s3api/s3api_bucket_handlers.go
-
4weed/s3api/s3api_handlers.go
-
2weed/s3api/s3api_object_handlers.go
-
2weed/s3api/s3api_objects_list_handlers.go
-
6weed/server/filer_grpc_server.go
-
2weed/server/filer_grpc_server_remote.go
-
2weed/server/filer_server.go
-
4weed/server/master_grpc_server_collection.go
-
2weed/server/master_server_handlers_admin.go
-
2weed/server/volume_grpc_client_to_master.go
-
4weed/server/volume_grpc_copy.go
-
2weed/server/volume_grpc_erasure_coding.go
-
14weed/server/webdav_server.go
-
2weed/shell/command_cluster_ps.go
-
2weed/shell/command_collection_delete.go
-
2weed/shell/command_collection_list.go
-
8weed/shell/command_ec_common.go
-
10weed/shell/command_ec_decode.go
-
2weed/shell/command_ec_encode.go
-
4weed/shell/command_ec_rebuild.go
-
2weed/shell/command_fs_cat.go
-
2weed/shell/command_fs_configure.go
-
2weed/shell/command_fs_meta_cat.go
-
2weed/shell/command_fs_meta_load.go
-
2weed/shell/command_fs_mkdir.go
-
2weed/shell/command_fs_mv.go
-
2weed/shell/command_fs_rm.go
-
4weed/shell/command_remote_configure.go
-
2weed/shell/command_remote_meta_sync.go
-
2weed/shell/command_remote_mount.go
-
2weed/shell/command_remote_uncache.go
-
2weed/shell/command_remote_unmount.go
-
2weed/shell/command_s3_bucket_create.go
-
2weed/shell/command_s3_bucket_delete.go
-
2weed/shell/command_s3_bucket_list.go
-
4weed/shell/command_s3_configure.go
-
6weed/shell/command_volume_check_disk.go
-
2weed/shell/command_volume_configure_replication.go
-
2weed/shell/command_volume_fix_replication.go
-
2weed/shell/command_volume_fsck.go
-
2weed/shell/command_volume_mount.go
-
12weed/shell/command_volume_move.go
-
2weed/shell/command_volume_server_leave.go
-
2weed/shell/command_volume_tier_download.go
-
2weed/shell/command_volume_tier_upload.go
-
2weed/shell/command_volume_unmount.go
Some files were not shown because too many files changed in this diff
Write
Preview
Loading…
Cancel
Save
Reference in new issue