mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.0' into cassandra-2.1
Conflicts: src/java/org/apache/cassandra/db/Keyspace.java
This commit is contained in:
commit
30d3623bcb
|
|
@ -65,6 +65,8 @@ public class Keyspace
|
|||
|
||||
public final KeyspaceMetrics metric;
|
||||
|
||||
public final KeyspaceMetrics metric;
|
||||
|
||||
// It is possible to call Keyspace.open without a running daemon, so it makes sense to ensure
|
||||
// proper directories here as well as in CassandraDaemon.
|
||||
static
|
||||
|
|
|
|||
Loading…
Reference in New Issue