Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.11] [Backport 2.x] Bump org.apache.avro:avro from 1.11.2 to 1.11.3 in /plugins/repository-hdfs #10430

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 7db3c4e from #10382.

…y-hdfs (#10210) (#10382)

* Bump org.apache.avro:avro in /plugins/repository-hdfs

Bumps org.apache.avro:avro from 1.11.2 to 1.11.3.

---
updated-dependencies:
- dependency-name: org.apache.avro:avro
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

* Updating SHAs

* Update changelog

---------

(cherry picked from commit bf51779)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 7db3c4e)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@github-actions
Copy link
Contributor

github-actions bot commented Oct 5, 2023

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

github-actions bot commented Oct 5, 2023

Compatibility status:

Checks if related components are compatible with change a4d0bc2

Incompatible components

Skipped components

Compatible components

Compatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/neural-search.git]

@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

❗ No coverage uploaded for pull request base (2.11@049590a). Click here to learn what that means.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             2.11   #10430   +/-   ##
=======================================
  Coverage        ?   70.97%           
  Complexity      ?    58557           
=======================================
  Files           ?     4829           
  Lines           ?   276322           
  Branches        ?    40576           
=======================================
  Hits            ?   196111           
  Misses          ?    63471           
  Partials        ?    16740           

@dblock
Copy link
Member

dblock commented Oct 6, 2023

> Task :server:test

REPRODUCE WITH: ./gradlew ':server:test' --tests "org.opensearch.threadpool.ScalingThreadPoolTests.testScalingThreadPoolConfiguration" -Dtests.seed=BEA960C41CC7B421 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ca-ES -Dtests.timezone=Etc/GMT-3 -Druntime.java=17

org.opensearch.threadpool.ScalingThreadPoolTests > testScalingThreadPoolConfiguration FAILED
    java.lang.NullPointerException: Cannot invoke "java.util.function.Function.apply(Object)" because the return value of "java.util.Map.get(Object)" is null
        at __randomizedtesting.SeedInfo.seed([BEA960C41CC7B421:932F694B2AD25A72]:0)
        at org.opensearch.threadpool.ScalingThreadPoolTests.expectedSize(ScalingThreadPoolTests.java:139)
        at org.opensearch.threadpool.ScalingThreadPoolTests.testScalingThreadPoolConfiguration(ScalingThreadPoolTests.java:69)


