mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-11 07:25:23 +00:00
Also removes ensureCanWrite since this already passes the TRUNCATE_EXISTING flag when opening. Adds a REST test that fails without this fix due to the classloader isolation. Additionally, move SmbDirectoryWrapper into an elasticsearch package instead of a lucene one, so this would be found at compile time instead of runtime. Forward-port of #16383