Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Fix EMFILE error in local training service #1189

Merged
merged 90 commits into from
Jun 24, 2019

Conversation

SparkSnail
Copy link
Contributor

Fix issue: #867
Refer: Juul/tail-stream#20

@QuanluZhang QuanluZhang self-requested a review June 21, 2019 11:52
@@ -355,7 +355,8 @@ class LocalTrainingService implements TrainingService {
this.log.info('Stopping local machine training service...');
this.stopping = true;
for (const stream of this.jobStreamMap.values()) {
stream.destroy();
stream.end(0)
Copy link
Contributor

Choose a reason for hiding this comment

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

could be better to add the github issue. what do you think @chicm-ms @SparkSnail ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

As discussed with @chicm-ms , I've add related issue in code.

@SparkSnail SparkSnail merged commit 1bd3637 into microsoft:master Jun 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants