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

acquire lock before accessing shared redis context #489

Merged
merged 12 commits into from
Jul 24, 2019

Commits on Jul 17, 2019

  1. fixed issue of permenent block on redisBufferRead() due to unprotecte…

    …d access from different threads
    
    syncd main thread was doing g_redisClient->hget without acquiring g_mutex, thereby causing either syncd main thread or notification thread to block indefinitely on redisBufferRead().
    anilkpandey committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    24c6494 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Delete .DS_Store

    .
    anilkpandey committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    676c0b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. Configuration menu
    Copy the full SHA
    550aca9 View commit details
    Browse the repository at this point in the history
  2. resolved merge conflict

    anilkpandey committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    f009491 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2019

  1. Revert "resolved merge conflict"

    This reverts commit f009491.
    anilkpandey committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    e840a6b View commit details
    Browse the repository at this point in the history
  2. Revert "Merge remote-tracking branch 'upstream/master'"

    This reverts commit 550aca9, reversing
    changes made to 676c0b5.
    anilkpandey committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    03fc996 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0347277 View commit details
    Browse the repository at this point in the history
  4. Revert "Revert "resolved merge conflict""

    This reverts commit e840a6b.
    anilkpandey committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    7497a35 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2019

  1. Update syncd.cpp

    anilkpandey committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    b265a8b View commit details
    Browse the repository at this point in the history
  2. Update syncd.cpp

    anilkpandey committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    bad91f1 View commit details
    Browse the repository at this point in the history
  3. Update syncd.cpp

    anilkpandey committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    bf400a9 View commit details
    Browse the repository at this point in the history
  4. Update syncd.cpp

    anilkpandey committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    d29f99a View commit details
    Browse the repository at this point in the history