Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed cassandra version #239

Merged
merged 1 commit into from
Nov 20, 2020
Merged

Fixed cassandra version #239

merged 1 commit into from
Nov 20, 2020

Conversation

tei-k
Copy link
Contributor

@tei-k tei-k commented Nov 19, 2020

Description

https://scalar-labs.atlassian.net/browse/DLT-7486

Done

  • Fixed cassandra version using rpm install.
  • Fix type warning.
[WARNING]: The value "1048575" (type int) was converted to "u'1048575'" (type string)
  • Remove support for debian.

Confirm

[centos@cassandra-1 ~]$ rpm -qa |grep cassandra
cassandra-3.11.8-1.noarch

[centos@cassandra-1 ~]$ cassandra -v
3.11.8

[centos@cassandra-1 ~]$ cqlsh --version
cqlsh 5.0.1

[centos@cassandra-1 ~]$ nodetool status
Datacenter: dc1
===============
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
--  Address    Load       Tokens       Owns (effective)  Host ID                               Rack
UN  10.42.2.6  84.17 KiB  256          63.2%             7c31a476-b2ad-4842-9cab-fec49526bd09  rack1
UN  10.42.2.4  69.92 KiB  256          66.7%             9bb7c942-b3ae-4040-aec3-9cd2c2e24b68  rack1
UN  10.42.2.5  70.01 KiB  256          70.1%             9a22e7e5-ea4c-4721-add0-bdefa72ee575  rack1

@tei-k tei-k requested review from ymorimo and feeblefakie November 19, 2020 02:39
@tei-k tei-k self-assigned this Nov 19, 2020
@@ -1,4 +1,6 @@
---
cassandra_version: 3.11.8
Copy link
Contributor Author

@tei-k tei-k Nov 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Current latest stable version is 3.11.9. (released on 2020-11-04)
https://cassandra.apache.org/download/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Need to consider whether to up to 3.11.9. (Maybe It's ok)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's use 3.11.9!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙆‍♀️ Fixed in #241

Copy link
Contributor

@ymorimo ymorimo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Collaborator

@feeblefakie feeblefakie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@@ -1,4 +1,6 @@
---
cassandra_version: 3.11.8
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's use 3.11.9!

@feeblefakie feeblefakie merged commit 45cede6 into master Nov 20, 2020
@feeblefakie feeblefakie deleted the fixed-cassandra-version branch November 20, 2020 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants