gyfora commented on PR #409: URL: https://github.com/apache/flink-kubernetes-operator/pull/409#issuecomment-1291961279
> Hi @darenwkt ideally we should be able to control the stack-trace per CR: > > ``` > flinkConfiguration: > taskmanager.numberOfTaskSlots: "2" > kubernetes.operator.exception.stacktrace.enabled: "true" > ``` > > With the current approach this is an operator wide config only. @gyfora wdyt? I am not completely sure about this. It might be better to let operator admins decide on this setting, at least the size limits for sure. In any case there is some inconsitency in the current implementation: If something is put in the `KubernetesOperatorConfigurations` the ConfigOption should have the annotation `SECTION_SYSTEM` not dynamic (those are for options that can dynamically be overridden from the user flink config as Matyas suggested). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org