[
https://issues.apache.org/jira/browse/CARBONDATA-239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15490770#comment-15490770 ]
ASF GitHub Bot commented on CARBONDATA-239:
-------------------------------------------
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.patchTo 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 <
[hidden email]>
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.
----
> Failure of one compaction in queue should not affect the others.
> ----------------------------------------------------------------
>
> Key: CARBONDATA-239
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-239> Project: CarbonData
> Issue Type: Bug
> Reporter: ravikiran
>
> Failure of one compaction in queue should not affect the others.
> 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 should continue and at the end the beeline will show the failure message to the user.
> if any compaction gets failed for a table which is other than the user requested table then the error in the beeline should not appear.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)