GitHub user zhichao-li opened a pull request:
https://github.com/apache/spark/pull/5407
Fix potential resource leaks in CheckPoint CheckpointWriter and
CheckpointReader
The close action should be placed within finally block to avoid the
potential resource leaks
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zhichao-li/spark master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/5407.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5407
----
commit 193c542a488ceb9fc5445208ba5647bd97f3c5d2
Author: lisurprise <[email protected]>
Date: 2015-03-03T05:14:11Z
remove streaming tab while closing streaming context
commit 8281bcb7320721a17a5c97736d3f6dadb1fb24a5
Author: lisurprise <[email protected]>
Date: 2015-03-06T07:47:34Z
clean code
commit db25ed2b0a44144c87732088849a7b20bc8edc7d
Author: lisurprise <[email protected]>
Date: 2015-03-06T07:53:40Z
clean code
commit 31a44faec3b7f5d160a1345fb2f1ff6544d6e8ea
Author: lisurprise <[email protected]>
Date: 2015-03-10T01:46:48Z
add unit test for attaching and detaching new tab
commit 51e6c7febc0bc63721f497712580df6f956048f2
Author: lisurprise <[email protected]>
Date: 2015-03-12T04:12:21Z
move detach method into StreamingTab
commit c329806f30cf82a796a0256c2e08f774b7fdd43b
Author: lisurprise <[email protected]>
Date: 2015-03-12T08:22:00Z
add test for attaching/detaching streaming tab
commit b2a3d527fbee0ef60330a97821f45d5c78b392cb
Author: lisurprise <[email protected]>
Date: 2015-03-27T05:50:17Z
Merge remote-tracking branch 'upstream/master'
commit 0b0fd57e38d0e1cc302b53372d3f69cc81eed9c0
Author: lisurprise <[email protected]>
Date: 2015-04-02T00:43:07Z
Merge remote-tracking branch 'upstream/master'
commit 6ce7d45d36750c7176ad798f09711ec720949328
Author: lisurprise <[email protected]>
Date: 2015-04-08T03:02:58Z
Fix potential resource leaks
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]