[jira] [Resolved] (CARBONDATA-4032) Drop partition command clean other partition dictionaries

2021-03-25 Thread Ajantha Bhat (Jira)


 [ 
https://issues.apache.org/jira/browse/CARBONDATA-4032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajantha Bhat resolved CARBONDATA-4032.
--
Resolution: Fixed

> Drop partition command clean other partition dictionaries
> -
>
> Key: CARBONDATA-4032
> URL: https://issues.apache.org/jira/browse/CARBONDATA-4032
> Project: CarbonData
>  Issue Type: Bug
>  Components: sql
>Affects Versions: 2.0.1
>Reporter: Xingjun Hao
>Priority: Critical
> Fix For: 2.1.0
>
>  Time Spent: 5h 20m
>  Remaining Estimate: 0h
>
> 1. CREATE TABLE droppartition (id STRING, sales STRING) PARTITIONED BY (dtm 
> STRING)STORED AS carbondata
> 2. insert into droppartition values ('01', '0', '20200907'),('03', '0', 
> '20200908'),
> 3. insert overwrite table droppartition partition (dtm=20200908) select * 
> from droppartition where dtm = 20200907;
> insert overwrite table droppartition partition (dtm=20200909) select * from 
> droppartition where dtm = 20200907;
> 4. alter table droppartition drop partition (dtm=20200909)
> the dirctionary "20200908" was deleted.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (CARBONDATA-4026) Thread leakage while Loading

2021-03-25 Thread Ajantha Bhat (Jira)


 [ 
https://issues.apache.org/jira/browse/CARBONDATA-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajantha Bhat updated CARBONDATA-4026:
-
Fix Version/s: (was: 2.1.1)
   2.1.0

> Thread leakage while Loading
> 
>
> Key: CARBONDATA-4026
> URL: https://issues.apache.org/jira/browse/CARBONDATA-4026
> Project: CarbonData
>  Issue Type: Bug
>  Components: spark-integration
>Affects Versions: 2.0.1
>Reporter: Xingjun Hao
>Priority: Major
> Fix For: 2.1.0
>
>  Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> A few code of Inserting/Loading/InsertStage/IndexServer won't shutdown 
> executorservice. leads to thread leakage which will degrade the performance 
> of the driver and executor. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (CARBONDATA-4026) Thread leakage while Loading

2021-03-25 Thread Ajantha Bhat (Jira)


 [ 
https://issues.apache.org/jira/browse/CARBONDATA-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajantha Bhat resolved CARBONDATA-4026.
--
Resolution: Fixed

> Thread leakage while Loading
> 
>
> Key: CARBONDATA-4026
> URL: https://issues.apache.org/jira/browse/CARBONDATA-4026
> Project: CarbonData
>  Issue Type: Bug
>  Components: spark-integration
>Affects Versions: 2.0.1
>Reporter: Xingjun Hao
>Priority: Major
> Fix For: 2.1.0
>
>  Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> A few code of Inserting/Loading/InsertStage/IndexServer won't shutdown 
> executorservice. leads to thread leakage which will degrade the performance 
> of the driver and executor. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (CARBONDATA-4032) Drop partition command clean other partition dictionaries

2021-03-25 Thread Ajantha Bhat (Jira)


 [ 
https://issues.apache.org/jira/browse/CARBONDATA-4032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajantha Bhat updated CARBONDATA-4032:
-
Fix Version/s: (was: 2.1.1)
   2.1.0

> Drop partition command clean other partition dictionaries
> -
>
> Key: CARBONDATA-4032
> URL: https://issues.apache.org/jira/browse/CARBONDATA-4032
> Project: CarbonData
>  Issue Type: Bug
>  Components: sql
>Affects Versions: 2.0.1
>Reporter: Xingjun Hao
>Priority: Critical
> Fix For: 2.1.0
>
>  Time Spent: 5h 20m
>  Remaining Estimate: 0h
>
> 1. CREATE TABLE droppartition (id STRING, sales STRING) PARTITIONED BY (dtm 
> STRING)STORED AS carbondata
> 2. insert into droppartition values ('01', '0', '20200907'),('03', '0', 
> '20200908'),
> 3. insert overwrite table droppartition partition (dtm=20200908) select * 
> from droppartition where dtm = 20200907;
> insert overwrite table droppartition partition (dtm=20200909) select * from 
> droppartition where dtm = 20200907;
> 4. alter table droppartition drop partition (dtm=20200909)
> the dirctionary "20200908" was deleted.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (CARBONDATA-4154) Concurrent issues with clean files command

2021-03-25 Thread Ajantha Bhat (Jira)


 [ 
https://issues.apache.org/jira/browse/CARBONDATA-4154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajantha Bhat resolved CARBONDATA-4154.
--
Fix Version/s: 2.1.1
   Resolution: Fixed

> Concurrent issues with clean files command
> --
>
> Key: CARBONDATA-4154
> URL: https://issues.apache.org/jira/browse/CARBONDATA-4154
> Project: CarbonData
>  Issue Type: Bug
>Reporter: Vikram Ahuja
>Priority: Major
> Fix For: 2.1.1
>
>  Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> Load and compaction failure when concurrently ran with clean files command



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [carbondata] asfgit closed pull request #4109: [CARBONDATA-4154] Fix various concurrent issues with clean files

2021-03-25 Thread GitBox


asfgit closed pull request #4109:
URL: https://github.com/apache/carbondata/pull/4109


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [carbondata] ajantha-bhat commented on pull request #4109: [CARBONDATA-4154] Fix various concurrent issues with clean files

2021-03-25 Thread GitBox


ajantha-bhat commented on pull request #4109:
URL: https://github.com/apache/carbondata/pull/4109#issuecomment-807946403


   LGTM. Just done high level review.
   Merging PR for RC2 cut.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4109: [CARBONDATA-4154] Fix various concurrent issues with clean files

2021-03-25 Thread GitBox


CarbonDataQA2 commented on pull request #4109:
URL: https://github.com/apache/carbondata/pull/4109#issuecomment-807077748


   Build Success with Spark 2.4.5, Please check CI 
http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_2.4.5/3343/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4109: [CARBONDATA-4154] Fix various concurrent issues with clean files

2021-03-25 Thread GitBox


CarbonDataQA2 commented on pull request #4109:
URL: https://github.com/apache/carbondata/pull/4109#issuecomment-807077185


   Build Success with Spark 2.3.4, Please check CI 
http://121.244.95.60:12602/job/ApacheCarbonPRBuilder2.3/5095/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [carbondata] kunal642 commented on pull request #4109: [CARBONDATA-4154] Fix various concurrent issues with clean files

2021-03-25 Thread GitBox


kunal642 commented on pull request #4109:
URL: https://github.com/apache/carbondata/pull/4109#issuecomment-806920029


   retest this please


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Resolved] (CARBONDATA-4156) Segment min max is not written considering all blocks in a segment

2021-03-25 Thread Kunal Kapoor (Jira)


 [ 
https://issues.apache.org/jira/browse/CARBONDATA-4156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kunal Kapoor resolved CARBONDATA-4156.
--
Fix Version/s: 2.1.1
   Resolution: Fixed

> Segment min max is not written considering all blocks in a segment
> --
>
> Key: CARBONDATA-4156
> URL: https://issues.apache.org/jira/browse/CARBONDATA-4156
> Project: CarbonData
>  Issue Type: Bug
>Reporter: Indhumathi Muthumurugesh
>Priority: Major
> Fix For: 2.1.1
>
>  Time Spent: 2h 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [carbondata] asfgit closed pull request #4101: [CARBONDATA-4156] Fix Writing Segment Min max with all blocks of a segment

2021-03-25 Thread GitBox


asfgit closed pull request #4101:
URL: https://github.com/apache/carbondata/pull/4101


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [carbondata] kunal642 commented on pull request #4101: [CARBONDATA-4156] Fix Writing Segment Min max with all blocks of a segment

2021-03-25 Thread GitBox


kunal642 commented on pull request #4101:
URL: https://github.com/apache/carbondata/pull/4101#issuecomment-806904148


   LGTM


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4100: [CARBONDATA-4138] Reordering Carbon Expression instead of Spark Filter

2021-03-25 Thread GitBox


CarbonDataQA2 commented on pull request #4100:
URL: https://github.com/apache/carbondata/pull/4100#issuecomment-806464050


   Build Success with Spark 2.3.4, Please check CI 
http://121.244.95.60:12602/job/ApacheCarbonPRBuilder2.3/5094/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4100: [CARBONDATA-4138] Reordering Carbon Expression instead of Spark Filter

2021-03-25 Thread GitBox


CarbonDataQA2 commented on pull request #4100:
URL: https://github.com/apache/carbondata/pull/4100#issuecomment-806463869


   Build Success with Spark 2.4.5, Please check CI 
http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_2.4.5/3342/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [carbondata] QiangCai commented on pull request #4100: [CARBONDATA-4138] Reordering Carbon Expression instead of Spark Filter

2021-03-25 Thread GitBox


QiangCai commented on pull request #4100:
URL: https://github.com/apache/carbondata/pull/4100#issuecomment-806410550


   retest this please


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org