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

Move exec-agent/process -> core/process #5184

Merged
merged 1 commit into from
May 24, 2017
Merged

Conversation

voievodin
Copy link
Contributor

@voievodin voievodin commented May 24, 2017

What does this PR do?

Moves exec-agent/process package to core/process.
Doesn't require process logs dir, if it's not set the logs won't be written to fs.
Fixes go test -race warnings.
Changes the behaviour of the process.Cleaner now it cleans those processes which were dead for more than configured time.

What issues does this PR fix or reference?

Resolves #5131

Changelog

Moves exec-agent/process package to core/process

@voievodin voievodin self-assigned this May 24, 2017
@voievodin voievodin requested a review from garagatyi May 24, 2017 07:49
@voievodin voievodin force-pushed the goagents_process_move branch from b22f95a to 189ca04 Compare May 24, 2017 07:49
Copy link

@garagatyi garagatyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job!

//
// death bound now
// v v
// timeline -> 1 --- 2 --- 3 --- 4 --- 5 --- 6 --- 7 ->

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This scheme makes it really clear - good idea!
BTW can you consider the addition of CleanupThreshold value that is used in pseudographics?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes sure, thx

@voievodin voievodin force-pushed the goagents_process_move branch from 189ca04 to bc0f67e Compare May 24, 2017 08:38
@voievodin voievodin merged commit 1f97026 into master May 24, 2017
@voievodin voievodin deleted the goagents_process_move branch May 24, 2017 08:50
@codenvy-ci
Copy link

@ashumilova ashumilova added this to the 5.11.0 milestone May 29, 2017
JPinkney pushed a commit to JPinkney/che that referenced this pull request Aug 17, 2017
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.

Move exec-agent/process module to core/process
4 participants