Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from real-logic:master #1770

Merged
merged 1 commit into from
Jul 14, 2023
Merged

Commits on Jul 13, 2023

  1. [C] Do not fail if Aeron dir exists, but the CnC file does not. (#1481)

    If you try to start a C Media Driver with an existing directory,
    but without a CnC file inside, it will fail:
    
    ERROR: driver init (2) (2) No such file or directory
    [aeron_open_file_rw, aeron_fileutil.c:428] Failed to open file: /dev/shm/empty/cnc.dat
    [aeron_driver_init, aeron_driver.c:860] could not recreate aeron dir: /dev/shm/empty
    
    ERROR: driver close (22) (22) Invalid argument
    [aeron_driver_close, aeron_driver.c:1117] driver is null
    
    It's not really an error, could be due to the directory being empty,
    so it seems better to continue.
    
    This aligns behaviour with the Java Media Driver.
    wojciech-adaptive committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    aaa8c14 View commit details
    Browse the repository at this point in the history