Skip to content
Started 9 mo 13 days ago
Took 3 hr 23 min on built-in

#2080 (Jul 12, 2023, 5:08:42 PM)

Changes
  1. Allow internal address to change with reconnecting snitches (commit: b791644) (details / githubweb)
  2. Validate the existence of a datacenter in nodetool rebuild (commit: b8e21fb) (details / githubweb)
  3. remove unnecessary backwards compatible visitor usage (commit: d4b5539) (details / githubweb)
  4. fix type description registration, fix unnecessary proerty utils set (commit: d39df97) (details / githubweb)
  5. class and method for validation bust be mandatory in the related (commit: 2e02f7e) (details / githubweb)
  6. withReplacementLoader must use getReplacement directly (commit: 6c4b1ee) (details / githubweb)
  7. Add Timestamp Bound Guardrail (bound user supplied timestamps within a (commit: 2ff1ad4) (details / githubweb)
  8. minor fix (commit: 21f24c6) (details / githubweb)
  9. use setProperty right from apply methods to set values (commit: b00eafe) (details / githubweb)
  10. Fix sstable formats configuration (commit: fe0e04c) (details / githubweb)
  11. Partial compaction can resurrect deleted data (commit: 1053e3b) (details / githubweb)
  12. Remove unnecessary String.format invocation in QueryProcessor when (commit: 3ca94d6) (details / githubweb)
  13. Pass down all contact points to driver for cassandra-stress (commit: b828f7e) (details / githubweb)
  14. use @Validated on pre-parse and on post-parse yaml (commit: 3212041) (details / githubweb)
  15. update tests for property validation, code cleanup (commit: 61e7527) (details / githubweb)
  16. add after change listener for index_summary property (commit: 31d6d75) (details / githubweb)
  17. handle exceptions for jmx (commit: a983ef0) (details / githubweb)
  18. reuse exceptions handling for running configuration udpates (commit: e071dcf) (details / githubweb)
  19. Add HISTORY command for CQLSH (commit: 6133396) (details / githubweb)
  20. Report network cache info in nodetool (commit: 54528bf) (details / githubweb)
  21. Improve nodetool enable{audit,fullquery}log (commit: aafb4d1) (details / githubweb)
  22. Prepare debian changelog for 4.0.10 (commit: da77d3f) (details / githubweb)
  23. Ninja fix GetFullQueryLogTest (commit: f0699bc) (details / githubweb)
  24. Prepare debian changelog for 4.1.2 (commit: cbe8b39) (details / githubweb)
  25. Add guardrail for partition size and deprecate (commit: b0aa44b) (details / githubweb)
  26. added validation listeners for all types of methods, added validated by (commit: 9c8a175) (details / githubweb)
  27. fix minor comments for the code clarity (commit: 1776611) (details / githubweb)
  28. change Listener class api for the listenable property (commit: 990e71f) (details / githubweb)
  29. ninja-fix FullQueryLoggerTest, requires allow_nodetool_archive_command (commit: d2f6b8a) (details / githubweb)
  30. ninja-fix FullQueryLoggerTest, requires allow_nodetool_archive_command (commit: 4555b94) (details / githubweb)
  31. Use WithProperties in try-with-resources to improve properties handling (commit: ffe4d85) (details / githubweb)
  32. Make cassandra-stress able to read all credentials from a file (commit: 4d2ee09) (details / githubweb)
  33. Increment version to 4.0.11 and 4.1.3 (commit: 71b79cf) (details / githubweb)
  34. Implementation of the trie-indexed SSTable format (BTI) as described in (commit: f16fb67) (details / githubweb)
  35. Rename the byte-comparable translation version to OSS50 (commit: fad1f74) (details / githubweb)
  36. Print header and statistics for cassandra-stress output with arbitrary (commit: 18cc821) (details / githubweb)
  37. Remove unnecessary shuffling of GossipDigests in (commit: f66adb0) (details / githubweb)
  38. Add support for JMX in the in-jvm dtest framework (commit: 43ec184) (details / githubweb)
  39. Add guardrail for partition tombstones and deprecate (commit: b72da02) (details / githubweb)
  40. remove dh_python use from Debian packaging (commit: 527c0cb) (details / githubweb)
  41. remove dh_python use from Debian packaging (commit: aa671e8) (details / githubweb)
  42. handle validation methods on pre-parse even for properties not mentioned (commit: 7862d91) (details / githubweb)
  43. update properties usage that are validated by validation methods (commit: 7ea33b4) (details / githubweb)
  44. Ninja fix missing IDEA sun.rmi.transport.tcp compiler export after (commit: 914484d) (details / githubweb)
  45. Extend maximum expiration date (commit: 1adbea5) (details / githubweb)
  46. Run checkstyle only on j8 (commit: c32a848) (details / githubweb)
  47. Suppress CVE-2023-2976 (commit: e28ef40) (details / githubweb)
  48. Fix Down nodes counter in nodetool describecluster (commit: 5655a33) (details / githubweb)
  49. Remove dependency on pytz library for setting CQLSH timezones on Python (commit: a2dc44f) (details / githubweb)
  50. add tests for validated property loader (commit: bff8604) (details / githubweb)
  51. Add keyspace and table name to exception message during (commit: 03da864) (details / githubweb)
  52. move tostring, fromstring property converters to settingstable (commit: d9b8816) (details / githubweb)
  53. fix accessors initialization (commit: dbccf03) (details / githubweb)
  54. remove deletion opreation support (commit: de5377c) (details / githubweb)
  55. property visibility fix (commit: 2402ec5) (details / githubweb)
  56. fix classloaded for to string (commit: fb7c0be) (details / githubweb)
  57. add licenses (commit: 3c4b460) (details / githubweb)
  58. Validate the comparison git branch when generating CircleCI configs (commit: 8d3c30d) (details / githubweb)
  59. Bti shouldn't be available in compatibility mode (commit: 70389ab) (details / githubweb)
  60. Generate.sh -s param to skip autodetection of tests (commit: c91e271) (details / githubweb)
  61. Track the amount of read data per row (commit: 5143bd8) (details / githubweb)
  62. Avoid unnecessary deserialization of terminal arguments when executing (commit: 4f3cb5d) (details / githubweb)
  63. Deduplicate the MixedMode* upgrade jvm-dtests (commit: 41a669a) (details / githubweb)
  64. Slow builds due to checkstyle (commit: b7c00d7) (details / githubweb)
  65. Switch Java and Python upgrade tests from running on JDK8 to JDK11 in (commit: 1d96167) (details / githubweb)
  66. Fix error message handling when trying to use CLUSTERING ORDER with (commit: 1eccb2b) (details / githubweb)
  67. Include TLSv1.2 in negotiatedProtocolMustBeAcceptedProtocolTest (commit: c37bcbf) (details / githubweb)
  68. Wait for live endpoints in gossip waiting to settle (commit: 64d953f) (details / githubweb)
  69. CircleCI: Add separate approval step for oa utests on separate workflows (commit: 83a3316) (details / githubweb)
  70. Fix SSTabledump errors when dumping data from index (commit: cc3e742) (details / githubweb)
  71. Fix assertion error when describing mv as table (commit: 92d0a40) (details / githubweb)
  72. Fix broken link in README.asc (commit: f5a5917) (details / githubweb)
  73. Expose bootstrap and decommission state to nodetool info (commit: e2a6c99) (details / githubweb)
  74. Remove hard-coded SSL cipher suites and protocols (commit: e67fa69) (details / githubweb)
  75. Add missing changes (commit: 2549917) (details / githubweb)
  76. Added support for type VECTOR<type, dimension> (commit: ae537ab) (details / githubweb)
  77. Enhance nodetool compactionstats with additional metrics (commit: 7998e22) (details / githubweb)
  78. Move checkstyle files into .build (commit: f7b9523) (details / githubweb)
  79. Suppress CVE-2023-34455, CVE-2023-34454, CVE-2023-34453 (commit: d99bccd) (details / githubweb)
  80. Upgrade snappy to 1.1.10.1 (commit: 776b337) (details / githubweb)
  81. Pass taskId from CompactionTask to system.compaction_history (commit: a00d1de) (details / githubweb)
  82. Suppress CVE-2023-35116 (commit: de7b158) (details / githubweb)
  83. Add support for AWS Ec2 IMDSv2 (commit: 4ea7bb2) (details / githubweb)
  84. Add a virtual table that exposes currently running queries (commit: c332785) (details / githubweb)
  85. Remove deprecated compaction_tombstone_warning_threshold and (commit: c579faa) (details / githubweb)
  86. Fix review comments (commit: bb111fc) (details / githubweb)
  87. Remove unrepaired SSTables from garbage collection when (commit: 028ea02) (details / githubweb)
  88. Move ConfigFields to inner class, improve javadoc comments (commit: e69ce61) (details / githubweb)
  89. Make `ant generate-idea-files` support the current JDK (commit: ac25943) (details / githubweb)
  90. Ninja fix my bad merge (commit: 00cf318) (details / githubweb)
  91. Suppress CVE-2022-45688 (commit: d302b83) (details / githubweb)
  92. Suppress CVE-2023-34462 (commit: 7150cc5) (details / githubweb)
  93. Add duration and count of partition keys to sstablemetadata (commit: 006ec71) (details / githubweb)
  94. Update Guava to 32.0.1-jre (commit: 992ad25) (details / githubweb)
  95. Upgrade to OWASP 8.3.1 (commit: 493d15f) (details / githubweb)
  96. ninja: revert count output and changed fields in SSTableMetadataViewer (commit: e27ba0e) (details / githubweb)
  97. Improve vector value validation errors (commit: c95e5a5) (details / githubweb)
  98. Revert "Allow internal address to change with reconnecting snitches" (commit: 6fa548f) (details / githubweb)
  99. a new column added to SettingsTable (commit: e937f89) (details / githubweb)
  100. change column type (commit: f4bbe04) (details / githubweb)
  101. fix checkstyle (commit: d7eb284) (details / githubweb)

Started by upstream project "Cassandra-devbranch" build number 2,537
originally caused by:

This run spent:

  • 8.5 sec waiting;
  • 3 hr 23 min build duration;
  • 3 hr 24 min total from scheduled to completion.
Revision: d7eb284d43afa50d28976ec664ab0aa2f0c8e6e3
Repository: https://github.com/${REPO}/cassandra.git
  • origin/cassandra-15254-ann
Test Result (2 failures / +2)
Configuration Matrixjdk_1.8_latestjdk_11_latest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64