Skip to content

Commit 0b3c695

Browse files
committed
Release 2.2.2
1 parent 2f4e35f commit 0b3c695

10 files changed

+384
-4
lines changed

CDC_Release_Notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Release notes for CDC for Apache Cassandra™
22
The CDC for Apache Cassandra™ is compatible for Apache Cassandra™ 3.11, 4.0, and DSE 6.8.
33

4+
# Release notes for 2.2.2
5+
10 Nov 2022
6+
7+
## Changes
8+
* Upgrade JacksonXML to 2.12.7.1
9+
410
# Release notes for 2.2.1
511
29 August 2022
612

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.1
1+
2.2.2

docs/antora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: cdc-apache-cassandra
22
title: DataStax CDC for Apache Cassandra(R) Documentation
3-
version: "2.2.1"
4-
display_version: "2.2.1"
3+
version: "2.2.2"
4+
display_version: "2.2.2"
55
asciidoc:
66
attributes:
77
cdc_cass_first: 'DataStax CDC for Apache Cassandra®'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.2.1
1+
version=2.2.2
22
group=com.datastax.oss.cdc
33

44
# repositories
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2022-07-08 08:16:54,783 [main] INFO : Configured scenario log at logs/scenario_20220708_101654_419.log
2+
2022-07-08 08:16:54,787 [main] INFO : Running NoSQLBench Version 4.15.101
3+
2022-07-08 08:16:54,788 [main] INFO : command-line: tags=phase:schema yaml=nb.yaml
4+
2022-07-08 08:16:55,811 [main] INFO : client-hardware: {"physical-cores":"6","logical-cores":"6","max-frequency-ghz":"0.00","sockets":"1","processor-name":"Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz","memory-GiB":"32.00","heap-max-GiB":"8.00","if-speeds":"[0Mib, 9Mib, 95Mib, 20Mib]"}
5+
2022-07-08 08:16:55,818 [main] ERROR: Illegal character in scheme name at index 4: tags=phase:schema.js
6+
2022-07-08 08:16:55,819 [main] ERROR: for the full stack trace, run with --show-stacktraces
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
scenario.run({
2+
'driver': 'cql',
3+
'tags': 'phase:schema',
4+
'workload': 'nb.yaml'
5+
});

logs/scenario_20220708_101804_027.log

Lines changed: 176 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
scenario.run({
2+
'driver': 'cql',
3+
'tags': 'phase:schema',
4+
'workload': ''
5+
});

logs/scenario_20220708_101821_856.log

Lines changed: 176 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2022-07-08 08:18:44,454 [main] INFO : Configured scenario log at logs/scenario_20220708_101843_661.log
2+
2022-07-08 08:18:44,457 [main] INFO : Running NoSQLBench Version 4.15.101
3+
2022-07-08 08:18:44,458 [main] INFO : command-line: run driver=cql tags=phase:schema workload=file://
4+
2022-07-08 08:18:44,865 [main] INFO : client-hardware: {"physical-cores":"6","logical-cores":"6","max-frequency-ghz":"0.00","sockets":"1","processor-name":"Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz","memory-GiB":"32.00","heap-max-GiB":"8.00","if-speeds":"[0Mib, 9Mib, 95Mib, 30Mib]"}
5+
2022-07-08 08:18:44,871 [main] ERROR: Expected authority at index 7: file://
6+
2022-07-08 08:18:44,871 [main] ERROR: for the full stack trace, run with --show-stacktraces

0 commit comments

Comments
 (0)