Skip to content

Commit

Permalink
Don't change Extension REST client Settings with transport node info (#…
Browse files Browse the repository at this point in the history
…786)

Signed-off-by: Daniel Widdis <[email protected]>
(cherry picked from commit ba15d56)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 25, 2023
1 parent 9136181 commit 62c62b8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public InitializeExtensionResponse handleExtensionInitRequest(InitializeExtensio
// After sending successful response to initialization, send the REST API and Settings
extensionsRunner.setOpensearchNode(extensionInitRequest.getSourceNode());
extensionsRunner.setExtensionNode(extensionInitRequest.getExtension());
extensionsRunner.getSdkClient().updateOpenSearchNodeSettings(extensionInitRequest.getSourceNode().getAddress());

// TODO: replace with sdkTransportService.getTransportService()
TransportService extensionTransportService = extensionsRunner.getExtensionTransportService();
Expand Down

0 comments on commit 62c62b8

Please sign in to comment.