dosubot[bot]
dosubot[bot]
Hi, @axiomofjoy. I'm [Dosu](https://dosu.dev), and I'm helping the Arize Phoenix team manage their backlog. I'm marking this issue as stale. **Issue Summary:** - You reported a bug where long evaluation...
这是 Kube-OVN v1.14.4 的已知 bug:当多个 SwitchLBRule(slr)资源 selector 到同一个 pod,但 VIP 不同时,删除任意一个 slr 会导致 OVN LB 的 ip_port_mappings 被全部删除,影响其他 slr 的 VIP 映射。这是因为旧版本在 slr 删除或更新时,没有正确判断是否还有其他 slr 依赖同一个 pod 或 VIP,导致规则被误删。 该问题已在...
你的反馈很重要,我查阅了最新的代码实现和相关修复,当前的 SwitchLBRule 删除逻辑理论上会在删除 ip_port_mappings 前,检查这些后端 IP 是否还被其他 VIP 使用,只有没有被其他 VIP 用时才会真正删除映射(见 [相关代码实现](https://github.com/kubeovn/kube-ovn/blob/ddb55379effdd8b50b863e056b3a3f23182e0c84/pkg/ovs/ovn-nb-load_balancer.go))。也就是说,如果还有其他 slr 依赖同一个 pod(即 backend IP),ip_port_mappings 不应该被删。 但你遇到的现象说明实际运行时仍然会误删,说明这里可能存在未覆盖到的边界情况、状态同步问题,或者是 Service/Endpoint 计算时的 race condition。当前代码和设计思路与 changelog、PR 描述一致,理论上应该能避免你说的问题,但你的场景下确实还会发生。 建议你补充下具体的复现步骤(比如 slr 创建/删除顺序、pod 状态变化等),或者是否有自定义 controller/特殊操作,方便进一步定位。如果有更详细的日志或...
The issue you're encountering seems to be related to the `FunctionAgent` using the function name instead of the specified tool name. In your setup, you've defined the tool with the...
Hi, @nhantran0506. I'm [Dosu](https://dosu.dev), and I'm helping the LlamaIndex team manage their backlog. I'm marking this issue as stale. **Issue Summary** - You reported a bug in the `FunctionAgent` where...
Hi @MwSpaceLLC! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the docling team. There’s a known issue where setting `include_converted_doc=true` on the chunking API endpoints does not actually return the converted document content...
You're right—this is a significant limitation for production-scale workflows, and the current Docling APIs do not provide a built-in way to avoid double conversion when you need both the converted...
Hey there, @khenderson20! I'm here to help you with any bugs, questions, or contributions you have for the project. Let's work together to resolve the issue you're facing. The error...
Hi, @khenderson20. I'm [Dosu](https://dosu.dev), and I'm helping the langflow team manage their backlog. I'm marking this issue as stale. **Issue Summary** - You reported a bug where the file component...
Hi @Ives7! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the pro-components team. 这个问题的根本原因是 ProSkeleton 组件在 3.0.1-0 版本中,`ListSkeleton` 和 `DescriptionsSkeleton` 相关实现直接从 `antd/lib/grid/hooks/useBreakpoint` 进行导入,但这个路径属于 antd 的内部实现,并不是公开 API,容易在 antd 升级(如 5.26.7)后出现“找不到依赖”或“不是函数”的报错(如 `antd_lib_grid_hooks_useBreakpoint__WEBPACK_IMPORTED_MODULE_3__ is not a...