GitHub user nabarunnag opened a pull request:
https://github.com/apache/incubator-geode/pull/119
GEODE-1142: Modified the cleanUpVM function to clear all directories, fixed
cleanDiskDir.
GEODE-1142: Modified the cleanUpVM function to clear all directories. Fixed
cleanDiskDir function to delete BACKUPDiskStore files.
* removed System.property("vmid") in cleanDiskDir as this property was
never set in the project.
* replaced removePDXDirs with cleanDiskDirs function to clean up all the
directories.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nabarunnag/incubator-geode feature/GEODE-1142
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/119.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 #119
----
commit 2e5a5bc0f13c3d34609b327c903431bf8303ea5b
Author: nabarun <[email protected]>
Date: 2016-03-29T22:27:31Z
GEODE-1142: Modified the cleanUpVM function to clear all directories. Fixed
cleanDiskDir function to delete BACKUPDiskStore files.
* removed System.property("vmid") in cleanDiskDir as this property was
never set in the project.
* replaced removePDXDirs with cleanDiskDirs function to clean up all the
directories.
----
---
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.
---