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

[BUG][Segment Replication] Gradle check failures #2414

Closed
Tracked by #2194
Poojita-Raj opened this issue Mar 9, 2022 · 1 comment
Closed
Tracked by #2194

[BUG][Segment Replication] Gradle check failures #2414

Poojita-Raj opened this issue Mar 9, 2022 · 1 comment
Assignees

Comments

@Poojita-Raj
Copy link
Contributor

Poojita-Raj commented Mar 9, 2022

Describe the bug
Gradle check currently does not pass for feature/segment-replication branch and fails multiple tests with thread leaks.
Tests with failures:

  • org.opensearch.ExceptionSerializationTests.testExceptionRegistration
  • org.opensearch.action.support.replication.TransportReplicationAllPermitsAcquisitionTests.classMethod
  • org.opensearch.action.bulk.TransportShardBulkActionTests.classMethod
  • org.opensearch.index.engine.NoOpEngineRecoveryTests.classMethod
  • org.opensearch.index.shard.IndexShardRetentionLeaseTests.classMethod
  • org.opensearch.index.shard.ShardGetServiceTests.classMethod
  • org.opensearch.repositories.blobstore.BlobStoreRepositoryRestoreTests.classMethod
  • org.opensearch.index.replication.RetentionLeasesReplicationTests.classMethod
  • org.opensearch.index.shard.PrimaryReplicaSyncerTests.classMethod
  • org.opensearch.indices.recovery.RecoveryTests.classMethod
  • org.opensearch.index.shard.RemoveCorruptedShardDataCommandTests.classMethod
  • org.opensearch.indices.recovery.PeerRecoveryTargetServiceTests.classMethod
  • org.opensearch.indices.recovery.PeerRecoverySourceServiceTests.classMethod
  • org.opensearch.search.query.QueryPhaseTests.classMethod
  • org.opensearch.indices.IndexingMemoryControllerTests.classMethod
  • org.opensearch.index.shard.IndexShardTests.classMethod
  • org.opensearch.recovery.RecoveriesCollectionTests.classMethod
  • org.opensearch.index.IndexModuleTests.classMethod
  • org.opensearch.index.replication.IndexLevelReplicationTests.classMethod
  • org.opensearch.index.replication.RecoveryDuringReplicationTests.classMethod

To Reproduce
Steps to reproduce the behavior: run gradle check

Screenshots
Example error:
image

@Poojita-Raj Poojita-Raj added bug Something isn't working untriaged labels Mar 9, 2022
@mch2 mch2 removed bug Something isn't working untriaged labels Mar 9, 2022
@Poojita-Raj Poojita-Raj self-assigned this Mar 25, 2022
@Poojita-Raj Poojita-Raj changed the title [BUG][Segment Replication] Thread leaks observed on gradle check [BUG][Segment Replication] Gradle check failures Mar 30, 2022
@Poojita-Raj
Copy link
Contributor Author

Most recent gradle check failure (with 1 failing test) caused by:

Tests with failures:
org.opensearch.index.engine.EvilInternalEngineTests.testOutOfMemoryErrorWhileMergingIsRethrownAndIsUncaught

Full stack trace can be seen in this log: #2551 (comment)

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

No branches or pull requests

3 participants