-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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] Fix org.opensearch.index.ShardIndexingPressureConcurrentExecutionTests.testReplicaThreadedThroughputDegradationAndRejection #1361
Comments
@getsaurabh02 could you please take a look? The test is certainly unstable, thank you. |
…t#1361) Signed-off-by: Saurabh Singh <sisurab@amazon.com>
Thanks @reta > I verified the flakiness is due to I have been able to verify the failure consistently for value of ```NUM_THREADS`` greater than 110. Since the test focussed on rejection due to throughput degradation, and not the node limit, I have updated the concurrency to be in the range if 80 to 100 in the #1364, such that shard limit is never reached.
|
Fixes flakiness for test testReplicaThreadedThroughputDegradationAndRejection. Reduced the number of threads concurrently executing from the initial range between (100-120) to a new range between (80-100), as the previous range was breaking the node limits set as 10kb, for every execution where number of threads were greater than 110. Signed-off-by: Saurabh Singh <sisurab@amazon.com>
…t#1361) Signed-off-by: Saurabh Singh <sisurab@amazon.com>
@reta Seems the fix already merged. closing the ticket. Please feel free to re-open it if you still facing issues. |
Describe the bug
The test is flaky and often fails, see please #1358
To Reproduce
Expected behavior
A test should pass
Plugins
N/A
Screenshots
N/A
Host/Environment (please complete the following information):
Linux/Ubuntu
OpenSearch Build Hamster says Hello!
Gradle Version : 6.6.1
OS Info : Linux 5.11.0-37-generic (amd64)
Runtime JDK Version : 15 (OpenJDK)
Runtime java.home : /usr/lib/jvm/java-15.0.2-openjdk-amd64
Gradle JDK Version : 11 (JDK)
Gradle java.home : /usr/lib/jvm/java-11-openjdk-amd64
Random Testing Seed : 8EC1ED900DC1D154
In FIPS 140 mode : false
Additional context
The text was updated successfully, but these errors were encountered: