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

Read node_id from discovery_nodes table in RDBMS #4042

Merged
merged 25 commits into from
Jun 29, 2023

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    bd40df4 View commit details
    Browse the repository at this point in the history
  2. Start Mnesia based on config

    Report stacktrace if we fail to start the application
    arcusfelis committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    5bbe39a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33c8487 View commit details
    Browse the repository at this point in the history
  4. Start CETS after outgoing pools

    Start mongoose_start_node_id
    arcusfelis committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    7ba1f5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58fd64a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd76743 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f69dfda View commit details
    Browse the repository at this point in the history
  8. Add mongoose_node_num instead of ejabberd_node_id

    There are two backends: Mnesia or CETS disco.
    
    If none backends are useful, we fallback to node_id to be 0 (which is not that major issue for MAM ID collisions)
    arcusfelis committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    e1b7ad2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    372b8fd View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    506a7a4 View commit details
    Browse the repository at this point in the history
  2. Fix cets_disco_SUITE:rdbms_backend backend

    We don't care if test2 is returned in a list returned on test2 node
    arcusfelis committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    8167380 View commit details
    Browse the repository at this point in the history
  3. Ensure ejabberd_sup is started in mongoose_cleanup_SUITE

    Fixes mongoose_cleanup_SUITE:stream_management stop logic
    arcusfelis committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    e3fd670 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    393ff75 View commit details
    Browse the repository at this point in the history
  5. Fix mssql schema

    No unsigned type
    arcusfelis committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    22a8c88 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    57456d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f8bea8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bff87e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b25b2b View commit details
    Browse the repository at this point in the history
  5. Add start_node_id_SUITE

    arcusfelis committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    171fa01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8978847 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    2b9d616 View commit details
    Browse the repository at this point in the history
  2. Start mnesia permanently

    arcusfelis committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    b6a1dde View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Fix typo

    arcusfelis committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    a9ab441 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80077e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b83dc98 View commit details
    Browse the repository at this point in the history