GitHub user ravikiran23 opened a pull request:
https://github.com/apache/incubator-carbondata/pull/155
[CARBONDATA-239] Handling the exception cases in compaction.
Why raise this pr?
If a compaction is triggered by the user on table1 , and other requests
will go to queue. and if the compaction is failed for table1 then the requests
in queue is not getting completed.
How to resolve?
If the compaction is failed then the requests in queue should continue the
compaction.
if compaction is failed for table, requested by user then need to show
error message in the beeline.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ravikiran23/incubator-carbondata
ExceptionHandlingInCompaction
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/155.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 #155
----
commit 03964c4c0b900d3e6e7fc5c62e507328836269a8
Author: ravikiran <[email protected]>
Date: 2016-09-14T12:39:54Z
handling the exception cases in compaction.
if compaction is failed for table requested by user then need to show error
message in the beeline.
and if any exception occurs then need to continue compaction for the queued
compactions.
----
---
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.
---