Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: 日志模块的相关熔断能力 #3772

Closed
royalhuang opened this issue Mar 10, 2021 · 0 comments
Closed

perf: 日志模块的相关熔断能力 #3772

royalhuang opened this issue Mar 10, 2021 · 0 comments
Assignees
Labels
area/ci/agent 构建机Agent issue area/ci/backend CI 后端issue area/ci/frontend CI 前端特性issue done Production environment in tencent has been deploy for gray UAT environment in tencent has been deploy for test Test environment in tencent has been deploy grayed uat环境测试通过/test passed for uat stage kind/feat/tech 技术性特性 tested 测试环境通过/test patest passed for test stage
Milestone

Comments

@royalhuang
Copy link
Collaborator

royalhuang commented Mar 10, 2021

构建日志增加以下熔断机制:

  1. 单行日志长度上限(16KB)
  2. 单个插件日志打印量上限(100万行)
  3. worker本地先落盘,超过限制自动归档为日志文件

其中:

  1. 开源社区版因为不为构建日志设立LOG制品库,默认都走ES存储,落盘后均不进行归档
  2. 日志单行被截断时补充提示
@royalhuang royalhuang added help wanted Extra attention is needed area/ci/backend CI 后端issue kind/feat/tech 技术性特性 and removed help wanted Extra attention is needed labels Mar 10, 2021
@royalhuang royalhuang self-assigned this Mar 10, 2021
@irwinsun irwinsun added the area/ci/agent 构建机Agent issue label Mar 10, 2021
@irwinsun irwinsun added this to the 2021.3 (version 1.4) milestone Mar 10, 2021
@bkci-bot bkci-bot added the for test Test environment in tencent has been deploy label Jun 9, 2021
@royalhuang royalhuang added the tested 测试环境通过/test patest passed for test stage label Jun 29, 2021
irwinsun added a commit that referenced this issue Jun 30, 2021
【先合3503】perf: 日志模块的相关熔断能力 #3772
lockiechen added a commit that referenced this issue Jul 1, 2021
pref: 日志模块的相关熔断能力 issue #3772
irwinsun added a commit that referenced this issue Jul 1, 2021
fix: 日志模块的相关熔断能力 #3772 处理循环调用bug
@bkci-bot bkci-bot added the for gray UAT environment in tencent has been deploy label Jul 1, 2021
@royalhuang royalhuang added the grayed uat环境测试通过/test passed for uat stage label Jul 7, 2021
@bkci-bot bkci-bot closed this as completed Jul 8, 2021
@bkci-bot bkci-bot added the done Production environment in tencent has been deploy label Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci/agent 构建机Agent issue area/ci/backend CI 后端issue area/ci/frontend CI 前端特性issue done Production environment in tencent has been deploy for gray UAT environment in tencent has been deploy for test Test environment in tencent has been deploy grayed uat环境测试通过/test passed for uat stage kind/feat/tech 技术性特性 tested 测试环境通过/test patest passed for test stage
Projects
None yet
Development

No branches or pull requests

5 participants