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

Feature/follow up/discard unreachable shm locators #5126

Closed

Commits on Jul 30, 2024

  1. Refs #19036: NetworkFactory.h -> NetworkFactory.hpp

    Signed-off-by: eduponz <[email protected]>
    EduPonz committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    fcf10bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea8a5c3 View commit details
    Browse the repository at this point in the history
  3. Refs #19036: ProxyDataFilters::filter_locators delegates locator chec…

    …king to the NetworkFactory
    
    Signed-off-by: eduponz <[email protected]>
    EduPonz committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e4a8983 View commit details
    Browse the repository at this point in the history
  4. Refs #19036: NetworkFactory::is_locator_reachable iterates over the t…

    …ransports until one reports locator reachability
    
    Signed-off-by: eduponz <[email protected]>
    EduPonz committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    efe02ca View commit details
    Browse the repository at this point in the history
  5. Refs #19036: SharedMemTransport::is_locator_reachable discards non-sh…

    …m non-local ports, and shm local ports that cannot open to write
    
    Signed-off-by: eduponz <[email protected]>
    EduPonz committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b4833f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Refs #19036: Apply suggestions

    Signed-off-by: elianalf <[email protected]>
    elianalf authored and MiguelCompany committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    170e8c4 View commit details
    Browse the repository at this point in the history
  2. Refs #19036. Increase MAX_DOMAIN_NAME_LENGTH and `CURRENT_ABI_VERSI…

    …ON`.
    
    Signed-off-by: Miguel Company <[email protected]>
    MiguelCompany committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8077a51 View commit details
    Browse the repository at this point in the history
  3. Refs #19036. Rename to creator_name.

    Signed-off-by: Miguel Company <[email protected]>
    MiguelCompany committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c80f97e View commit details
    Browse the repository at this point in the history
  4. Refs #19036. Port receives domain name on construction.

    Signed-off-by: Miguel Company <[email protected]>
    MiguelCompany committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7459a23 View commit details
    Browse the repository at this point in the history
  5. Refs #19036. Use user name as part of the port ABI check.

    Signed-off-by: Miguel Company <[email protected]>
    MiguelCompany committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7e2b522 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    43b342e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae9b825 View commit details
    Browse the repository at this point in the history
  3. Revert "Refs #19036. Rename to creator_name."

    This reverts commit c80f97e.
    elianalf committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3f7839a View commit details
    Browse the repository at this point in the history
  4. Revert "Refs #19036. Increase MAX_DOMAIN_NAME_LENGTH and `CURRENT_A…

    …BI_VERSION`."
    
    This reverts commit 8077a51.
    elianalf committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3220dc1 View commit details
    Browse the repository at this point in the history
  5. Refs #19036: Change the address sent in case of shm transport from ho…

    …st id to user name
    
    Signed-off-by: elianalf <[email protected]>
    elianalf committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    bfb7538 View commit details
    Browse the repository at this point in the history
  6. Refs #19036: Uncrustify

    Signed-off-by: elianalf <[email protected]>
    elianalf committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    15f49ab View commit details
    Browse the repository at this point in the history
  7. Refs #19036: Copy the user name in address starting from the second b…

    …yte because the first is used for unicast info
    
    Signed-off-by: elianalf <[email protected]>
    elianalf committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    298b3c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Refs #19036: Add network_mode: and host ipc: host to make the contain…

    …ers communicate
    
    Signed-off-by: elianalf <[email protected]>
    elianalf committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ef97318 View commit details
    Browse the repository at this point in the history
  2. Refs #19036: Solve build issue in windows

    Signed-off-by: elianalf <[email protected]>
    elianalf committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7d9d6b3 View commit details
    Browse the repository at this point in the history
  3. use shm locator's addres MD5 mangling host id and user name

    Signed-off-by: Mario Dominguez <[email protected]>
    Mario-DL committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    bcd5d61 View commit details
    Browse the repository at this point in the history