Github user franz1981 commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1295
  
    @clebertsuconic It is something I think can over-complicate the environment 
setting for a user and could potentially makes the mechanism less efficient too.
    That's why:
    - the file is not a "real" file on Linux (it uses 
[/dev/shm](https://www.cyberciti.biz/tips/what-is-devshm-and-its-practical-usage.html))
 to avoid potential costs on page swapping/writeback of the dirty region, hence 
the position/name could not be bound to a fixed configured position
    - the file need to be zeroed on broker start and to make this behaviour 
safer&simpler to be implemented I prefer to let the file system do it for me, 
creating a new file with `pid-date of creation` info on the name (+ 
File::deleteOnExit), hence a fixed file name is not an option here too
    
    wdyt?
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to