You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed the module, and updated the various supporting config files across Solr code base like security policies, logj4 configurations, build tooling and test tooling. Removed HDFS specific content from Ref Guide.
Existing "blockcache" Java code has been migrated into solr/core under org.apache.solr.blackcache package structure.
Copy file name to clipboardExpand all lines: solr/CHANGES.txt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,8 @@ Deprecation Removals
105
105
106
106
* SOLR-17540: Removed the Hadoop Auth module, and thus Kerberos authentication and other exotic options. (Eric Pugh)
107
107
108
+
* SOLR-17609: Removd the HDFS module and therefore support for storing indexes in HDFS. Existing "blockcache" code preserved by migrating it to core o.a.s.blackcache package.
0 commit comments