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

IGNITE-21830 Fixed logging of failed attempts to connect to the previous node in the ring. #11327

Merged
merged 24 commits into from
May 21, 2024

Commits on Apr 24, 2024

  1. IGNITE-21830

    * New logs for socket connection check
    * Integration tests
    Maksim Davydov authored and Maksim Davydov committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    57eb247 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. IGNITE-21830

    * clean-up, checkstyle
    Maksim Davydov authored and Maksim Davydov committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0aa9751 View commit details
    Browse the repository at this point in the history
  2. IGNITE-21830

    * clean-up, license
    Maksim Davydov authored and Maksim Davydov committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4d0e1ce View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. IGNITE-21830

    * redundant logging removed
    * tests corrected
    Maksim Davydov authored and Maksim Davydov committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9cee5f8 View commit details
    Browse the repository at this point in the history
  2. IGNITE-21830

    * ignored connection logs removed
    Maksim Davydov authored and Maksim Davydov committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    0497fae View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. IGNITE-21830

    * Added nodeId to logs
    * Adjusted tests
    Maksim Davydov authored and Maksim Davydov committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c4b04a8 View commit details
    Browse the repository at this point in the history
  2. IGNITE-21830

    * test suit error fixed
    Maksim Davydov authored and Maksim Davydov committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b890457 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. IGNITE-21830

    * Warning added for failures
    * logs builder
    Maksim Davydov authored and Maksim Davydov committed May 3, 2024
    Configuration menu
    Copy the full SHA
    269fecb View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. IGNITE-21830

    * clean-up
    Maksim Davydov authored and Maksim Davydov committed May 6, 2024
    Configuration menu
    Copy the full SHA
    e227404 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. IGNITE-21830

    * log refactor
    * tests clean-up
    Maksim Davydov authored and Maksim Davydov committed May 7, 2024
    Configuration menu
    Copy the full SHA
    1edc9a2 View commit details
    Browse the repository at this point in the history
  2. IGNITE-21830

    * tests clean-up
    Maksim Davydov authored and Maksim Davydov committed May 7, 2024
    Configuration menu
    Copy the full SHA
    1f895d2 View commit details
    Browse the repository at this point in the history
  3. IGNITE-21830

    * Redundant tests removed
    Maksim Davydov authored and Maksim Davydov committed May 7, 2024
    Configuration menu
    Copy the full SHA
    5854121 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. IGNITE-21830

    * Square brackets corrected
    * Tests refactored
    Maksim Davydov authored and Maksim Davydov committed May 13, 2024
    Configuration menu
    Copy the full SHA
    55bc441 View commit details
    Browse the repository at this point in the history
  2. IGNITE-21830

    * Square brackets corrected
    * Tests refactored
    Maksim Davydov authored and Maksim Davydov committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4a026be View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. IGNITE-21830

    * log corrected
    * tests refactored
    Maksim Davydov authored and Maksim Davydov committed May 14, 2024
    Configuration menu
    Copy the full SHA
    391508b View commit details
    Browse the repository at this point in the history
  2. IGNITE-21830

    * tests refactored
    Maksim Davydov authored and Maksim Davydov committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ba98663 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. IGNITE-21830

    * tests refactored
    * redundant logs removed
    Maksim Davydov authored and Maksim Davydov committed May 16, 2024
    1 Configuration menu
    Copy the full SHA
    7d2cbbb View commit details
    Browse the repository at this point in the history
  2. IGNITE-21830

    * result log corrected
    Maksim Davydov authored and Maksim Davydov committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a09cc3d View commit details
    Browse the repository at this point in the history
  3. IGNITE-21830

    * Code style fix
    Maksim Davydov authored and Maksim Davydov committed May 16, 2024
    Configuration menu
    Copy the full SHA
    9ee75ad View commit details
    Browse the repository at this point in the history
  4. IGNITE-21830

    * Log optimizations
    Maksim Davydov authored and Maksim Davydov committed May 16, 2024
    Configuration menu
    Copy the full SHA
    4eedffc View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. IGNITE-21830

    * logs refactored
    Maksim Davydov authored and Maksim Davydov committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6332536 View commit details
    Browse the repository at this point in the history
  2. IGNITE-21830

    * clean-up
    Maksim Davydov authored and Maksim Davydov committed May 17, 2024
    Configuration menu
    Copy the full SHA
    662d61e View commit details
    Browse the repository at this point in the history
  3. IGNITE-21830

    * test refactored
    Maksim Davydov authored and Maksim Davydov committed May 17, 2024
    Configuration menu
    Copy the full SHA
    19a94f5 View commit details
    Browse the repository at this point in the history
  4. IGNITE-21830

    * Code style fix
    Maksim Davydov authored and Maksim Davydov committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ad06632 View commit details
    Browse the repository at this point in the history