SOLR-16040: Fix split packages in hdfs module#688
Conversation
|
While you're at it, could you please rename pertinent tests that aren't using camel case for Hdfs like |
janhoy
left a comment
There was a problem hiding this comment.
I love to see how eating our own dogfood improves our base classes by detecting private access for crucial methods and variables, that would prevent users to create their own custom plugins for the same.
Did a quick browse only.
|
@dsmiley I think I fixed all the class names in 1f47ffe |
solr/solr-ref-guide/modules/deployment-guide/pages/backup-restore.adoc
Outdated
Show resolved
Hide resolved
solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc
Outdated
Show resolved
Hide resolved
HoustonPutman
left a comment
There was a problem hiding this comment.
This looks good to me with a changelog entry. Though I can't speak for the SolrResourceLoader class.
|
Did anything else get overridden in the force push? |
|
@HoustonPutman the force push wasn't the issue. I didn't pull the branch before making local changes to add the |
|
Ahh ok, thanks for explaining 🙂 |
https://issues.apache.org/jira/browse/SOLR-16040
Its broken down into multiple commits just as I worked through it. The only weird commit is ce7d256c89eca082a3ebe59595a9d61e098871bc where there were a bunch of changes needed to open up update and transaction classes to allow the new
hdfspackage to work. Everything before was package private so it worked in the same package.Tested with: