project-codeflare / multi-cluster-app-dispatcher

Holistic job manager on Kubernetes
Apache License 2.0
108 stars 63 forks source link

[quota management] cache errors in quota management #576

Open asm582 opened 1 year ago

asm582 commented 1 year ago

Local tesing of quota management shows below errors:

E0814 18:18:32.493118       1 treecache.go:411] root node is missing; creating empty tree 
W0814 18:18:32.493152       1 quotamanager.go:91] Warning: cache not clean after tree created: Response: {TreeName=quota_service; RootNodeName=""; DanglingNodeNames=[]} 
E0814 18:18:32.493164       1 treecache.go:411] root node is missing; creating empty tree 
W0814 18:18:32.493170       1 quotamanager.go:91] Warning: cache not clean after tree created: Response: {TreeName=quota_context; RootNodeName=""; DanglingNodeNames=[]} 
asm582 commented 1 year ago

@metalcycling can you please verify if you see the same error messages?