Skip to content

Conversation

@linuxpi
Copy link
Contributor

@linuxpi linuxpi commented Jul 21, 2023

Remove remote translog setting and restrict to remote only index creation


Signed-off-by: bansvaru [email protected]
(cherry picked from commit c47ec1b)

Description

Backports #8719 to 2.x

Related Issues

NA

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
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)

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.

…nabled (opensearch-project#8719)

Remove remote translog setting and restrict to remote only index creation

---------

Signed-off-by: bansvaru <[email protected]>
(cherry picked from commit c47ec1b)
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.indices.replication.SegmentReplicationRelocationIT.testPrimaryRelocation

@codecov
Copy link

codecov bot commented Jul 21, 2023

Codecov Report

Merging #8813 (d2be1e6) into 2.x (18fc75f) will increase coverage by 0.11%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                2.x    #8813      +/-   ##
============================================
+ Coverage     70.62%   70.73%   +0.11%     
- Complexity    57350    57389      +39     
============================================
  Files          4758     4758              
  Lines        271525   271507      -18     
  Branches      40029    40024       -5     
============================================
+ Hits         191760   192050     +290     
+ Misses        63297    63013     -284     
+ Partials      16468    16444      -24     
Impacted Files Coverage Δ
...rg/opensearch/common/settings/ClusterSettings.java 93.18% <ø> (ø)
...pensearch/common/settings/IndexScopedSettings.java 100.00% <ø> (ø)
...in/java/org/opensearch/indices/IndicesService.java 70.15% <ø> (+0.10%) ⬆️
...org/opensearch/cluster/metadata/IndexMetadata.java 85.40% <100.00%> (+0.80%) ⬆️
...h/cluster/metadata/MetadataCreateIndexService.java 79.26% <100.00%> (-0.29%) ⬇️
.../main/java/org/opensearch/index/IndexSettings.java 85.89% <100.00%> (-0.04%) ⬇️

... and 470 files with indirect coverage changes

@sachinpkale sachinpkale merged commit 91398c3 into opensearch-project:2.x Jul 22, 2023
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