[jira] [Updated] (CASSANDRA-16783) Delay auth setup to after gossip has settled to avoid unavailables on startup

2021-09-01 Thread Marcus Eriksson (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-16783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marcus Eriksson updated CASSANDRA-16783:

  Fix Version/s: (was: 4.0.x)
 (was: 4.x)
 4.0.2
 4.1
  Since Version: 4.0-alpha1
Source Control Link: 
https://github.com/apache/cassandra/commit/c36c081e5c33362daae748c2da1be4da9ef18fa6
 Resolution: Fixed
 Status: Resolved  (was: Ready to Commit)

thanks, committed with a fix to 
{{RepairDigestTest.testLocalDataAndRemoteRequestConcurrency}} by [~maedhroz] to 
make sure node1 gets a digest request - when delaying the auth queries the 
dynamic snitch started sending the data request to node1 which made the test 
hang.

> Delay auth setup to after gossip has settled to avoid unavailables on startup
> -
>
> Key: CASSANDRA-16783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16783
> Project: Cassandra
>  Issue Type: Bug
>  Components: Local/Startup and Shutdown
>Reporter: Marcus Eriksson
>Assignee: Marcus Eriksson
>Priority: Normal
> Fix For: 4.1, 4.0.2
>
>
> We should delay trying to do auth setup until after gossip has settled to 
> avoid getting unavailables from trying to read the auth tables before knowing 
> of any neighbours 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16783) Delay auth setup to after gossip has settled to avoid unavailables on startup

2021-08-27 Thread Sam Tunnicliffe (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-16783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sam Tunnicliffe updated CASSANDRA-16783:

Status: Ready to Commit  (was: Review In Progress)

LGTM, +1

> Delay auth setup to after gossip has settled to avoid unavailables on startup
> -
>
> Key: CASSANDRA-16783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16783
> Project: Cassandra
>  Issue Type: Bug
>  Components: Local/Startup and Shutdown
>Reporter: Marcus Eriksson
>Assignee: Marcus Eriksson
>Priority: Normal
> Fix For: 4.0.x, 4.x
>
>
> We should delay trying to do auth setup until after gossip has settled to 
> avoid getting unavailables from trying to read the auth tables before knowing 
> of any neighbours 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16783) Delay auth setup to after gossip has settled to avoid unavailables on startup

2021-08-27 Thread Sam Tunnicliffe (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-16783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sam Tunnicliffe updated CASSANDRA-16783:

Reviewers: Sam Tunnicliffe, Sam Tunnicliffe  (was: Sam Tunnicliffe)
   Sam Tunnicliffe, Sam Tunnicliffe  (was: Sam Tunnicliffe)
   Status: Review In Progress  (was: Patch Available)

> Delay auth setup to after gossip has settled to avoid unavailables on startup
> -
>
> Key: CASSANDRA-16783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16783
> Project: Cassandra
>  Issue Type: Bug
>  Components: Local/Startup and Shutdown
>Reporter: Marcus Eriksson
>Assignee: Marcus Eriksson
>Priority: Normal
> Fix For: 4.0.x, 4.x
>
>
> We should delay trying to do auth setup until after gossip has settled to 
> avoid getting unavailables from trying to read the auth tables before knowing 
> of any neighbours 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16783) Delay auth setup to after gossip has settled to avoid unavailables on startup

2021-07-01 Thread Marcus Eriksson (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-16783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marcus Eriksson updated CASSANDRA-16783:

Fix Version/s: 4.0.x

> Delay auth setup to after gossip has settled to avoid unavailables on startup
> -
>
> Key: CASSANDRA-16783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16783
> Project: Cassandra
>  Issue Type: Bug
>  Components: Local/Startup and Shutdown
>Reporter: Marcus Eriksson
>Assignee: Marcus Eriksson
>Priority: Normal
> Fix For: 4.0.x, 4.x
>
>
> We should delay trying to do auth setup until after gossip has settled to 
> avoid getting unavailables from trying to read the auth tables before knowing 
> of any neighbours 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16783) Delay auth setup to after gossip has settled to avoid unavailables on startup

2021-07-01 Thread Marcus Eriksson (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-16783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marcus Eriksson updated CASSANDRA-16783:

Test and Documentation Plan: cci run
 Status: Patch Available  (was: Open)

[https://github.com/krummas/cassandra/commits/marcuse/16783]

[https://app.circleci.com/pipelines/github/krummas/cassandra?branch=marcuse%2F16783]
 

> Delay auth setup to after gossip has settled to avoid unavailables on startup
> -
>
> Key: CASSANDRA-16783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16783
> Project: Cassandra
>  Issue Type: Bug
>  Components: Local/Startup and Shutdown
>Reporter: Marcus Eriksson
>Assignee: Marcus Eriksson
>Priority: Normal
> Fix For: 4.x
>
>
> We should delay trying to do auth setup until after gossip has settled to 
> avoid getting unavailables from trying to read the auth tables before knowing 
> of any neighbours 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16783) Delay auth setup to after gossip has settled to avoid unavailables on startup

2021-07-01 Thread Marcus Eriksson (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-16783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marcus Eriksson updated CASSANDRA-16783:

 Bug Category: Parent values: Availability(12983)Level 1 values: 
Unavailable(12994)
   Complexity: Low Hanging Fruit
Discovered By: Adhoc Test
Fix Version/s: 4.x
Reviewers: Sam Tunnicliffe
 Severity: Low
   Status: Open  (was: Triage Needed)

> Delay auth setup to after gossip has settled to avoid unavailables on startup
> -
>
> Key: CASSANDRA-16783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16783
> Project: Cassandra
>  Issue Type: Bug
>  Components: Local/Startup and Shutdown
>Reporter: Marcus Eriksson
>Assignee: Marcus Eriksson
>Priority: Normal
> Fix For: 4.x
>
>
> We should delay trying to do auth setup until after gossip has settled to 
> avoid getting unavailables from trying to read the auth tables before knowing 
> of any neighbours 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org