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

Node access is done using locked Node copy #3461

Merged
merged 3 commits into from
Oct 30, 2017
Merged

Node access is done using locked Node copy #3461

merged 3 commits into from
Oct 30, 2017

Commits on Oct 27, 2017

  1. Node access is done using locked Node copy

    Fixes #3454
    
    Reliably reproduced the data race before by having a fingerprinter
    change the nodes attributes every millisecond and syncing at the same
    rate. With fix, did not ever panic.
    dadgar committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    05bb446 View commit details
    Browse the repository at this point in the history
  2. changelog

    dadgar committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    ea845bf View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. fix test

    dadgar committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    af7e141 View commit details
    Browse the repository at this point in the history