Skip to content

Conversation

@johnlanni
Copy link
Collaborator

@johnlanni johnlanni commented Jul 25, 2025

Ⅰ. Describe what this PR did

Fixed two issues with envoy:

  1. There was a memory leak in proxy-wasm-cpp-host, which became noticeable with larger plugin configurations as the memory leak increased with each plugin configuration update.
  2. When ppv2 is enabled and the port of the upper-layer proxy does not match the envoy port, sRDS using the port before mapping to find the routing table would cause a 404 issue.

Ⅱ. Does this pull request fix one issue?

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@lingma-agents
Copy link

lingma-agents bot commented Jul 25, 2025

升级 Envoy 和 Istio 子模块版本

变更概述
  • 依赖更新
    • 更新了 envoy/envoy 子模块至提交 e2707255f18baa841e723e85f7b7ea13ea93c2e5
    • 更新了 istio/istio 子模块至提交 fa8896cf3372218cf41b9b2b37c9134aae88874c
    • 此次更新可能包含对 proxy-wasm 内存泄漏修复以及 ppv2 端口映射问题的修复(根据 PR 标题推测)
变更文件
文件路径 变更说明
envoy/envoy 将 Envoy 子模块更新到新的提交哈希。
istio/istio 将 Istio 子模块更新到新的提交哈希。

💡 小贴士

与 lingma-agents 交流的方式

📜 直接回复评论
直接回复本条评论,lingma-agents 将自动处理您的请求。例如:

  • 在当前代码中添加详细的注释说明。

  • 请详细介绍一下你说的 LRU 改造方案,并使用伪代码加以说明。

📜 在代码行处标记
在文件的特定位置创建评论并 @lingma-agents。例如:

  • @lingma-agents 分析这个方法的性能瓶颈并提供优化建议。

  • @lingma-agents 对这个方法生成优化代码。

📜 在讨论中提问
在任何讨论中 @lingma-agents 来获取帮助。例如:

  • @lingma-agents 请总结上述讨论并提出解决方案。

  • @lingma-agents 请根据讨论内容生成优化代码。

@johnlanni johnlanni merged commit 978d0af into alibaba:main Jul 25, 2025
7 checks passed
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.04%. Comparing base (ef31e09) to head (ef3722b).
Report is 623 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #2662       +/-   ##
===========================================
+ Coverage   35.91%   46.04%   +10.13%     
===========================================
  Files          69       81       +12     
  Lines       11576    13020     +1444     
===========================================
+ Hits         4157     5995     +1838     
+ Misses       7104     6680      -424     
- Partials      315      345       +30     

see 78 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

ink-hz pushed a commit to ink-hz/higress-ai-capability-auth that referenced this pull request Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants