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

Increment version to 2.12 and fix build failure #1296

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

monusingh-1
Copy link
Collaborator

@monusingh-1 monusingh-1 commented Dec 12, 2023

Increment version to 2.12 and fix build failure

Description

Increment version to 2.12 and fix build failure

Following changed the constructor
opensearch-project/OpenSearch@e691df0

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Fix build failure (opensearch-project#1281)

Signed-off-by: monusingh-1 <[email protected]>
@monusingh-1 monusingh-1 marked this pull request as ready for review December 12, 2023 05:35
@monusingh-1 monusingh-1 enabled auto-merge (squash) December 12, 2023 05:37
@@ -72,7 +73,7 @@ class TransportReplayChangesAction @Inject constructor(settings: Settings, trans
TransportWriteAction<ReplayChangesRequest, ReplayChangesRequest, ReplayChangesResponse>(
settings, ReplayChangesAction.NAME, transportService, clusterService, indicesService, threadPool, shardStateAction,
actionFilters, Writeable.Reader { inp -> ReplayChangesRequest(inp) }, Writeable.Reader { inp -> ReplayChangesRequest(inp) },
EXECUTOR_NAME_FUNCTION, false, indexingPressureService, systemIndices) {
EXECUTOR_NAME_FUNCTION, false, indexingPressureService, systemIndices, NoopTracer.INSTANCE) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have any tracking task for tracer integration?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No

Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (95028c8) 76.30% compared to head (7e72190) 76.30%.

Additional details and impacted files
@@            Coverage Diff            @@
##                2.x    #1296   +/-   ##
=========================================
  Coverage     76.30%   76.30%           
- Complexity     1046     1048    +2     
=========================================
  Files           141      141           
  Lines          4785     4785           
  Branches        526      526           
=========================================
  Hits           3651     3651           
- Misses          782      783    +1     
+ Partials        352      351    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@monusingh-1 monusingh-1 merged commit cb5af60 into opensearch-project:2.x Dec 12, 2023
18 checks passed
@monusingh-1 monusingh-1 deleted the 2.x_to2.11 branch December 12, 2023 06:25
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.

3 participants