This section explains how to troubleshoot exceptions that occur when indexing activities are carried out.
AnalyticsTableNotAvailableException
Sample Error Log | TID: [-1] [] [2018-02-13 04:49:40,345] ERROR {org.wso2.carbon.analytics.dataservice.core.indexing.IndexNodeCoordinator} - Error in processing staging index data: Error in processing index staging entry: [-1234:NEW_CUSTOMERS_BY_QUARTER_PRODUCT_AND_POD] does not exist {org.wso2.carbon.analytics.dataservice.core.indexing.IndexNodeCoordinator} org.wso2.carbon.analytics.datasource.commons.exception.AnalyticsException: Error in processing index staging entry: [-1234:NEW_CUSTOMERS_BY_QUARTER_PRODUCT_AND_POD] does not exist at org.wso2.carbon.analytics.dataservice.core.indexing.IndexNodeCoordinator.processStagingEntry(IndexNodeCoordinator.java:961) at org.wso2.carbon.analytics.dataservice.core.indexing.IndexNodeCoordinator.access$600(IndexNodeCoordinator.java:69) at org.wso2.carbon.analytics.dataservice.core.indexing.IndexNodeCoordinator$StagingDataIndexWorker.run(IndexNodeCoordinator.java:997) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) |
---|---|
Occurence | When the INSERT OVERWRITE operation is carried out. |
Possible Reasons | The corruption of meta information and indexing that could have resulted from one of the following:
|
Recommended Action | To resolve this issue, reindex your data following the steps below:
|
Out Of Memory
Sample Heap Dump Analysis Dominator Tree | |
---|---|
Occurence | This occurs when WSO2 DAS receives a large bulk of data to be indexed. |
Possible Reasons | The indexing operation of the bulk of data handled maybe using almost all the available memory based on the taxanomy cache size specified in the e.g., If the available memory is 3.6 GB and 2.9 GB of that is used by the indexing operation as shown in the sample given above. |
Recommended Action | To overcome this out of memory issue, increase the taxonomy cache size by following the procedure given below.
|
For more information about indexing, see Indexing Overview.