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

NET-655 #628

Merged
merged 25 commits into from
Dec 21, 2023
Merged

NET-655 #628

merged 25 commits into from
Dec 21, 2023

Commits on Nov 10, 2023

  1. NET-655 draft

    * draft code for NET-655
    uGiFarukh committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    b6aff1b View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. * fixes for NET-655

    * Added ticker for MQ Fallback Main thread.
    * Added wait groups so that threads close properly.
    * Added atomic sync for thread status boolean.
    uGiFarukh committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    41756c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. added fallback pull function

    * Fixed variables scoping
    * Added fallback pull function
    uGiFarukh committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    974b0c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. fixed server version empty string

    * fixed server version empty string
    uGiFarukh committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    7acc520 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. fallback mechanism optimization

    * fallback mechanism optimization
    uGiFarukh committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    3ae167f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. further optimization of mq fallback goroutine

    * further optimization of mq fallback goroutine.
    uGiFarukh committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    d6b95a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. reset interface if new node

    * reset interface if new node.
    uGiFarukh committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    0f3e55a View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. fallback goroutine context and waitgroup changed

    * fallback goroutine context and waitgroup changed.
    uGiFarukh committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    2e6ab77 View commit details
    Browse the repository at this point in the history
  2. mq connection re-attempt after pull

    * mq connection re-attempt after successful pull.
    uGiFarukh committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7d79582 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. reset interface network change scenario

    * reset interface network change scenario
    uGiFarukh committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    57602fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    737a095 View commit details
    Browse the repository at this point in the history
  3. resolving merge conflicts

    * resolving merge conflicts
    uGiFarukh committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5e718ab View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. changed the network ip change check logic

    * changed the network ip change check logic.
    uGiFarukh committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8b99920 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. no current server skip tick logic changed

    * Only skip tick for no current server only if primary mq fallback conditions are met.
    uGiFarukh committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a2318cf View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. resolve merge conflicts

    abhishek9686 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    a9f8b77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92f3e5f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. add node cfg mutex

    abhishek9686 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    19a5a9d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. sever cfg mutex lock

    abhishek9686 committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    74f1491 View commit details
    Browse the repository at this point in the history
  2. netclient cfg mutex lock

    abhishek9686 committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    c11e12c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f37008a View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    6ce79ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17b5c82 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    e44b39f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63ffd93 View commit details
    Browse the repository at this point in the history
  3. resolve merge conflicts

    abhishek9686 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    07b0164 View commit details
    Browse the repository at this point in the history