vmware / weathervane

Virtual-Infrastructure and Cloud Performance Benchmark
Other
153 stars 39 forks source link

use specific version of cassandra to avoid cqlsh issue in most recent… #220

Closed bhoflich closed 3 years ago

bhoflich commented 3 years ago

… release

The 7/28 release of cassandra 3.11.11-1 broke newly built weathervane cassandra images:

fail messages in console: Wed Aug 4 18:08:54 2021: Configuring and starting data services for appInstance 1 of workload 1. Wed Aug 4 18:32:13 2021: Couldn't bring up all data services for appInstance 1 of workload 1. Wed Aug 4 18:32:14 2021: Couldn't start data services for appInstance 1 of workload 1.

and debug.log: Traceback (most recent call last): File "/usr/bin/cqlsh.py", line 169, in from cqlshlib import cql3handling, cqlhandling, pylexotron, sslhandling, cqlshhandling ImportError: No module named cqlshlib

Others are also seeing issues with cqlsh: https://issues.apache.org/jira/browse/CASSANDRA-16822

This change modifies the dockerfile to use the specific version of cassandra that previously worked. (3.11.10-1)

pull request against master since it is a blocking bug and is not related to performance.

vmwclabot commented 3 years ago

@bhoflich, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.