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

Log Consistency Providers #1854

Merged
merged 15 commits into from
Jan 14, 2017

Commits on Dec 2, 2016

  1. Configuration menu
    Copy the full SHA
    657ca9b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2016

  1. add LogStorage log-consistency provider (stores entire log, using sta…

    …ndard storage provider). Rename a bunch of classes to get more consistent naming. Create static class for encapsulating write-vector functionality.
    sebastianburckhardt committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    f774fae View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

  1. Configuration menu
    Copy the full SHA
    d6a1980 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Configuration menu
    Copy the full SHA
    c00cbf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6fe836 View commit details
    Browse the repository at this point in the history
  3. rename FetchAllEventsNow() to RefreshNow() because the former is too …

    …specific and not always accurate (depending on the consistency provider)
    sebastianburckhardt committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    7c9008a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. break activation of log view adaptor into two steps - so initial load…

    … behaves deterministically instead of starting after timed delay
    sebastianburckhardt committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    08160dc View commit details
    Browse the repository at this point in the history
  2. add general check to catch errors where protocol messages are sent to…

    … remote instances even though there is just a single global instance
    sebastianburckhardt committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    7c14e2e View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. Configuration menu
    Copy the full SHA
    5e3f603 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. Configuration menu
    Copy the full SHA
    9008b1b View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Configuration menu
    Copy the full SHA
    711a9c6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'orleans-master' into geo-logviewproviders

    Conflicts:
    	src/Orleans/Logging/ErrorCodes.cs
    	src/Orleans/Orleans.csproj
    	src/OrleansRuntime/MultiClusterNetwork/MultiClusterOracle.cs
    	src/OrleansRuntime/Silo/Silo.cs
    	test/Tester/Tester.csproj
    	test/TesterInternal/TesterInternal.csproj
    sebastianburckhardt committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    c4d48b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2017

  1. Configuration menu
    Copy the full SHA
    8d4cbdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eca92aa View commit details
    Browse the repository at this point in the history
  3. use DeploymentId when creating a pseudo-multicluster-configuration, i…

    …nstead of a made-up identifier
    sebastianburckhardt committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    641f53d View commit details
    Browse the repository at this point in the history