Suite: Test class org.opensearch.threadpool.ScalingThreadPoolTests
  1> [2023-10-06T02:06:57,905][INFO ][o.o.t.ScalingThreadPoolTests] [testScalingThreadPoolIsBounded] before test
  1> [2023-10-06T02:06:57,922][INFO ][o.o.t.ScalingThreadPoolTests] [testScalingThreadPoolIsBounded] after test
  1> [2023-10-06T02:06:57,937][INFO ][o.o.t.ScalingThreadPoolTests] [testScalingThreadPoolConfiguration] before test
  1> [2023-10-06T02:06:57,940][INFO ][o.o.t.ScalingThreadPoolTests] [testScalingThreadPoolConfiguration] after test
  2> REPRODUCE WITH: ./gradlew ':server:test' --tests "org.opensearch.threadpool.ScalingThreadPoolTests.testScalingThreadPoolConfiguration" -Dtests.seed=BEA960C41CC7B421 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ca-ES -Dtests.timezone=Etc/GMT-3 -Druntime.java=17
  2> java.lang.NullPointerException: Cannot invoke "java.util.function.Function.apply(Object)" because the return value of "java.util.Map.get(Object)" is null
        at __randomizedtesting.SeedInfo.seed([BEA960C41CC7B421:932F694B2AD25A72]:0)
        at org.opensearch.threadpool.ScalingThreadPoolTests.expectedSize(ScalingThreadPoolTests.java:139)
        at org.opensearch.threadpool.ScalingThreadPoolTests.testScalingThreadPoolConfiguration(ScalingThreadPoolTests.java:69)
  1> [2023-10-06T02:06:57,961][INFO ][o.o.t.ScalingThreadPoolTests] [testScalingThreadPoolThreadsAreTerminatedAfterKeepAlive] before test
  1> [2023-10-06T02:06:57,991][INFO ][o.o.t.ScalingThreadPoolTests] [testScalingThreadPoolThreadsAreTerminatedAfterKeepAlive] after test
  2> NOTE: leaving temporary files on disk at: /var/jenkins/workspace/gradle-check/search/server/build/testrun/test/temp/org.opensearch.threadpool.ScalingThreadPoolTests_BEA960C41CC7B421-001
  2> NOTE: test params are: codec=Asserting(Lucene95): {}, docValues:{}, maxPointsInLeafNode=1915, maxMBSortInHeap=6.980199031582462, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ca-ES, timezone=Etc/GMT-3
  2> NOTE: Linux 5.15.0-1039-aws amd64/Eclipse Adoptium 17.0.8 (64-bit)/cpus=32,threads=1,free=179244152,total=536870912
  2> NOTE: All tests run in this JVM: [ShardOperationFailedExceptionTests, GetDecommissionStateRequestTests, RestoreRemoteStoreRequestTests, ClusterSearchShardsResponseTests, AnalysisStatsTests, TransportGetAliasesActionTests, GetDataStreamsRequestTests, RefreshResponseTests, UpdateSettingsRequestTests, QueryExplanationTests, TransportBulkActionTookTests, TransportMultiGetActionTests, ResyncReplicationRequestTests, ParsedScrollIdTests, SearchShardTests, TransportActionFilterChainTests, TransportMultiTermVectorsActionTests, TerminalTests, ShardStartedClusterStateTaskExecutorTests, CoordinationStateTests, PublicationTests, ComposableIndexTemplateMetadataTests, IndexNameExpressionResolverTests, DiscoveryNodeFiltersTests, RoutingNodeTests, AwarenessReplicaBalanceTests, IndexBalanceTests, RemoteShardsRebalanceShardsTests, ConcurrentRecoveriesAllocationDeciderTests, ClusterServiceTests, TableTests, ReleasableBytesReferenceTests, GeoUtilTests, PolygonBuilderTests, RateLimitingFilterTests, NetworkUtilsTests, WriteableSettingTests, CancellableThreadsTests, AbstractAsyncTaskTests, RunOnceTests, SmileXContentTests, DiscoveryModuleTests, ExtensionResponseTests, RegisterCustomSettingsTests, RemoteClusterStateServiceTests, SearchSlowLogTests, NamedAnalyzerTests, LuceneChangesSnapshotTests, GeoFieldDataTests, BinaryRangeUtilTests, DocumentParserTests, GeoPointFieldMapperTests, LegacyGeoShapeFieldMapperTests, PathMatchDynamicTemplateTests, BoolQueryBuilderTests, GeoDistanceQueryBuilderTests, MultiMatchQueryBuilderTests, ScriptScoreQueryBuilderTests, WildcardQueryBuilderTests, WorkerBulkByScrollTaskStateTests, DoubleNestedSortingTests, RetentionLeaseTests, RefreshListenersTests, SimilarityServiceTests, RemoteStoreLockManagerFactoryTests, RemoteFsTranslogTests, IndicesServiceCloseTests, RecoverySettingsDynamicUpdateTests, CopyStateTests, CollapsingTopDocsCollectorTests, CombinedBitSetTests, ResponseCollectorServiceTests, PluginInfoTests, ReloadableFsRepositoryTests, RestClusterDeleteWeightedRoutingActionTests, RestNodesActionTests, ScriptMetadataTests, SearchModuleTests, MultiBucketCollectorTests, MergingBucketsDeferringCollectorTests, FilterAggregatorTests, InternalVariableWidthHistogramTests, InternalDateRangeTests, LongKeyedBucketOrdsTests, UnsignedLongTermsTests, InternalCardinalityTests, InternalWeightedAvgTests, TDigestPercentileRanksAggregatorTests, BucketSortTests, MovFnAggrgatorTests, ValuesSourceConfigTests, FieldFetcherTests, RestDeletePitActionTests, RestClearScrollActionTests, ScriptSortBuilderTests, FuzzyOptionsTests, RepositoriesMetadataSerializationTests, TaskCancellationStatsTests, ScalingThreadPoolTests]

#7530

@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2023

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=pit/10_basic/Delete all}

@msfroh msfroh merged commit 758c708 into 2.11 Oct 6, 2023
61 checks passed
@github-actions github-actions bot deleted the backport/backport-10382-to-2.11 branch October 6, 2023 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants