cxhttt233 opened a new issue, #8215: URL: https://github.com/apache/hop/issues/8215
### Apache Hop version? SNAPSHOT-20260901 ### Java version? 21 ### Operating system Docker ### What happened? After #8119, Hop Web uses a separate VFS namespace for each session. However, switching/enabling a project still calls: ProjectsUtil.enableProject() → HopVfs.setBootstrapVariables() If named VFS providers were already registered, setBootstrapVariables() calls the global HopVfs.reset(). HopVfs.reset() calls HopVfsNamespaces.reset(), which closes all existing VFS namespaces in the JVM. As a result, enabling a project in session B can invalidate the VFS namespace currently used by session A. This appears to be a remaining global reset path after #8119. Codex suggests this cause, but it still needs confirmation. ### Issue Priority Priority: 2 ### Issue Component Component: Hop Web -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
