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

Solr in cloud mode silently fails uploading a big LTR model

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Workaround
    • None
    • 7.2, 8.0
    • contrib - LTR
    • None
    • tested with Solr 6.6 an integrated zookeeper

    Description

      Hi,

      I'm using Solr in cloud mode, I have a MultipleAdditiveTreesModel with about 3MB in size. When I upload the model with

      curl -v -XPUT 'http://localhost:8983/solr/tmdb/schema/model-store' --data-binary @/big-tree.model -H 'Content-type:application/json'
      

      I get the following response

      {
        "responseHeader":{
          "status":0,
          "QTime":24318}
      }
      

      This looks kind of slow but without an error. When I check the config the model is not visible and when I try to run a query that uses the model I get the following error

      "error":{
          "metadata":[
            "error-class","org.apache.solr.common.SolrException",
            "root-error-class","org.apache.solr.common.SolrException"],
          "msg":"cannot find model bigTreeModel",
          "code":400}
      

      When I upload the model to solr where I increased the zookeeper znode size limit with

      -Djute.maxbuffer=0x1ffffff
      

      the same model upload succeeds much faster

      {
        "responseHeader":{
          "status":0,
          "QTime":689}
      }
      

      The model is visible in the configuration and queries that use it run without error.

      Attachments

        1. SOLR-11049.patch
          1.0 kB
          Christine Poerschke

        Issue Links

          Activity

            People

              Unassigned Unassigned
              stefan.langenmaier Stefan Langenmaier
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: