Re: 4.1 Release Date

2022-01-31 Thread McIntyre, Sean
That text would be a wonderful improvement.  Thank you…

Regards,
Sean

From: Mick Semb Wever 
Reply-To: "user@cassandra.apache.org" 
Date: Monday, January 31, 2022 at 4:10 PM
To: "user@cassandra.apache.org" 
Subject: Re: 4.1 Release Date



Apache Cassandra 3.0
Released on 2021-02-01, and supported until 4.1 release (April 
2022).


Would the wording "… and supported until 4.1.0 release (May-June 2022)." be 
enough?
(it would be nice to keep the text brief on this page)

If you would like to…
this is the file to create a PR off
https://github.com/apache/cassandra-website/blob/trunk/site-content/source/modules/ROOT/pages/download.adoc


Re: 4.1 Release Date

2022-01-31 Thread Mick Semb Wever
>
> Apache Cassandra 3.0
> Released on 2021-02-01, and supported until 4.1 release
> (April 2022).
>


Would the wording "… and supported until 4.1.0 release (May-June 2022)." be
enough?
(it would be nice to keep the text brief on this page)

If you would like to…
this is the file to create a PR off
https://github.com/apache/cassandra-website/blob/trunk/site-content/source/modules/ROOT/pages/download.adoc


Fwd: Re: Problem on setup Cassandra v4.0.1 cluster

2022-01-31 Thread onmstester onmstester
Once again it was related to hostname configuration (I remember had problem 
with this multiple times before even on different applications), this time the 
root cause was a typo in one of multiple config files for hostname (different 
name on /etc/hostname with /etc/hosts)! I fixed that and now there is no 
problem.



I wonder how Cassandra-3.11 worked?!



P.S: Default dc name in version 4 was changed to datacenter1 (from dc1) and it 
seems to cause a bit of problem with previous configs(default one in rack-dc 
conf still is dc1).


Thank you


Best Regards
Sent using https://www.zoho.com/mail/






 Forwarded message 
From: Erick Ramirez 
To: 
Date: Mon, 31 Jan 2022 15:06:21 +0330
Subject: Re: Problem on setup Cassandra v4.0.1 cluster
 Forwarded message 



TP stats indicate pending gossip. Check that the times are synchronised on both 
nodes (use NTP) since it can prevent gossip from working.



I'd also suggest looking at the logs on both nodes to see what other WARN and 
ERROR messages are being reported. Cheers!

Re: Problem on setup Cassandra v4.0.1 cluster

2022-01-31 Thread Bowen Song
Since 3.x worked and 4.x didn't, it is most likely caused by clock out 
of sync between servers. Cassandra 3.x by default has cross node timeout 
disabled, and Cassandra 4 has changed the default to enabled. Check the 
system time on both servers are accurate. Use NTP to prevent this from 
happening again.



On 31/01/2022 10:30, onmstester onmstester wrote:

Hi,
I'm trying to setup a Cluster of  apache Cassandra version 4.0.1 with 
2 nodes:

1. on node1 (192.168.1.1), extracted tar.gz and config these on yml:
 - seeds: "192.168.1.1"
listen_address: 192.168.1.1
rpc_address: 192.168.1.1
2. started node1 and a few seconds later it is UN
3.on node2 (192.168.1.2), extracted tar.gz and config these on yml:
 - seeds: "192.168.1.1"
listen_address: 192.168.1.2
rpc_address: 192.168.1.2
4. started node2 but a few seconds later an error reported in system.log:
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,499 
MessagingMetrics.java:206 - ECHO_REQ messages were dropped in last 
5000 ms: 0 internal and 5 cross node. Mean internal dropped latency: 0 
ms and Mean cross-node dropped latency: 53142 ms
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,499 StatusLogger.java:65 
- Pool Name Active   Pending  Completed   Blocked  All Time Blocked
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,503 StatusLogger.java:69 
- CompactionExecutor 0 0  0 
0 0
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,503 StatusLogger.java:69 
- MemtableReclaimMemory 0 0  4 
0 0
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,503 StatusLogger.java:69 
- GossipStage 0 0 24 0 0
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,503 StatusLogger.java:69 
- SecondaryIndexManagement 0 0  0 
0 0
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,503 StatusLogger.java:69 
- HintsDispatcher 0 0  0 0 0
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,504 StatusLogger.java:69 
- MemtableFlushWriter 0 0  4 
0 0
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,504 StatusLogger.java:69 
- PerDiskMemtableFlushWriter_0 0 0  4 
0 0
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,504 StatusLogger.java:69 
- MemtablePostFlush 0 0  8 0 0
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,504 StatusLogger.java:69 
- Sampler 0 0  0 0 0
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,504 StatusLogger.java:69 
- ValidationExecutor 0 0  0 
0 0
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,504 StatusLogger.java:69 
- ViewBuildExecutor 0 0  0 0 0
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,505 StatusLogger.java:69 
- CacheCleanupExecutor 0 0  0 
0 0
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,505 StatusLogger.java:79 
- CompactionManager 0 0
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,505 StatusLogger.java:91 
- MessagingService n/a   0/0
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,506 StatusLogger.java:101 
- Cache Type Size Capacity   KeysToSave
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,506 StatusLogger.java:103 
- KeyCache 240    104857600  all
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,506 StatusLogger.java:109 
- RowCache 0    0  all
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,506 StatusLogger.java:116 
- Table   Memtable ops,data
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,506 StatusLogger.java:119 
- system_schema.columns 218,33711
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,506 StatusLogger.java:119 
- system_schema.types  2,16
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,507 StatusLogger.java:119 
- system_schema.indexes    2,16
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,507 StatusLogger.java:119 
- system_schema.keyspaces 4,242
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,507 StatusLogger.java:119 
- system_schema.dropped_columns   3,123
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,507 StatusLogger.java:119 
- system_schema.aggregates 2,16
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,507 StatusLogger.java:119 
- system_schema.triggers   2,16
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,507 StatusLogger.java:119 
- system_schema.tables 32,22085
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,507 StatusLogger.java:119 
- system_schema.views  2,16
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,507 StatusLogger.java:119 
- system_schema.functions  2,16
INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,508 

