Dragonfly 发布 v2.1.0 版本!

Dragonfly 最新正式版本 v2.1.0 已经发布! 感谢赵鑫鑫[1]同学帮助重构 Console 代码,并且提供全新的 Console[2]控制台方便用户可视化操作 P2P 集群。欢迎访问 d7y.io[3]网站来了解详情,下面具体介绍 v2.1.0 版本带来了哪些更新。

功能

  • Console v1.0.0[4]已经发布,它是一个全新的可视化控制台,方便用户操作 P2P 集群。

  • 新增虚拟网络拓扑探索功能,能够在 P2P 运行时探测节点之间的网络延迟,从而构建一个虚拟网络拓扑结构提供调度使用。

  • Manager 提供控制 Scheduler 可以提供的服务,例如在 Manager 中设置 Scheduler 不提供预热功能,那么 Scheduler 实例就会拒绝预热请求。

  • Dfstore 提供 GetObjectMetadatasCopyObject 接口,支持 Dragonfly 作为 JuiceFS 的后端存储。

  • 新增 Personal Access Tokens 功能,用户可以创建自己的 Personal Access Tokens 在调用 Open API 的时候鉴权使用。

  • Manager REST 服务提供 TLS 配置。

  • 修复当 Dfdaemon 没有可用的 Scheduler 地址时启动失败的现象。

  • 新增 Cluster 资源单位,Cluster 代表一个 P2P 集群,其只包含一个 Scheduler Cluster 和一个 Seed Peer Cluster,并且二者关联。

  • 修复 Dfstore 在 Dfdaemon 并发下载时,可能导致的对象存储下载失败。

  • Scheduler 新增 Database 配置,并且把之前 Redis 的配置信息移入到 Database 配置中,并且兼容老版本。

  • 在 Dfdaemon 中使用 gRPC 健康检查代替 net.Dial

  • 修复调度器过滤以及评估过程中 candidateParentLimit 可能影响到调度结果的问题。

  • 修复 Scheduler 中的 Storage 在 bufferSize 为 0 的时候,导致的无法写入下载记录的问题。

  • 日志中隐藏敏感信息,例如 Header 中的一些 Token 信息等。

  • Manager 中 Scheduler、Seed Peer 等资源删除过程中,不再使用软删除。

  • Scheduler 数据库表中新增 uk_scheduler 索引,Seed Peer 数据库表中新增 uk_seed_peer 索引。

  • 由于初期功能设计定位不清晰的原因,删除 Security DomainSecurity 的功能。

  • Manager 和 Scheduler 新增 Advertise Port 配置,方便用户配置不同的 Advertise Port。

  • 修复 Task 注册阶段状态机状态变更错误的问题。

破坏性变更

  • 不再提供 Scheduler Cluster 和 Seed Peer Cluster 之间 M:N 的关系。提供了 Cluster 的概念,一个 Cluster 即表示一个 P2P 集群,并且一个 Cluster 只包含一个 Scheduler Cluster 和 Seed Peer Cluster,且二者是 1:1 的关联关系。

控制台

更多的关于控制台的内容可以参考官网文档 Manager Console[5]。

AI 基础设施

  • Triton Inference Server[6]使用 Dragonfly 下载模型文件,可以参考 #2185[7]。如果有对集成 Triton Inference Server 项目 Drgaonfly Repository Agent[8]感兴趣的同学,可以联系 [email protected]

  • TorchServer[9]使用 Dragonfly 下载模型文件,现正在开发,预计 v2.1.1 版本可以使用,项目仓库在 Dragonfly Endpoint[10]。

  • Fluid[11]基于 JuiceFS[12]运行时通过 Dragonfly 下载数据,正在开发,预计 v2.1.1 版本可以使用。

  • Dragonfly 助力火山引擎 AIGC [13]推理业务 P2P 镜像加速。

  • 社区中已经有很多案例,基于 P2P 技术使用 Dragonfly 分发 AI 场景中的文件。在 AI 推理阶段,推理服务并发下载模型可以有效通过 Dragonfly P2P 缓解模型仓库的带宽压力,从而提高整体下载速度。在 KubeCon + CloudNativeCon + Open Source Summit China 2023[14]社区联合快手做一次分享,主题是《Dragonfly: Intro, Updates and AI Model Distribution in the Practice of Kuaishou - Wenbo Qi, Ant Group & Zekun Liu, Kuaishou Technology》[15],感兴趣的同学可以关注。

维护者

社区新增四位 Maintainer,希望能够帮助更多的 Contributor 参与到社区的工作中。

  • 黄逸炀[16]:就职于火山引擎,主要专注于社区代码工程方面。

  • 温满祥[17]:就职于百度,主要专注于社区代码工程方面。

  • Mohammed Farooq[18]:就职于 Intel,主要专注于社区代码工程方面。

  • 许洲[19]:大连理工大学在读博士,主要专注于智能调度算法方面。

其他

版本更新包含的更多细节可以参考👇

CHANGELOG:github.com/dragonflyos...

相关链接

