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

Refactor 1: Achieve deadlock-free lock ordering by subclassing BlockGenerator and taking receiver lock first in BlockGenerator.updateCurrentBuffer #7

Open
wants to merge 7 commits into
base: kafka-refactor
Choose a base branch
from

Commits on Nov 13, 2014

  1. Refactored the lock structure.

    tdas committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    509c904 View commit details
    Browse the repository at this point in the history
  2. Reverted variable name change.

    tdas committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    955efcd View commit details
    Browse the repository at this point in the history
  3. Minor change.

    tdas committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    27c527b View commit details
    Browse the repository at this point in the history
  4. Change import ordering.

    tdas committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    cb25071 View commit details
    Browse the repository at this point in the history
  5. Removed unnecessary unit test.

    tdas committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    6b9be71 View commit details
    Browse the repository at this point in the history
  6. Minor change.

    tdas committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    53a5f8f View commit details
    Browse the repository at this point in the history
  7. Minor change.

    tdas committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    59bf541 View commit details
    Browse the repository at this point in the history