Orange-OpenSource / casskop

This Kubernetes operator automates the Cassandra operations such as deploying a new rack aware cluster, adding/removing nodes, configuring the C* and JVM parameters, upgrading JVM and C* versions, and many more...
https://orange-opensource.github.io/casskop/
Apache License 2.0
183 stars 54 forks source link

Upgrade to 1.0.8 #295

Closed cscetbon closed 3 years ago

cscetbon commented 3 years ago
Q A
Bug fix? [X]

Bubble error when an error is met. I was able to confirm that if I'm using the wrong format for the table to be renamed I see the error being caught and stored in the CassandraRestore object

"condition": {
    "failureCause": [
      {
        "message": "Failed tables to refresh: {k1.standard2=Unknown column c1 during deserialization}",
        "source": "cassandra-e2e-dc1-rack1-0"
      },
      {
        "message": "Failed tables to refresh: {k1.standard2=Unknown column c1 during deserialization}",
        "source": "cassandra-e2e-dc1-rack1-1"
      }
    ],
    "lastTransitionTime": "Thu, 4 Feb 2021 03:55:26 GMT",
    "type": "FAILED"
  }