1\].Xinxin Zhao Github: *[github.com/1zhaoxinxin](https://link.juejin.cn?target=https%3A%2F%2Fgithub.com%2F1zhaoxinxin "https://github.com/1zhaoxinxin")* \[2\].Dragonfly Console Github: *[github.com/dragonflyos...](https://link.juejin.cn?target=https%3A%2F%2Fgithub.com%2Fdragonflyoss%2Fconsole "https://github.com/dragonflyoss/console")* \[3\].Dragonfly 官网: *[d7y.io](https://link.juejin.cn?target=https%3A%2F%2Fd7y.io "https://d7y.io")* \[4\].Dragonfly Console Release v1.0.0: *[github.com/dragonflyos...](https://link.juejin.cn?target=https%3A%2F%2Fgithub.com%2Fdragonflyoss%2Fconsole%2Ftree%2Frelease-1.0.0 "https://github.com/dragonflyoss/console/tree/release-1.0.0")* \[5\].Manager Console 文档: *[d7y.io/docs/refere...](https://link.juejin.cn?target=https%3A%2F%2Fd7y.io%2Fdocs%2Freference%2Fmanage-console "https://d7y.io/docs/reference/manage-console")* \[6\].Triton Inference Server: *[github.com/triton-infe...](https://link.juejin.cn?target=https%3A%2F%2Fgithub.com%2Ftriton-inference-server%2Fserver "https://github.com/triton-inference-server/server")* \[7\].issue #2185: *[github.com/dragonflyos...](https://link.juejin.cn?target=https%3A%2F%2Fgithub.com%2Fdragonflyoss%2FDragonfly2%2Fissues%2F2185 "https://github.com/dragonflyoss/Dragonfly2/issues/2185")* \[8\].Dragonfly Repository Agent Github: *[github.com/dragonflyos...](https://link.juejin.cn?target=https%3A%2F%2Fgithub.com%2Fdragonflyoss%2Fdragonfly-repository-agent "https://github.com/dragonflyoss/dragonfly-repository-agent")* \[9\].TorchServe: *[github.com/pytorch/ser...](https://link.juejin.cn?target=https%3A%2F%2Fgithub.com%2Fpytorch%2Fserve "https://github.com/pytorch/serve")* \[10\].Dragonfly Endpoint Github: *htt**ps://github.c**om/dragonflyoss/dragonfly-endpoint* \[11\].Fluid: *[github.com/fluid-cloud...](https://link.juejin.cn?target=https%3A%2F%2Fgithub.com%2Ffluid-cloudnative%2Ffluid "https://github.com/fluid-cloudnative/fluid")* \[12\].JuiceFS: *[github.com/juicedata/j...](https://link.juejin.cn?target=https%3A%2F%2Fgithub.com%2Fjuicedata%2Fjuicefs "https://github.com/juicedata/juicefs")* \[13\].Volcano Engine AIGC: *[mp.weixin.qq.com/s/kY6DxRFsp...](https://link.juejin.cn?target=https%3A%2F%2Fmp.weixin.qq.com%2Fs%2FkY6DxRFspAgOO23Na4dvTQ "https://mp.weixin.qq.com/s/kY6DxRFspAgOO23Na4dvTQ")* \[14\].KubeCon + CloudNativeCon + Open Source Summit China 2023: *[www.lfasiallc.com/kubecon-clo...](https://link.juejin.cn?target=https%3A%2F%2Fwww.lfasiallc.com%2Fkubecon-cloudnativecon-open-source-summit-china%2F "https://www.lfasiallc.com/kubecon-cloudnativecon-open-source-summit-china/")* \[15\].《Dragonfly: Intro, Updates and AI Model Distribution in the Practice of Kuaishou - Wenbo Qi, Ant Group \& Zekun Liu, Kuaishou Technology》: *[sched.co/1PTJb](https://link.juejin.cn?target=https%3A%2F%2Fsched.co%2F1PTJb "https://sched.co/1PTJb")* \[16\].Yiyang Huang Github: *[github.com/hyy0322](https://link.juejin.cn?target=https%3A%2F%2Fgithub.com%2Fhyy0322 "https://github.com/hyy0322")* \[17\].Manxiang Wen Github: *[github.com/garenwen](https://link.juejin.cn?target=https%3A%2F%2Fgithub.com%2Fgarenwen "https://github.com/garenwen")* \[18\].mfarooq-intel Github: *[github.com/mfarooq-int...](https://link.juejin.cn?target=https%3A%2F%2Fgithub.com%2Fmfarooq-intel "https://github.com/mfarooq-intel")* \[19\].Zhou Xu Github: *[github.com/fcgxz2003](https://link.juejin.cn?target=https%3A%2F%2Fgithub.com%2Ffcgxz2003 "https://github.com/fcgxz2003")* ## **Dragonfly Star 一下✨:** ***[github.com/dragonflyos...](https://link.juejin.cn?target=https%3A%2F%2Fgithub.com%2Fdragonflyoss%2FDragonfly2 "https://github.com/dragonflyoss/Dragonfly2")***

相关推荐
小蒜学长1 分钟前
机动车号牌管理系统设计与实现(代码+数据库+LW)
开发语言·数据库·spring boot·后端·spring·oracle
Hi__2 分钟前
[蓝桥杯 2023 省 A] 平方差
算法·蓝桥杯
小媛早点睡5 分钟前
贪心算法 day08(加油站+单调递增的数字+坏了的计算机)
算法·贪心算法
weixin_4578858217 分钟前
DeepSeek的神经元革命:穿透搜索引擎算法的下一代内容基建
人工智能·算法·搜索引擎·deepseek·虎跃办公
小刀飘逸33 分钟前
部署go项目到linux服务器(简易版)
后端·go
Yharim34 分钟前
ruoyi-cloud起步、新增模块和定制
后端·微服务
红狐寻道37 分钟前
osgUtil::Simplifier 实践
c++·后端
你们补药再卷啦1 小时前
集成nacos2.2.1出现的错误汇总
java·后端·spring
不吃洋葱.1 小时前
力扣448.找到数组中所有消失的元素
数据结构·算法·leetcode
布道谷1 小时前
关于CAS(自旋锁)的深度解析
后端