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

[JENKINS-67587] Create build scoped connection broken flag #108

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

chenhuahuan
Copy link

@chenhuahuan chenhuahuan commented Jan 13, 2022

Create build scoped connection broken flag, if any exception occured in one build, mark the connection broken for this build, and skip sending log to LogstashWriter.

This PR helps to fix:

  1. If logstash daemon process is running into crash, say socket timeout, each line will take minutes, which will slow down the job and stuck jenkins. In such case, better set the connection broken flag as build scoped, do not impact the job and jenkins itself.
  2. Reduce & skip abundant logstash plugin failure message in console log.

More issue description can be found here:
https://issues.jenkins.io/browse/JENKINS-67587

@chenhuahuan chenhuahuan changed the title Create build scoped connection broken flag [JENKINS-67587] Create build scoped connection broken flag Feb 7, 2022
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.

1 participant