[ https://issues.apache.org/jira/browse/SOLR-14723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191128#comment-17191128 ]
Erick Erickson commented on SOLR-14723: --------------------------------------- Well, at this point you _can't_ have anything to do with ant on master, that support was removed a few days ago, so the answer to <2> is easy ;) <1>: yes. Although you shouldn't really have to do anything specific to raise a PR. If you title your PR "SOLR-14723: Remove the class atribute for the caches in the _default/example configsets", magic happens and a few minutes later the PR will automatically appear on this JIRA. It can be a little hard to find, I've overlooked a PR a bunch of times. If it doesn't occur, then you can go ahead and reference it in comments... Really, only the "SOLR-14723: " part is necessary in the title. Oh, and it's usually the responsibility of the committer to backport changes to 8x so don't worry about that. > Rremove the class atribute for the caches in the _default/example configsets > ---------------------------------------------------------------------------- > > Key: SOLR-14723 > URL: https://issues.apache.org/jira/browse/SOLR-14723 > Project: Solr > Issue Type: Improvement > Reporter: Tomas Eduardo Fernandez Lobbe > Priority: Trivial > Labels: newdev > > In 8.x branch, the default and example configsets include LRUCache and > FastLRUCache as the implementation for the various caches. > {code:xml} > <filterCache class="solr.FastLRUCache" > size="512" > initialSize="512" > autowarmCount="0"/> > {code} > Those implementations are deprecated. We should remove the attribute > completely and let the default take over (as it's in master), this should > make upgrading configsets easier: -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org