[ https://issues.apache.org/jira/browse/SOLR-15983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17495538#comment-17495538 ]
David Smiley commented on SOLR-15983: ------------------------------------- [~cpoerschke] next time, please clean up the commit message you see in GitHub squash merge dialog. The default is just a concatenation of the commit messages, which is what this looks like above. For example, having "add solr/CHANGES.txt entry" is a sign you forgot to edit this. FWIW I often take the CHANGES.txt wording and then if there's some more details maybe add bullets. > ClassCastException in UpdateLog$LogReplayer.doReplay > ---------------------------------------------------- > > Key: SOLR-15983 > URL: https://issues.apache.org/jira/browse/SOLR-15983 > Project: Solr > Issue Type: Bug > Reporter: Christine Poerschke > Assignee: Christine Poerschke > Priority: Major > Time Spent: 2h 50m > Remaining Estimate: 0h > > stacktrace: > {code} > ... ERROR ... o.a.s.u.UpdateLog java.lang.ClassCastException: > java.util.ArrayList cannot be cast to java.lang.String > at org.apache.solr.common.util.NamedList.getName(NamedList.java:175) > at org.apache.solr.common.util.NamedList.toString(NamedList.java:397) > at java.lang.String.valueOf(String.java:2994) > at java.lang.StringBuilder.append(StringBuilder.java:131) > at > org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.getLogStringAndClearRspToLog(LogUpdateProcessorFactory.java:212) > at > org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:187) > at > org.apache.solr.update.UpdateLog$LogReplayer.doReplay(UpdateLog.java:1980) > at org.apache.solr.update.UpdateLog$LogReplayer.run(UpdateLog.java:1762) > at > org.apache.solr.update.UpdateLog.lambda$applyBufferedUpdates$5(UpdateLog.java:1703) > at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > at > org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > at java.lang.Thread.run(Thread.java:748) > {code} -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org