You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(errorOut.Any(e =>!string.IsNullOrWhiteSpace(e.Line)&&!e.Line.Contains("usage of JAVA_HOME is deprecated"))&&!binary.Contains("plugin")&&!binary.Contains("cert"))
189
189
thrownewException(
190
-
$"Recieved error out with exitCode ({result.ExitCode}) while executing {description}: {command}");
190
+
$"Received error out with exitCode ({result.ExitCode}) while executing {description}: {command}");
191
191
192
192
writer?.WriteDiagnostic(
193
193
$"{{{nameof(ExecuteBinary)}}} finished process [{description}] {{{result.ExitCode}}}");
cluster.Writer?.WriteDiagnostic($"{{{nameof(EnsureJavaHomeEnvironmentVariableIsSet)}}} Forcing [JAVA8_HOME] as [JAVA_HOME] since we are on Elasticsearch <6.0.0");
cluster.Writer?.WriteDiagnostic($"{{{nameof(EnsureJavaHomeEnvironmentVariableIsSet)}}} [JAVA_HOME] is set, unsetting for process to prefer bundled jdk..");
cluster.Writer?.WriteDiagnostic($"{{{nameof(EnsureJavaHomeEnvironmentVariableIsSet)}}} [{envVarName}] is set; clearing value for process to prefer bundled jdk...");
0 commit comments