You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/11 06:07:20 UTC

[jira] [Commented] (CARBONDATA-239) Failure of one compaction in queue should not affect the others.

    [ https://issues.apache.org/jira/browse/CARBONDATA-239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15564600#comment-15564600 ] 

ASF GitHub Bot commented on CARBONDATA-239:
-------------------------------------------

Github user sujith71955 commented on a diff in the pull request:

    https://github.com/apache/incubator-carbondata/pull/224#discussion_r82729006
  
    --- Diff: core/src/main/java/org/apache/carbondata/scan/processor/AbstractDataBlockIterator.java ---
    @@ -127,11 +133,15 @@ protected boolean updateScanner() {
         }
       }
     
    -  private AbstractScannedResult getNextScannedResult() throws QueryExecutionException {
    +  private AbstractScannedResult getNextScannedResult(QueryStatisticsRecorder recorder,
    --- End diff --
    
    Why we need to change this getNextScannedResult() method  parameters. if required please pass a statistics model, this will make sure that our method parameters wont grow


> 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
>            Assignee: ravikiran
>             Fix For: 0.2.0-incubating
>
>
> 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)