Skip to content

Commit

Permalink
Removes tiny.amazon.com links (opensearch-project#1420)
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura authored May 4, 2023
1 parent 8714e2a commit 68738c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/multitenancy/tenant_index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export async function migrateTenantIndices(
}

// follows the same approach in opensearch_dashboards_migrator.ts to initiate DocumentMigrator here
// see: https://tiny.amazon.com/foi0x1wt/githelaskibablobe4c1srccore
const documentMigrator = new DocumentMigrator({
opensearchDashboardsVersion,
typeRegistry,
Expand All @@ -103,7 +102,6 @@ export async function migrateTenantIndices(
});

// follows the same aporach in opensearch_dashboards_mirator.ts to construct IndexMigrator
// see: https://tiny.amazon.com/9cdcchz5/githelaskibablobe4c1srccore
//
// FIXME: hard code batchSize, pollInterval, and scrollDuration for now
// they are used to fetched from `migration.xxx` config, which is not accessible from new playform
Expand Down

0 comments on commit 68738c2

Please sign in to comment.