[ 
https://issues.apache.org/jira/browse/SOLR-10138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15867151#comment-15867151
 ] 

Mark Miller commented on SOLR-10138:
------------------------------------

{noformat}
   [junit4]   2> java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.solr.update.UpdateLog$LogReplayer.doReplay(UpdateLog.java:1671)
   [junit4]   2>        at 
org.apache.solr.update.UpdateLog$LogReplayer.run(UpdateLog.java:1510)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
{noformat}

{noformat}
            if (state == State.REPLAYING) {
              replayOpsMeter.mark();
{noformat}

> Transaction log replay can hit an NPE due to new Metrics code.
> --------------------------------------------------------------
>
>                 Key: SOLR-10138
>                 URL: https://issues.apache.org/jira/browse/SOLR-10138
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Mark Miller
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to