Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: orientechnologies/orientdb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.42
Choose a base ref
...
head repository: orientechnologies/orientdb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.2.43
Choose a head ref
  • 14 commits
  • 25 files changed
  • 2 contributors

Commits on Jul 2, 2025

  1. Configuration menu
    Copy the full SHA
    34b36a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. Configuration menu
    Copy the full SHA
    812c54a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Configuration menu
    Copy the full SHA
    9ec4885 View commit details
    Browse the repository at this point in the history
  2. Eliminate duplicate scheduleTask code.

    timw authored and tglman committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    1b9cbe2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25794a9 View commit details
    Browse the repository at this point in the history
  4. Detect distributed setup early in activate process.

    Split loading of enabled server plugins and starting of plugins to allow presence of a distributed server manager to be detected prior to network listeners being established and storage open.
    This allows guarding of constructs that require the distributed plugin to be present (and potentially running), which currently experience a race condition between the network listeners starting and the distributed plugin fully starting.
    timw authored and tglman committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    2ca94eb View commit details
    Browse the repository at this point in the history
  5. Reliably detect distributed plugin enabled.

    Use server metadata to detect if distributed plugin is enabled, avoiding races between database access and distributed plugin startup.
    timw authored and tglman committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    a93ff93 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc5235a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59eae27 View commit details
    Browse the repository at this point in the history
  8. Wait for distributed plugin startup.

    Guard all usages of plugin/distributed state with a wait for distributed plugin to complete startup.
    timw authored and tglman committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    857e19e View commit details
    Browse the repository at this point in the history
  9. Guard distributed database open actions.

    Wait for distributed databases to be online before allowing access.
    timw authored and tglman committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    9602d5d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. fix: avoid to fail for online check when a server is not available wi…

    …th distributed module
    tglman committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    f94d4d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. chore: update history

    tglman committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    d2d5b4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4669760 View commit details
    Browse the repository at this point in the history
Loading