Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 16a51ae3d774
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 931921664f9a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 18, 2019

  1. nixos/cassandra: use cassandra's default cluster name "Test Cluster"

    The change to "NixOS Test Cluster" in #59179 broke startup of existing clusters
    that used the previously-default cluster name "Test Cluster":
    
    ERROR 23:00:47 Fatal exception during initialization
    org.apache.cassandra.exceptions.ConfigurationException: Saved cluster name Test Cluster != configured name NixOS Test Cluster
    
    Fixes #63388.
    ivan committed Jun 18, 2019
    Copy the full SHA
    a476b9b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Merge pull request #63392 from ivan/cassandra-default-cluster-name

    nixos/cassandra: use cassandra's default cluster name "Test Cluster"
    aanderse committed Jun 25, 2019
    Copy the full SHA
    9319216 View commit details
    Browse the repository at this point in the history