Files
seaweedfs/weed/plugin
Chris Lu 1cb659019e shell: reset noLock in the admin script dispatcher too
Three dispatchers reuse one CommandEnv: the interactive shell, the master's
maintenance script runner, and the plugin worker's admin script handler. The
third is exempt anyway because it calls ForceNoLock, so this changes nothing
today -- it keeps the rule the same everywhere rather than resting on that
exemption staying in place.
2026-08-31 11:39:09 -07:00
..