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

DataImportHandler does not replicate UUID fields correctly in SolrCloud

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 4.9
    • None
    • None

    Description

      The same problem as it was fixed in SOLR-6165 also occurs for database fields of type UUID (corresp. Java class is java.util.UUID).

      The observed problem is: I import database records into the SolrCloud with DataImportHandler. In the Solr Core where the Solr document is originally imported, the UUIDs are imported correctly as strings.

      <str name="entityId">0700a626-e9a1-42b5-801b-0546ac829020</str>
      

      But in the replicated Solr Core the UUID got the Java class name prefixed:

      <str name="entityId">java.util.UUID:0700a626-e9a1-42b5-801b-0546ac829020</str>
      

      Attachments

        Issue Links

          Activity

            People

              shalin Shalin Shekhar Mangar
              winterhalderd Daniel Winterhalder
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: