forked from jaegertracing/jaeger
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document evolution of Cassandra schema files (jaegertracing#4309)
## Which problem is this PR solving? - Resolves jaegertracing#4284 ## Short description of the changes - Map versions of Cassandra schema files to Jaeger releases. - Update `CHANGELOG.md` for Jaeger v1.26.0 to include a note on migration. Signed-off-by: Utsav Oza <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Cassandra Schema Management | ||
|
||
The table below lists Jaeger releases in which new cassandra schema were introduced. | ||
|
||
| Jaeger Version | Cassandra Schema File | Notes | | ||
|------------------------------------------------------------------------|-----------------------|---------------------------------------------------------------------------------------------------------------------------------------| | ||
| [0.5.0](https://github.com/jaegertracing/jaeger/releases/tag/v0.5.0) | `v001.cql.tmpl` | | | ||
| [1.10.0](https://github.com/jaegertracing/jaeger/releases/tag/v1.10.0) | `v002.cql.tmpl` | See [CHANGELOG.md](https://github.com/jaegertracing/jaeger/blob/main/CHANGELOG.md#1100-2019-02-15) for more details on the migration. | | ||
| [1.16.0](https://github.com/jaegertracing/jaeger/releases/tag/v1.16.0) | `v003.cql.tmpl` | See [CHANGELOG.md](https://github.com/jaegertracing/jaeger/blob/main/CHANGELOG.md#1160-2019-12-17) for more details on the migration. | | ||
| [1.26.0](https://github.com/jaegertracing/jaeger/releases/tag/v1.26.0) | `v004.cql.tmpl` | See [CHANGELOG.md](https://github.com/jaegertracing/jaeger/blob/main/CHANGELOG.md#1260-2021-09-06) for more details on the migration. | |