Skip to content

Commit

Permalink
Fixing javadocs for ITs
Browse files Browse the repository at this point in the history
Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
  • Loading branch information
shourya035 committed Apr 20, 2024
1 parent 667cffe commit cae1886
Showing 1 changed file with 5 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -495,21 +495,11 @@ private void assertDocrepProperties(String index) {
}

/**
* Assert index settings have:
* <li>
* <code>index.remote_store.enabled</code> is <code>true</code>
* </li>
* <li>
* <code>index.remote_store.segment.repository</code> is not <code>null</code>
* </li>
* <li>
* <code>index.remote_store.translog.repository</code> is not <code>null</code>
* </li>
* <li>
* <code>index.replication.type</code> is <code>SEGMENT</code>
* </li>
* <br>
* Also asserts index metadata customs has the <code>remote_store</code> key
* Assert current index settings have:
* - index.remote_store.enabled == true
* - index.remote_store.segment.repository != null
* - index.remote_store.translog.repository != null
* - index.replication.type == SEGMENT
*/
private void assertRemoteProperties(String index) {
logger.info("---> Asserting remote index settings");
Expand Down

0 comments on commit cae1886

Please sign in to comment.