OpenSearch/plugins
Henning Andersen bf444b9f02 Store Pending Deletions Fix (#40345)
FilterDirectory.getPendingDeletions does not delegate, fixed
temporarily by overriding in StoreDirectory.

This in turn caused duplicate file name use after a trimUnsafeCommits
had been done, since a new IndexWriter would not consider the pending
deletes in IndexFileDeleter. This should only happen on windows (AFAIK).

Reenabled doing index updates for all tests using
IndexShardTests.indexOnReplicaWithGaps (which could fail due to above
when using mocked WindowsFS).

Added getPendingDeletions delegation to all elasticsearch
FilterDirectory subclasses that were not trivial test-only overrides to
minimize the risk of hitting this issue in another case.
2019-03-26 15:30:44 +01:00
..
analysis-icu Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
analysis-kuromoji Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
analysis-nori Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
analysis-phonetic Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
analysis-smartcn Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
analysis-stempel Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
analysis-ukrainian Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
discovery-azure-classic Remove note about Azure ARM plugin (#40219) 2019-03-20 16:31:37 +01:00
discovery-ec2 Bump jackson-databind version for AWS SDK (#39183) 2019-02-20 13:04:50 -05:00
discovery-gce Align docs etc with new discovery setting names (#38492) 2019-02-06 11:34:38 +00:00
examples Add no-jdk distributions (#39882) 2019-03-15 00:55:57 -07:00
ingest-attachment Upgrade the bouncycastle dependency to 1.61 (#40017) 2019-03-14 08:54:47 -04:00
mapper-annotated-text Bug fix for AnnotatedTextHighlighter - port of 39525 (#39749) 2019-03-06 19:02:04 +00:00
mapper-murmur3 Default include_type_name to false in the yml test harness. (#38058) 2019-02-01 11:44:13 -08:00
mapper-size Default include_type_name to false in the yml test harness. (#38058) 2019-02-01 11:44:13 -08:00
repository-azure Blob store compression fix (#39073) 2019-02-20 09:24:41 +01:00
repository-gcs plugins/repository-gcs: Update google-cloud-storage/core to 1.59.0 (#39748) 2019-03-10 11:04:52 -04:00
repository-hdfs Blob store compression fix (#39073) 2019-02-20 09:24:41 +01:00
repository-s3 Add Support for S3 Intelligent Tiering (#39376) (#39620) 2019-03-04 10:32:37 +01:00
store-smb Store Pending Deletions Fix (#40345) 2019-03-26 15:30:44 +01:00
transport-nio Use Netty ByteBuf Bulk Operations for Faster Deserialization (#40158) (#40339) 2019-03-24 19:08:51 +01:00
build.gradle Testclusters: start using it for testing some plugins (#39693) 2019-03-07 17:52:50 +02:00