You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "MASSIMO CELLI (JIRA)" <ji...@apache.org> on 2015/03/03 18:25:05 UTC

[jira] [Created] (SOLR-7185) null pointer exception at AbstractSolrSecondaryIndex.java

MASSIMO CELLI created SOLR-7185:
-----------------------------------

             Summary: null pointer exception at AbstractSolrSecondaryIndex.java 
                 Key: SOLR-7185
                 URL: https://issues.apache.org/jira/browse/SOLR-7185
             Project: Solr
          Issue Type: Bug
          Components: search
    Affects Versions: 4.6
            Reporter: MASSIMO CELLI
            Priority: Minor


a few hundreds of the following NPE were reported in the system.log:

INFO [SolrSecondaryIndex ax.account_freq_accessed TTL scheduler.] 2015-03-02 17:38:19,435 AbstractSolrSecondaryIndex.java (line 1491) Found 4 rows with expired columns.
WARN [SolrSecondaryIndex ax.account_freq_accessed TTL scheduler.] 2015-03-02 17:38:19,436 AbstractSolrSecondaryIndex.java (line 1505) 
java.lang.NullPointerException
at com.datastax.bdp.search.solr.Cql3SolrSecondaryIndex.buildIndexedColumnFamily(Cql3SolrSecondaryIndex.java:98)
at com.datastax.bdp.search.solr.AbstractSolrSecondaryIndex.doApplyUpdates(AbstractSolrSecondaryIndex.java:932)
at com.datastax.bdp.search.solr.AbstractSolrSecondaryIndex.access$1300(AbstractSolrSecondaryIndex.java:94)
at com
.datastax.bdp.search.solr.AbstractSolrSecondaryIndex$TTLIndexRebuildTask.run(AbstractSolrSecondaryIndex.java:1501)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
 WARN [SolrSecondaryIndex ax.account_freq_accessed TTL scheduler.] 2015-03-02 17:38:19,436 AbstractSolrSecondaryIndex.java (line 1505) 
java.lang.NullPointerException
	at com.datastax.bdp.search.solr.Cql3SolrSecondaryIndex.buildIndexedColumnFamily(Cql3SolrSecondaryIndex.java:98)
	at com.datastax.bdp.search.solr.AbstractSolrSecondaryIndex.doApplyUpdates(AbstractSolrSecondaryIndex.java:932)
	at com.datastax.bdp.search.solr.AbstractSolrSecondaryIndex.access$1300(AbstractSolrSecondaryIndex.java:94)
	at com.datastax.bdp.search.solr.AbstractSolrSecondaryIndex$TTLIndexRebuildTask.run(AbstractSolrSecondaryIndex.java:1501)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org