Zhiyuan He

Results 32 comments of Zhiyuan He

Some comments: - Current only `taskSucceeds` is supported. We should provide a `taskEnds` callback. - We should figure out a way for user to specify a path for auto-saving. -...

I have made an investigation of this issue. Currently, memory issues exist both for framework watcher and poller. For framework watcher, if it is restarted or the watch connection is...

Update of this issue: 1. Will sync with @mydmdm to determine the detailed schema. This will be an P1 item for `v1.5.0` release. 2. In OpenPAI runtime, use the following...

> Question about this: > > 1. Can all runtime plugins merge to `prerequisites`? If so we could deprecated runtime extra field. Make `prerequisites` the official way? > 2. Maybe...

(TBD) Test Cases for v1.5.0 release 1. test cmd prerequisites ```yaml protocolVersion: 2 name: pre1 type: job jobRetryCount: 0 prerequisites: - type: script name: justecho plugin: com.microsoft.pai.runtimeplugin.cmd callbacks: - event:...

After discussion, the interaction between prerequisites and marketplace could be: In taskrole, the prerequisites referenced from marketplace are defined directly. No need to include them in the job level prerequisites....

Seems related to `lsof` in `job-exporter`. @Binyang2014 Do you have any idea?

## Main Design Ideas - One prerequisite is mainly made up of `name`, `plugin`, `plugin_params`, `type`, `require`. - To extend the usage, we introduce `template_variables` in `plugin_params`. However, when users...

Thanks @siaimes for sharing the solution.

The cause should be this: ``` W1118 08:54:33.945092 14 barrier.go:253] Failed to get Framework object from ApiServer: Unauthorized W1118 08:54:43.947234 14 barrier.go:253] Failed to get Framework object from ApiServer: Unauthorized...