spark-operator icon indicating copy to clipboard operation
spark-operator copied to clipboard

fix executor event formatting

Open GaruGaru opened this issue 3 years ago • 2 comments

The formatter args for the executor events are passed as slice instead of vararg, this causes the events to be displayed as follows: Executor [exec-name %!s(int32=143) Error] failed with ExitCode: %!d(MISSING), Reason: %!s(MISSING)

Expected event format: Executor [exec-name Error] failed with ExitCode: 143, Reason: <reason>

GaruGaru avatar May 23 '22 18:05 GaruGaru

The build failed. Could you please take a look and fix it?

liyinan926 avatar Jun 18 '22 23:06 liyinan926

@liyinan926 The checks are failing for the following reason

resource used in gcr.io/spark-operator/spark-operator has changed in pkg/, need to update the appVersion in charts/spark-operator-chart/Chart.yaml

Should I go ahead and update the appVersion in the chart in this PR ?

eg: from v1beta2-1.3.5-3.1.1 to v1beta2-1.3.6-3.1.1

GaruGaru avatar Jun 19 '22 15:06 GaruGaru