cuidajun

Results 8 issues of cuidajun

### Bug report: I did some press test on 990 machines. I found a strange thing:the performance is better if I restart dfdaemon before dfget download. There may be some...

kind/bug

### Feature request: Now when seed peer receive obtainSeed request, it will only try to resue completed task, while the downloading task should also be resuable. ### Use case: ###...

### Feature request: PeerTaskConductor's all go routine should listen ctx.Done(), so that we can cancel downloading task using ctx's cancel function. ### Use case: ### UI Example:

### Feature request: My scheduler can not be deployed as statefulSet(due to poor platform), which means the ips of scheduler will change everytime deploying scheduler. While the dfdaemon can't not...

kind/feature

### Bug report: the `biz_tag` label represent `callSystem` in dfget client option. While the scheduler get `biz_tag` from urlMeta, which is not correct. https://github.com/dragonflyoss/Dragonfly2/blob/da35aa1c5d3df0f323b87c01ec15761e6d512af3/scheduler/metrics/metrics.go#L59 https://github.com/dragonflyoss/Dragonfly2/blob/da35aa1c5d3df0f323b87c01ec15761e6d512af3/scheduler/rpcserver/rpcserver.go#L64 ### Expected behavior: ### How...

kind/bug

### Feature request: deamon support retrying ListSchedulers rpc call to mutliple managers ### Use case: now if daemon have multiple manager in config file, daemon will select the first manager...

kind/feature

### Feature request: When Scheduler.Manager.RefreshInterval == 0, daemon will only request manager once, not panic.

kind/feature

### Feature request: Now when a large file download task fail, daemon will clean all data about this task at once. It would be better to Save the broken data...