amccurry / pack

Hdfs Block Storage System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhance the classpath copy on startup

amccurry opened this issue · comments

Currently pack copies all the files on the server's classpath before it start a mount. That way upgrades won't disrupt current running mounts. We can improve this by having the server maintain the copies and when all the files are not in use by a running mount the old libraries can be GCed.