mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-4.0' into cassandra-4.1
This commit is contained in:
commit
da5ec9a8e3
|
|
@ -5,6 +5,7 @@ Merged from 4.0:
|
|||
* Restore internode custom tracing on 4.0's new messaging system (CASSANDRA-17981)
|
||||
Merged from 3.11:
|
||||
Merged from 3.0:
|
||||
* Add to the IntelliJ Git Window issue navigation links to Cassandra's Jira (CASSANDRA-18126)
|
||||
* Avoid anticompaction mixing data from two different time windows with TWCS (CASSANDRA-17970)
|
||||
* Do not spam the logs with MigrationCoordinator not being able to pull schemas (CASSANDRA-18096)
|
||||
|
||||
|
|
|
|||
|
|
@ -3,4 +3,14 @@
|
|||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
<component name="IssueNavigationConfiguration">
|
||||
<option name="links">
|
||||
<list>
|
||||
<IssueNavigationLink>
|
||||
<option name="issueRegexp" value="CASSANDRA-(\d+)" />
|
||||
<option name="linkRegexp" value="https://issues.apache.org/jira/browse/CASSANDRA-$1" />
|
||||
</IssueNavigationLink>
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
||||
Loading…
Reference in New Issue