-
Notifications
You must be signed in to change notification settings - Fork 432
Closed
Labels
Milestone
Description
Apache Hop version?
2.13.0-SNAPSHOT
Java version?
openjdk-17
Operating system
Linux
What happened?
Looking into a server where we have Hop running, I found that the <HOP_ROOT>/audit/hop-gui/project subdirectory was full of *-open.event.json files. Anyone of these files contains a reference to an event that stated the fact that a project's file has been opened.
Because of the following reasons:
- Hop processes are run only by using hop-run.sh
- The server doesn't have any GUI installed so hop-gui cannot be excuted at all
I expected that subdirectory must be empty. In my opinion that events must be registered only when a project is opened from hop-gui and must never be registered in all other cases. Therefore we suppose this is a bug that must be analized
Issue Priority
Priority: 3
Issue Component
Component: Hop Run
Reactions are currently unavailable