[jira] [Updated] (CARBONDATA-2332) Potentially overflowing expression in UnsafeFixLengthColumnPage

2018-08-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated CARBONDATA-2332: --- Description: Here is one example from getFloatPage : {code} for (int i = 0; i <

[jira] [Updated] (CARBONDATA-2372) Potential division by zero in InputProcessorStepForPartitionImpl#partitionInputReaderIterators

2018-05-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated CARBONDATA-2372: --- Description: {code} int parallelThreadNumber = Math.min(inputIterators.length,

[jira] [Updated] (CARBONDATA-2330) DataInputStream should be closed in finally block in SegmentIndexFileStore#readIndexFile

2018-05-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated CARBONDATA-2330: --- Description: {code} DataInputStream dataInputStream =

[jira] [Updated] (CARBONDATA-2332) Potentially overflowing expression in UnsafeFixLengthColumnPage

2018-05-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated CARBONDATA-2332: --- Description: Here is one example from getFloatPage : {code} for (int i = 0; i <

[jira] [Updated] (CARBONDATA-2336) SecureDictionaryServer#shutdown should cover TransportServer

2018-05-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated CARBONDATA-2336: --- Description: In bindToPort : {code} TransportServer transportServer = context

[jira] [Updated] (CARBONDATA-2331) DataMapStoreManager#getDataMap shouldn't lock on interned String

2018-05-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated CARBONDATA-2331: --- Description: {code} synchronized (tableUniqueName.intern()) { {code} Please see the

[jira] [Updated] (CARBONDATA-2342) Unclosed RecordReader in LocalCarbonStore#scan

2018-05-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated CARBONDATA-2342: --- Description: Here is related code: {code} for (RecordReader reader :

[jira] [Updated] (CARBONDATA-2330) DataInputStream should be closed in finally block in SegmentIndexFileStore#readIndexFile

2018-04-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated CARBONDATA-2330: --- Description: {code} DataInputStream dataInputStream =

[jira] [Updated] (CARBONDATA-2331) DataMapStoreManager#getDataMap shouldn't lock on interned String

2018-04-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated CARBONDATA-2331: --- Description: {code} synchronized (tableUniqueName.intern()) { {code} Please see the

[jira] [Updated] (CARBONDATA-2336) SecureDictionaryServer#shutdown should cover TransportServer

2018-04-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated CARBONDATA-2336: --- Description: In bindToPort : {code} TransportServer transportServer = context

[jira] [Updated] (CARBONDATA-2372) Potential division by zero in InputProcessorStepForPartitionImpl#partitionInputReaderIterators

2018-04-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated CARBONDATA-2372: --- Description: {code} int parallelThreadNumber = Math.min(inputIterators.length,

[jira] [Updated] (CARBONDATA-2342) Unclosed RecordReader in LocalCarbonStore#scan

2018-04-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated CARBONDATA-2342: --- Description: Here is related code: {code} for (RecordReader reader :

[jira] [Updated] (CARBONDATA-2332) Potentially overflowing expression in UnsafeFixLengthColumnPage

2018-04-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated CARBONDATA-2332: --- Description: Here is one example from getFloatPage : {code} for (int i = 0; i < data.length;

[jira] [Updated] (CARBONDATA-2330) DataInputStream should be closed in finally block in SegmentIndexFileStore#readIndexFile

2018-04-20 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated CARBONDATA-2330: --- Description: {code} DataInputStream dataInputStream =

[jira] [Updated] (CARBONDATA-2336) SecureDictionaryServer#shutdown should cover TransportServer

2018-04-20 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated CARBONDATA-2336: --- Description: In bindToPort : {code} TransportServer transportServer = context

[jira] [Created] (CARBONDATA-2372) Potential division by zero in InputProcessorStepForPartitionImpl#partitionInputReaderIterators

2018-04-20 Thread Ted Yu (JIRA)
Ted Yu created CARBONDATA-2372: -- Summary: Potential division by zero in InputProcessorStepForPartitionImpl#partitionInputReaderIterators Key: CARBONDATA-2372 URL:

[jira] [Updated] (CARBONDATA-2331) DataMapStoreManager#getDataMap shouldn't lock on interned String

2018-04-20 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated CARBONDATA-2331: --- Description: {code} synchronized (tableUniqueName.intern()) { {code} Please see the

[jira] [Updated] (CARBONDATA-2342) Unclosed RecordReader in LocalCarbonStore#scan

2018-04-20 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated CARBONDATA-2342: --- Description: Here is related code: {code} for (RecordReader reader :

[jira] [Updated] (CARBONDATA-2332) Potentially overflowing expression in UnsafeFixLengthColumnPage

2018-04-20 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated CARBONDATA-2332: --- Description: Here is one example from getFloatPage : {code} for (int i = 0; i <

[jira] [Created] (CARBONDATA-2342) Unclosed RecordReader in LocalCarbonStore#scan

2018-04-12 Thread Ted Yu (JIRA)
Ted Yu created CARBONDATA-2342: -- Summary: Unclosed RecordReader in LocalCarbonStore#scan Key: CARBONDATA-2342 URL: https://issues.apache.org/jira/browse/CARBONDATA-2342 Project: CarbonData

[jira] [Created] (CARBONDATA-2336) SecureDictionaryServer#shutdown should cover TransportServer

2018-04-11 Thread Ted Yu (JIRA)
Ted Yu created CARBONDATA-2336: -- Summary: SecureDictionaryServer#shutdown should cover TransportServer Key: CARBONDATA-2336 URL: https://issues.apache.org/jira/browse/CARBONDATA-2336 Project: CarbonData

[jira] [Created] (CARBONDATA-2332) Potentially overflowing expression in UnsafeFixLengthColumnPage

2018-04-10 Thread Ted Yu (JIRA)
Ted Yu created CARBONDATA-2332: -- Summary: Potentially overflowing expression in UnsafeFixLengthColumnPage Key: CARBONDATA-2332 URL: https://issues.apache.org/jira/browse/CARBONDATA-2332 Project:

[jira] [Created] (CARBONDATA-2331) DataMapStoreManager#getDataMap shouldn't lock on interned String

2018-04-10 Thread Ted Yu (JIRA)
Ted Yu created CARBONDATA-2331: -- Summary: DataMapStoreManager#getDataMap shouldn't lock on interned String Key: CARBONDATA-2331 URL: https://issues.apache.org/jira/browse/CARBONDATA-2331 Project:

[jira] [Created] (CARBONDATA-2330) DataInputStream should be closed in finally block in SegmentIndexFileStore#readIndexFile

2018-04-10 Thread Ted Yu (JIRA)
Ted Yu created CARBONDATA-2330: -- Summary: DataInputStream should be closed in finally block in SegmentIndexFileStore#readIndexFile Key: CARBONDATA-2330 URL: https://issues.apache.org/jira/browse/CARBONDATA-2330