Commit graph

4 commits

Author SHA1 Message Date
fd7ebe6b5c
lint: check the return values of Close calls
golangci-lint v2 with its default linters flags ten unchecked Close
returns (errcheck) that v1.64 did not report: the database and rows
handles in the SQLite store, the MetaServer response body and probe
connection, and the test fixtures.
2026-08-08 01:04:50 +05:30
c2661f7c75
bridge: make the cache-sync channel buffered to avoid a goroutine leak
On timeout the manager goroutine still finishes WaitForCacheSync and
closes the synced channel, but nobody reads it: on an unbuffered channel
that close blocks forever. A buffer of one lets the goroutine finish.
2026-08-08 01:04:50 +05:30
21989483ea
README: show project, LFX, and PR links directly 2026-08-08 00:56:09 +05:30
d2c0cd4d9a
runtimeclass-debugger: edge-node diagnostic tool for the KubeEdge RuntimeClass path 2026-08-08 00:35:22 +05:30