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

Fixes too many open files error #175 when grouping #180

Closed
wants to merge 1 commit into from
Closed

Fixes too many open files error #175 when grouping #180

wants to merge 1 commit into from

Conversation

sonofaforester
Copy link

This is a fix to the too many files open bug #175 #132 and others. When grouping the underlying DataPointGroup isn't being closed like it is in other scenarios.

brianhks added a commit that referenced this pull request Jun 3, 2015
@brianhks
Copy link
Member

brianhks commented Jun 3, 2015

Yes you are awesome! Even though I'm not taking this pull request it lead me to the right solution. The for loop in the Grouper can close the DataPointGroups when it is done with them, there is no need to keep a reference to those further.

@brianhks brianhks closed this Jun 3, 2015
@sonofaforester
Copy link
Author

Yea, I figured there would be a better way to implement the fix, I was getting quite turned around in there.

Incidentally, as a seperate issue, when you use grouping you also get an error in the log because it tries deleting the grouper-* file twice. I wasn't sure which delete should be removed.

@brianhks
Copy link
Member

brianhks commented Jun 3, 2015

Thanks again, I didn't realize it was getting called twice. Fixed now.

@jsabin jsabin added this to the 1.0.1 Release milestone Aug 3, 2015
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.

None yet

3 participants