wujixin
wujixin
我遇到是安卓部分手机不行,ios正常,不懂怎么搞了
> 请先用goimport格式化下代码,通过初步check @watermelon-brother 已经格式化了
看下面这段程序,你在思考下我说的问题吧 @swordqiu 模拟程序 ``` go package main import ( "fmt" "sync" "time" ) func main() { mutex := sync.Mutex{} // 创建唤醒锁 cond := sync.NewCond(&mutex) goRoutine := func() { for i...
k8s事件触发的时候run函数中的lockman.LockClass @swordqiu https://github.com/yunionio/kubecomps/blob/master/pkg/kubeserver/client/cache.go ```go func (h eventHandler) run(f func(ctx context.Context, userCred mcclient.TokenCredential, cls manager.ICluster)) { // cacheFactory must enable bidirectional sync if !h.cacheFactory.bidirectionalSync { return } adminCred := auth.AdminCredential() ctx...
@swordqiu ```go June 30th 2022, 03:39:49.577 [fatal 220630 03:39:49 lockman.(*SInMemoryLockRecord).fatalf(inmemory.go:51)] try to unlock a wait context??? key=[k8s_node-] June 30th 2022, 03:39:49.574 /usr/local/go/src/runtime/debug/stack.go:24 +0x65 June 30th 2022, 03:39:49.574 /go/opm/k8s/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:155 +0x67 June...
What is the ENCAP_IP? It`s the physhic nic address to use for the dpdk? @carezkh @oilbeater @luoyunhe