Liu Shaohui

Results 12 issues of Liu Shaohui

![a](https://user-images.githubusercontent.com/118687/52054486-a16bd980-2597-11e9-9b30-158a066d3862.png) In the xlearning job web UI, the metrics graph can not be seen for these is no js for it.

When running the tf example, there is no info in Tensorboard because of following exceptions. The exception can be seen when changing the tensorboard stdout/err log from debug to INFO...

Support docker runtime on yarn in xleanrning with following configs in xlearning-site.xml ``` yarn.app.xlearning.am.env YARN_CONTAINER_RUNTIME_TYPE=docker,YARN_CONTAINER_RUNTIME_DOCKER_IMAGE=tensorflow/tensorflow:1.12.0 yarn.app.xlearning.container.env YARN_CONTAINER_RUNTIME_TYPE=docker,YARN_CONTAINER_RUNTIME_DOCKER_IMAGE=tensorflow/tensorflow:1.12.0 ```

After reading the doc: https://groups.google.com/g/android-building/c/EJradKEiPl0, we try to accelerate the build of AOSP using RBE build with buildfarm, but the build failed with following error. Any suggestion about the problem,...

Currently, the test coverity is very low. We need to add an unit test framework for KK command to simulate all kinds of cases ``` $ go test ./... -coverprofile...

When installing kubesphere 3.1.1 with devops.enable=false, the ks-apiserver failed to start with following errors: ``` W1019 21:38:34.605684 1 client_config.go:552] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might...

area/devops

In a test k8s cluster with 60+ nodes and 4000+ namespaces, ks-apiserver and ks-controller-manager start failed for OOMKilled. we need to make the resource of ks-apiserver and ks-controller-manager pods configurabable.

kind/support

## Question After add a blueprint for a project from jira, the jira plugin always run failed for: 429 - Too many requests. For there is no way to set...

type/question

### 🐛 Describe the bug When getting started with hpcaitech/colossalai:0.3.0 docker image, the following errors are encountered. ``` docker run -ti --gpus all --rm --ipc=host hpcaitech/colossalai:0.3.0 ``` ``` # colossalai...

bug