GitHub user kunal642 reopened a pull request:
https://github.com/apache/incubator-carbondata/pull/717
[CARBONDATA-839] Fixed issue with meta lock not getting deleted for rename
table
The following things are fixed in this patch:
1. Meta lock location has been changed from "tmp" to table store location.
2. The meta lock file was not being delete when the lock was released in
case of table rename because the path stored in the lock would not be updated
along with the table rename. To fix this, a new method to manually delete the
lock file has been added in AbstractCarbonLock.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kunal642/incubator-carbondata CARBONDATA-839
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/717.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 #717
----
commit aeadf703237c6325eeb79acb89390d7629c14870
Author: kunal642 <[email protected]>
Date: 2017-03-31T10:33:17Z
fixed issue with meta lock not getting deleted for rename table
----
---
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.
---