epugh opened a new pull request, #3913: URL: https://github.com/apache/solr/pull/3913
https://issues.apache.org/jira/browse/SOLR-XXXXX # Description This started as a follow up to SOLR-16312, when I discovered lots of other `Abstract*` test cases left over from the HDFS days. I used Copilot to help me merge the code. Then, realizing at that point that this was really about continuing the removal of HDFS, I looked and found another set of HDFS related comments. So I dug into those. At this point, all the references to HDFS are gone, or they are intentionally being kept! # Solution Merging Abstract test cases when only one implementing test case. Using the terminology "block" instead of "hdfs" where that makes sense. I discussed with @gerlowskija the idea of removing the `shared_storage` support, as that is no longer supported by any part of open source Solr, but we decided to leave it for now in case folks do have/want to build some sort of shared filesystem (a la HDFS) in the future. These changes shouldn't impact any end users. # Tests Ran all the tests. Reviewed the code merges. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
