fix: service NullPointerException when getSpec() (#13868)
Code Coverage / ci (17, ubuntu-latest) (push) Waiting to run Details
PUSH-CI / Build dist tar (push) Waiting to run Details
PUSH-CI / Docker images (centos, 17) (push) Blocked by required conditions Details
PUSH-CI / Deploy nacos (push) Blocked by required conditions Details
PUSH-CI / Java e2e Test (push) Blocked by required conditions Details
PUSH-CI / GO E2E Test (push) Blocked by required conditions Details
PUSH-CI / Cpp E2E Test (push) Blocked by required conditions Details
PUSH-CI / Csharp E2E Test (push) Blocked by required conditions Details
PUSH-CI / Nodejs E2E Test (push) Blocked by required conditions Details
PUSH-CI / Python E2E Test (push) Blocked by required conditions Details
PUSH-CI / Clean (push) Blocked by required conditions Details

This commit is contained in:
luhuabin 2025-09-29 17:08:58 +08:00 committed by GitHub
parent e80c6baf6f
commit 08da133e55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -256,7 +256,6 @@ public class K8sSyncServer {
}
}
});
factory.startAllRegisteredInformers();
// Wait until the cache of each informer has been fully synced before proceeding.
// This ensures that the local cache contains the latest and complete resource data.