Re: Problem on setup Cassandra v4.0.1 cluster

2022-01-31 Thread Erick Ramirez
TP stats indicate pending gossip. Check that the times are synchronised on
both nodes (use NTP) since it can prevent gossip from working.

I'd also suggest looking at the logs on both nodes to see what other WARN
and ERROR messages are being reported. Cheers!


Problem on setup Cassandra v4.0.1 cluster

2022-01-31 Thread onmstester onmstester
Hi, 

I'm trying to setup a Cluster of  apache Cassandra version 4.0.1 with 2 nodes:

1. on node1 (192.168.1.1), extracted tar.gz and config these on yml:

 - seeds: "192.168.1.1"

listen_address: 192.168.1.1

rpc_address: 192.168.1.1

2. started node1 and a few seconds later it is UN

3.on node2 (192.168.1.2), extracted tar.gz and config these on yml:

 - seeds: "192.168.1.1"

listen_address: 192.168.1.2

rpc_address: 192.168.1.2

4. started node2 but a few seconds later an error reported in system.log:

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,499 MessagingMetrics.java:206 - 
ECHO_REQ messages were dropped in last 5000 ms: 0 internal and 5 cross node. 
Mean internal dropped latency: 0 ms and Mean cross-node dropped latency: 53142 
ms

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,499 StatusLogger.java:65 - Pool 
Name   Active   Pending  Completed   Blocked  All Time 
Blocked

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,503 StatusLogger.java:69 - 
CompactionExecutor   0 0  0 0   
  0

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,503 StatusLogger.java:69 - 
MemtableReclaimMemory    0 0  4 0   
  0

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,503 StatusLogger.java:69 - 
GossipStage  0 0 24 0   
  0

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,503 StatusLogger.java:69 - 
SecondaryIndexManagement 0 0  0 0   
  0

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,503 StatusLogger.java:69 - 
HintsDispatcher  0 0  0 0   
  0

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,504 StatusLogger.java:69 - 
MemtableFlushWriter  0 0  4 0   
  0

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,504 StatusLogger.java:69 - 
PerDiskMemtableFlushWriter_0 0 0  4 0   
  0

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,504 StatusLogger.java:69 - 
MemtablePostFlush    0 0  8 0   
  0

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,504 StatusLogger.java:69 - Sampler 
 0 0  0 0   
  0

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,504 StatusLogger.java:69 - 
ValidationExecutor   0 0  0 0   
  0

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,504 StatusLogger.java:69 - 
ViewBuildExecutor    0 0  0 0   
  0

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,505 StatusLogger.java:69 - 
CacheCleanupExecutor 0 0  0 0   
  0

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,505 StatusLogger.java:79 - 
CompactionManager 0 0

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,505 StatusLogger.java:91 - 
MessagingService    n/a   0/0

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,506 StatusLogger.java:101 - Cache 
Type Size Capacity   KeysToSave

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,506 StatusLogger.java:103 - 
KeyCache    240    104857600
  all

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,506 StatusLogger.java:109 - 
RowCache  0    0
  all

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,506 StatusLogger.java:116 - Table  
 Memtable ops,data

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,506 StatusLogger.java:119 - 
system_schema.columns   218,33711

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,506 StatusLogger.java:119 - 
system_schema.types  2,16

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,507 StatusLogger.java:119 - 
system_schema.indexes    2,16

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,507 StatusLogger.java:119 - 
system_schema.keyspaces 4,242

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,507 StatusLogger.java:119 - 
system_schema.dropped_columns   3,123

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,507 StatusLogger.java:119 - 
system_schema.aggregates 2,16

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,507 StatusLogger.java:119 - 
system_schema.triggers   2,16

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,507 StatusLogger.java:119 - 
system_schema.tables 32,22085

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,507 StatusLogger.java:119 - 
system_schema.views  2,16

INFO  [ScheduledTasks:1] 2022-01-31 13:46:37,507 StatusLogger.java:119 - 
system_schema.functions  2,16


Re: 4.1 Release Date

2022-01-31 Thread McIntyre, Sean
Michael,

Thank you very much, that level of detail is what I was hoping to get.  From 
your response, it sounds as though a formal 4.1.x release would not be before 
May and there is an excellent chance it would be June or later.  May I ask that 
the info posted on the Downloads page get an update to reflect this more 
current timeline?  Right now, it says the following:

Apache Cassandra 3.0
Released on 2021-02-01, and supported until 4.1 release (April 
2022).

Thanks again, very helpful...

Regards,

Sean McIntyre
Engineering Manager
Akamai Technologies

On 1/30/22, 6:55 AM, "Michael Semb Wever"  wrote:


> At this point, is there a more precise release date for Cassandra 4.1?  
We are trying to get on 3.11.x prior to earlier releases going eol and a more 
specific date then April would be of great help in our project planning.  Even 
if it is the classic s/w answer of eom.  Thanks…
> 


Apologies Sean, this is not something the community can provide an exact 
date on.

The community's agreed plan is to make the first cut of 4.1 in May. This 
may be 4.1-alpha1 or 4.1-beta1. From there the time it takes to get to 4.1-rc1 
and 4.1.0 we do not know.

Also, my understanding is that the community will maintain 3.0.x until 
4.1.0 is formally released.