You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
W0423 16:53:09.495382 52598 trans_command.go:72] send command to task(1587631755094644812.0.1.zone-qq-ios-v1587631581.cn-trunk-test1-new.20048) err:Operation cannot be fulfilled on taskgroups.bkbcs.tencent.com "1.zone-qq-ios-v1587631581.cn-trunk-test1-new.20048.1587631755094644812": the object has been modified; please apply your changes to the latest version and try again
解决方法:
定位是由于多线程对taskgroup进行读写,没有加锁的导致的。
The text was updated successfully, but these errors were encountered:
问题描述
W0423 16:53:09.495382 52598 trans_command.go:72] send command to task(1587631755094644812.0.1.zone-qq-ios-v1587631581.cn-trunk-test1-new.20048) err:Operation cannot be fulfilled on taskgroups.bkbcs.tencent.com "1.zone-qq-ios-v1587631581.cn-trunk-test1-new.20048.1587631755094644812": the object has been modified; please apply your changes to the latest version and try again
解决方法:
定位是由于多线程对taskgroup进行读写,没有加锁的导致的。
The text was updated successfully, but these errors were encountered: