Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-696

NamedListCodec doesn't properly write Iterable items

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3
    • 1.3
    • None
    • None

    Description

      The NamedListCodec doesn't properly write Iterable items on line 224. All the other instanceof checks return true, while that one falls through and returns false.

      Exception is:
      Caused by: java.lang.ClassCastException: java.util.ArrayList
      [java] at org.apache.solr.common.util.NamedListCodec.readNamedList(NamedListCodec.java:108)
      [java] at org.apache.solr.common.util.NamedListCodec.readVal(NamedListCodec.java:155)
      [java] at org.apache.solr.common.util.NamedListCodec.readOrderedMap(NamedListCodec.java:98)
      [java] at org.apache.solr.common.util.NamedListCodec.readVal(NamedListCodec.java:154)
      [java] at org.apache.solr.common.util.NamedListCodec.readOrderedMap(NamedListCodec.java:98)
      [java] at org.apache.solr.common.util.NamedListCodec.readVal(NamedListCodec.java:154)
      [java] at org.apache.solr.common.util.NamedListCodec.unmarshal(NamedListCodec.java:89)
      [java] at org.apache.solr.client.solrj.impl.BinaryResponseParser.processResponse(BinaryResponseParser.java:39)
      [java] at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:385)

      Test and patch shortly

      Attachments

        1. SOLR-696.patch
          3 kB
          Grant Ingersoll

        Activity

          People

            gsingers Grant Ingersoll
            gsingers Grant Ingersoll
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: