steinsgateted commented on pull request #61:
URL:
https://github.com/apache/incubator-yunikorn-scheduler-interface/pull/61#issuecomment-1032958742
It has not been completed, execute make test in k8sshim on the local side,
there will be this error:
`fatal error: sync: RUnlock of unlocked RWMutex`
detailed:
```
2022-02-09T00:02:52.602+0800 INFO entrypoint/entrypoint.go:46
ServiceContext start all services
2022-02-09T00:02:52.606+0800 INFO entrypoint/entrypoint.go:93
ServiceContext start scheduling services
2022-02-09T00:02:52.607+0800 INFO entrypoint/entrypoint.go:110
creating InternalMetricsHistory
2022-02-09T00:02:52.607+0800 INFO entrypoint/entrypoint.go:117
ServiceContext start web application service
2022-02-09T00:02:52.610+0800 INFO webservice/webservice.go:71
web-app started {"port": 9080}
2022-02-09T00:02:52.610+0800 INFO log/logger.go:89 scheduler
configuration, pretty print {"configs": "{\n \"schedulerName\":
\"yunikorn\",\n \"clusterId\": \"my-kube-cluster\",\n \"clusterVersion\":
\"0.1\",\n \"policyGroup\": \"queues\",\n \"schedulingIntervalSecond\":
1000000000,\n \"absoluteKubeConfigFilePath\": \"\",\n \"loggingLevel\": 0,\n
\"logEncoding\": \"console\",\n \"logFilePath\": \"\",\n \"volumeBindTimeout\":
10000000000,\n \"testMode\": true,\n \"eventChannelCapacity\": 1048576,\n
\"dispatchTimeout\": 300000000000,\n \"kubeQPS\": 1000,\n \"kubeBurst\":
1000,\n \"predicates\": \"\",\n \"operatorPlugins\":
\"general,yunikorn-app\",\n \"enableConfigHotRefresh\": false,\n
\"disableGangScheduling\": false,\n \"userLabelKey\":
\"yunikorn.apache.org/username\"\n}"}
2022-02-09T00:02:52.610+0800 INFO appmgmt/appmgmt.go:50 Initializing
new AppMgmt service
2022-02-09T00:02:52.611+0800 INFO dispatcher/dispatcher.go:80 Init
dispatcher {"EventChannelCapacity": 1048576, "AsyncDispatchLimit": 104857,
"DispatchTimeoutInSeconds": 300}
2022-02-09T00:02:52.611+0800 WARN appmgmt/appmgmt.go:133 App manager
is not registered {"app manager name": "yunikorn-app"}
2022-02-09T00:02:52.611+0800 INFO dispatcher/dispatcher.go:183
starting the dispatcher
2022-02-09T00:02:52.612+0800 INFO cache/placeholder_manager.go:144
starting the PlaceholderManager
2022-02-09T00:02:52.612+0800 INFO shim/scheduler_mock_test.go:119
waiting for scheduler state {"expected": "Running", "actual": "New"}
fatal error: sync: RUnlock of unlocked RWMutex
goroutine 76 [running]:
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]