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.x] Use ConcurrentHashMap for batching tasks per executor in TaskBatcher … #6566

Merged
merged 1 commit into from
Mar 7, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 30e4e5e from #5827.

#5827)

* Use ConcurrentHashMap for batching tasks per executor in TaskBatcher (#5099)

Signed-off-by: Aman Khare <[email protected]>
(cherry picked from commit 30e4e5e)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@github-actions
Copy link
Contributor

github-actions bot commented Mar 7, 2023

Gradle Check (Jenkins) Run Completed with:

@codecov-commenter
Copy link

Codecov Report

Merging #6566 (100dc00) into 2.x (a6cff75) will increase coverage by 0.03%.
The diff coverage is 83.33%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@             Coverage Diff              @@
##                2.x    #6566      +/-   ##
============================================
+ Coverage     70.42%   70.46%   +0.03%     
+ Complexity    59360    59338      -22     
============================================
  Files          4800     4800              
  Lines        284588   284583       -5     
  Branches      41349    41347       -2     
============================================
+ Hits         200417   200527     +110     
+ Misses        67493    67346     -147     
- Partials      16678    16710      +32     
Impacted Files Coverage Δ
...va/org/opensearch/cluster/service/TaskBatcher.java 83.90% <83.33%> (+0.21%) ⬆️
...g/opensearch/index/analysis/CharFilterFactory.java 0.00% <0.00%> (-100.00%) ⬇️
...ch/transport/ReceiveTimeoutTransportException.java 50.00% <0.00%> (-50.00%) ⬇️
.../index/shard/IndexShardNotRecoveringException.java 0.00% <0.00%> (-50.00%) ⬇️
.../org/opensearch/client/indices/AnalyzeRequest.java 31.00% <0.00%> (-45.00%) ⬇️
...regations/metrics/AbstractHyperLogLogPlusPlus.java 51.72% <0.00%> (-44.83%) ⬇️
...h/action/ingest/SimulateDocumentVerboseResult.java 60.71% <0.00%> (-39.29%) ⬇️
...earch/client/indices/GetIndexTemplatesRequest.java 46.15% <0.00%> (-38.47%) ⬇️
...ion/admin/cluster/node/info/PluginsAndModules.java 53.12% <0.00%> (-34.38%) ⬇️
...rc/main/java/org/opensearch/ingest/IngestInfo.java 51.72% <0.00%> (-27.59%) ⬇️
... and 452 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@andrross andrross merged commit a36e45f into 2.x Mar 7, 2023
@andrross andrross deleted the backport/backport-5827-to-2.x branch March 7, 2023 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants