[
https://issues.apache.org/jira/browse/CARBONDATA-3478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Indhumathi Muthumurugesh updated CARBONDATA-3478:
-------------------------------------------------
Description:
Please find the steps to reproduce the issue:
# Create table having dimension and measure columns
# load data
# rename / add column/ drop column in table
# alter set tblproperties('sort_columns'=measure column',
'sort_scope'='local_sort')
# load data
# perform compaction and find the exception below
Driver stacktrace:
2019-07-26 19:34:03 ERROR CarbonAlterTableCompactionCommand:345 - Exception in
start compaction thread.
java.lang.Exception: Exception in compaction Job aborted due to stage failure:
Task 0 in stage 6.0 failed 1 times, most recent failure: Lost task 0.0 in stage
6.0 (TID 6, localhost, executor driver):
java.lang.ArrayIndexOutOfBoundsException: 3
at
org.apache.carbondata.core.scan.wrappers.ByteArrayWrapper.getNoDictionaryKeyByIndex(ByteArrayWrapper.java:81)
| |
was:
Please find the steps to reproduce the issue:
# Create table having dimension and measure columns
# load data
# rename table
# alter set tblproperties('sort_columns'=measure column',
'sort_scope'='local_sort')
# load data
# perform compaction and find the exception below
Driver stacktrace:
2019-07-26 19:34:03 ERROR CarbonAlterTableCompactionCommand:345 - Exception in
start compaction thread.
java.lang.Exception: Exception in compaction Job aborted due to stage failure:
Task 0 in stage 6.0 failed 1 times, most recent failure: Lost task 0.0 in stage
6.0 (TID 6, localhost, executor driver):
java.lang.ArrayIndexOutOfBoundsException: 3
at
org.apache.carbondata.core.scan.wrappers.ByteArrayWrapper.getNoDictionaryKeyByIndex(ByteArrayWrapper.java:81)
| |
> Fix ArrayIndexOutOfBoundsException issue on compaction after alter rename
> operation
> -----------------------------------------------------------------------------------
>
> Key: CARBONDATA-3478
> URL: https://issues.apache.org/jira/browse/CARBONDATA-3478
> Project: CarbonData
> Issue Type: Bug
> Reporter: Indhumathi Muthumurugesh
> Priority: Major
> Time Spent: 4.5h
> Remaining Estimate: 0h
>
> Please find the steps to reproduce the issue:
> # Create table having dimension and measure columns
> # load data
> # rename / add column/ drop column in table
> # alter set tblproperties('sort_columns'=measure column',
> 'sort_scope'='local_sort')
> # load data
> # perform compaction and find the exception below
>
> Driver stacktrace:
> 2019-07-26 19:34:03 ERROR CarbonAlterTableCompactionCommand:345 - Exception
> in start compaction thread.
> java.lang.Exception: Exception in compaction Job aborted due to stage
> failure: Task 0 in stage 6.0 failed 1 times, most recent failure: Lost task
> 0.0 in stage 6.0 (TID 6, localhost, executor driver):
> java.lang.ArrayIndexOutOfBoundsException: 3
> at
> org.apache.carbondata.core.scan.wrappers.ByteArrayWrapper.getNoDictionaryKeyByIndex(ByteArrayWrapper.java:81)
> | |
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)