[ https://issues.apache.org/jira/browse/SOLR-15343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Gerlowski resolved SOLR-15343. ------------------------------------ Resolution: Invalid Hi Nidhi, We reserve JIRA use for verified bugs or improvements. Questions and requests for help like the one you posted here are better sent to the Solr's "user" mailing list: us...@solr.apache.org which has more eyes on it day-to-day. Please ask your question there. You may also find it helpful to include useful information, such as links to your configsets, screenshots of the schemas in the Admin UI etc. Generally speaking it's hard for other users to help without those sort of details. > For same change in schema file(new field _version_ added) ,Solr core in lower > environment is working fine but in production solr cores failing > ---------------------------------------------------------------------------------------------------------------------------------------------- > > Key: SOLR-15343 > URL: https://issues.apache.org/jira/browse/SOLR-15343 > Project: Solr > Issue Type: Bug > Security Level: Public(Default Security Level. Issues are Public) > Reporter: Nidhi Srivastava > Priority: Major > > The project is using solr 6.6 with one core. There is one schema.xml file. > The change was done in schema file by adding new field > <field name="_version_" type="int" indexed="true" stored="true" > multiValued="false"/> . > The core has indexed data from previous import. > After change in schema file when we tried to restart solr received error > java.lang.NumberFormatException:java.lang.NumberFormatException: Invalid > shift value (64) in prefixCoded bytes (is encoded value really an INT?) > > Issue: The same steps were followed in two environments with same core > structure and setup > The issue happened in production environment, but not in lower environment > (The lower environment in exact replica of production in terms of server > configuration and data ) > We checked all configuration files in lower environment (They are matching > with prod) > Both cores had indexed data when this change was done. > > > Fix done in prod: > When we reverted the schema changes and then started the solr , core was up > and running. > No data was corrupted either. > > I have referred the link > https://issues.apache.org/jira/browse/SOLR-10806 > > Help Needed: To understand why lower environment is running with same change > and production environment gave error. > -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org