[jira] [Commented] (CASSANDRA-17783) Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} to {{CassandraRelevantProps}}

2022-11-08 Thread Doug Rohrer (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17630693#comment-17630693
 ] 

Doug Rohrer commented on CASSANDRA-17783:
-

No problem, and thanks for getting it committed.

> Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} 
> to {{CassandraRelevantProps}}
> ---
>
> Key: CASSANDRA-17783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17783
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/Startup and Shutdown
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Low
> Fix For: 4.1-beta2, 4.2
>
> Attachments: CASSANDRA-17783-rebased.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} and 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES}} should be moved to 
> {{CassandraRelevantProps}} for two reasons. 
> # Generally speaking, this is where these kinds of things live. 
> # By having them in Schema, you can't actually use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} without running all of the static 
> initializers... and you want to use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} to set the system property before 
> the static initializer runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17783) Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} to {{CassandraRelevantProps}}

2022-11-07 Thread Jacek Lewandowski (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17630253#comment-17630253
 ] 

Jacek Lewandowski commented on CASSANDRA-17783:
---

Thank you [~drohrer] for the patch and my apologize that it took so long to 
commit

> Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} 
> to {{CassandraRelevantProps}}
> ---
>
> Key: CASSANDRA-17783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17783
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/Startup and Shutdown
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Low
> Fix For: 4.1-beta2, 4.2
>
> Attachments: CASSANDRA-17783-rebased.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} and 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES}} should be moved to 
> {{CassandraRelevantProps}} for two reasons. 
> # Generally speaking, this is where these kinds of things live. 
> # By having them in Schema, you can't actually use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} without running all of the static 
> initializers... and you want to use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} to set the system property before 
> the static initializer runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17783) Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} to {{CassandraRelevantProps}}

2022-11-07 Thread Jacek Lewandowski (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17630227#comment-17630227
 ] 

Jacek Lewandowski commented on CASSANDRA-17783:
---

[~brandon.williams] I'll do that today, thanks

> Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} 
> to {{CassandraRelevantProps}}
> ---
>
> Key: CASSANDRA-17783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17783
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/Startup and Shutdown
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Low
> Fix For: 4.x
>
> Attachments: CASSANDRA-17783-rebased.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} and 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES}} should be moved to 
> {{CassandraRelevantProps}} for two reasons. 
> # Generally speaking, this is where these kinds of things live. 
> # By having them in Schema, you can't actually use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} without running all of the static 
> initializers... and you want to use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} to set the system property before 
> the static initializer runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17783) Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} to {{CassandraRelevantProps}}

2022-11-07 Thread Brandon Williams (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17629899#comment-17629899
 ] 

Brandon Williams commented on CASSANDRA-17783:
--

[~jlewandowski] do you have this commit?  I can do it if you are short on time.

> Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} 
> to {{CassandraRelevantProps}}
> ---
>
> Key: CASSANDRA-17783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17783
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/Startup and Shutdown
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Low
> Fix For: 4.x
>
> Attachments: CASSANDRA-17783-rebased.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} and 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES}} should be moved to 
> {{CassandraRelevantProps}} for two reasons. 
> # Generally speaking, this is where these kinds of things live. 
> # By having them in Schema, you can't actually use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} without running all of the static 
> initializers... and you want to use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} to set the system property before 
> the static initializer runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17783) Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} to {{CassandraRelevantProps}}

2022-11-07 Thread Doug Rohrer (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17629895#comment-17629895
 ] 

Doug Rohrer commented on CASSANDRA-17783:
-

Thanks for continuing to push forward with this change - just a friendly ping 
to see if there's anything I can do to help in finishing this up.

> Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} 
> to {{CassandraRelevantProps}}
> ---
>
> Key: CASSANDRA-17783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17783
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/Startup and Shutdown
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Low
> Fix For: 4.x
>
> Attachments: CASSANDRA-17783-rebased.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} and 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES}} should be moved to 
> {{CassandraRelevantProps}} for two reasons. 
> # Generally speaking, this is where these kinds of things live. 
> # By having them in Schema, you can't actually use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} without running all of the static 
> initializers... and you want to use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} to set the system property before 
> the static initializer runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17783) Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} to {{CassandraRelevantProps}}

2022-10-28 Thread Brandon Williams (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17625686#comment-17625686
 ] 

Brandon Williams commented on CASSANDRA-17783:
--

+1, do it :)

> Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} 
> to {{CassandraRelevantProps}}
> ---
>
> Key: CASSANDRA-17783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17783
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/Startup and Shutdown
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Low
> Fix For: 4.x
>
> Attachments: CASSANDRA-17783-rebased.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} and 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES}} should be moved to 
> {{CassandraRelevantProps}} for two reasons. 
> # Generally speaking, this is where these kinds of things live. 
> # By having them in Schema, you can't actually use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} without running all of the static 
> initializers... and you want to use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} to set the system property before 
> the static initializer runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17783) Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} to {{CassandraRelevantProps}}

2022-10-28 Thread Jacek Lewandowski (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17625683#comment-17625683
 ] 

Jacek Lewandowski commented on CASSANDRA-17783:
---

tests looks (/)

> Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} 
> to {{CassandraRelevantProps}}
> ---
>
> Key: CASSANDRA-17783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17783
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/Startup and Shutdown
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Low
> Fix For: 4.x
>
> Attachments: CASSANDRA-17783-rebased.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} and 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES}} should be moved to 
> {{CassandraRelevantProps}} for two reasons. 
> # Generally speaking, this is where these kinds of things live. 
> # By having them in Schema, you can't actually use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} without running all of the static 
> initializers... and you want to use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} to set the system property before 
> the static initializer runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17783) Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} to {{CassandraRelevantProps}}

2022-10-28 Thread Jacek Lewandowski (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17625681#comment-17625681
 ] 

Jacek Lewandowski commented on CASSANDRA-17783:
---

IMHO there is a strong need from the consistency point of view :)

> Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} 
> to {{CassandraRelevantProps}}
> ---
>
> Key: CASSANDRA-17783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17783
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/Startup and Shutdown
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Low
> Fix For: 4.x
>
> Attachments: CASSANDRA-17783-rebased.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} and 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES}} should be moved to 
> {{CassandraRelevantProps}} for two reasons. 
> # Generally speaking, this is where these kinds of things live. 
> # By having them in Schema, you can't actually use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} without running all of the static 
> initializers... and you want to use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} to set the system property before 
> the static initializer runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17783) Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} to {{CassandraRelevantProps}}

2022-10-28 Thread Brandon Williams (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17625590#comment-17625590
 ] 

Brandon Williams commented on CASSANDRA-17783:
--

This patch looks pretty safe and it's arguably a bug that these weren't part of 
CassandraRelevantProperties to begin with so I think merging to 4.1 is fine if 
there is a solid need and CI stays happy.

> Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} 
> to {{CassandraRelevantProps}}
> ---
>
> Key: CASSANDRA-17783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17783
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/Startup and Shutdown
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Low
> Fix For: 4.x
>
> Attachments: CASSANDRA-17783-rebased.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} and 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES}} should be moved to 
> {{CassandraRelevantProps}} for two reasons. 
> # Generally speaking, this is where these kinds of things live. 
> # By having them in Schema, you can't actually use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} without running all of the static 
> initializers... and you want to use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} to set the system property before 
> the static initializer runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17783) Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} to {{CassandraRelevantProps}}

2022-10-28 Thread Jacek Lewandowski (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17625499#comment-17625499
 ] 

Jacek Lewandowski commented on CASSANDRA-17783:
---

I'm +1 on the patch, just need to figure out whether we can merge it into 4.1 
now

> Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} 
> to {{CassandraRelevantProps}}
> ---
>
> Key: CASSANDRA-17783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17783
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/Startup and Shutdown
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Low
> Fix For: 4.x
>
> Attachments: CASSANDRA-17783-rebased.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} and 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES}} should be moved to 
> {{CassandraRelevantProps}} for two reasons. 
> # Generally speaking, this is where these kinds of things live. 
> # By having them in Schema, you can't actually use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} without running all of the static 
> initializers... and you want to use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} to set the system property before 
> the static initializer runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17783) Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} to {{CassandraRelevantProps}}

2022-10-28 Thread Jacek Lewandowski (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17625494#comment-17625494
 ] 

Jacek Lewandowski commented on CASSANDRA-17783:
---

[~mck] can we merge this patch to 4.1 ?

> Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} 
> to {{CassandraRelevantProps}}
> ---
>
> Key: CASSANDRA-17783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17783
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/Startup and Shutdown
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Low
> Fix For: 4.x
>
> Attachments: CASSANDRA-17783-rebased.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} and 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES}} should be moved to 
> {{CassandraRelevantProps}} for two reasons. 
> # Generally speaking, this is where these kinds of things live. 
> # By having them in Schema, you can't actually use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} without running all of the static 
> initializers... and you want to use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} to set the system property before 
> the static initializer runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17783) Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} to {{CassandraRelevantProps}}

2022-10-24 Thread Doug Rohrer (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17623313#comment-17623313
 ] 

Doug Rohrer commented on CASSANDRA-17783:
-

Just wanted to see if we can make some progress on this - would love to get 
this merged soon if possible.

> Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} 
> to {{CassandraRelevantProps}}
> ---
>
> Key: CASSANDRA-17783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17783
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/Startup and Shutdown
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Low
> Fix For: 4.x
>
> Attachments: CASSANDRA-17783-rebased.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} and 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES}} should be moved to 
> {{CassandraRelevantProps}} for two reasons. 
> # Generally speaking, this is where these kinds of things live. 
> # By having them in Schema, you can't actually use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} without running all of the static 
> initializers... and you want to use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} to set the system property before 
> the static initializer runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17783) Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} to {{CassandraRelevantProps}}

2022-09-21 Thread Doug Rohrer (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17607940#comment-17607940
 ] 

Doug Rohrer commented on CASSANDRA-17783:
-

4.1 PR: [https://github.com/apache/cassandra/pull/1871]

> Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} 
> to {{CassandraRelevantProps}}
> ---
>
> Key: CASSANDRA-17783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17783
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/Startup and Shutdown
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Low
> Fix For: 4.x
>
> Attachments: CASSANDRA-17783-rebased.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} and 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES}} should be moved to 
> {{CassandraRelevantProps}} for two reasons. 
> # Generally speaking, this is where these kinds of things live. 
> # By having them in Schema, you can't actually use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} without running all of the static 
> initializers... and you want to use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} to set the system property before 
> the static initializer runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17783) Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} to {{CassandraRelevantProps}}

2022-09-21 Thread Doug Rohrer (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17607937#comment-17607937
 ] 

Doug Rohrer commented on CASSANDRA-17783:
-

PR for Trunk is at [https://github.com/apache/cassandra/pull/1811] (rebased 
today).

I'll apply to 4.1 as well and get another PR ready to go.

> Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} 
> to {{CassandraRelevantProps}}
> ---
>
> Key: CASSANDRA-17783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17783
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/Startup and Shutdown
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Low
> Fix For: 4.x
>
> Attachments: CASSANDRA-17783-rebased.patch
>
>
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} and 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES}} should be moved to 
> {{CassandraRelevantProps}} for two reasons. 
> # Generally speaking, this is where these kinds of things live. 
> # By having them in Schema, you can't actually use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} without running all of the static 
> initializers... and you want to use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} to set the system property before 
> the static initializer runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17783) Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} to {{CassandraRelevantProps}}

2022-09-14 Thread Jacek Lewandowski (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17603997#comment-17603997
 ] 

Jacek Lewandowski commented on CASSANDRA-17783:
---

[~drohrer] I think that change makes sense for 4.1 and for trunk. Why don't you 
create PRs for 4.1 and trunk from your fork. For CI, it makes sense to keep the 
config changes in a separate commit. I don't really know how to review a patch 
file

> Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} 
> to {{CassandraRelevantProps}}
> ---
>
> Key: CASSANDRA-17783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17783
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/Startup and Shutdown
>Reporter: Doug Rohrer
>Assignee: Doug Rohrer
>Priority: Low
> Fix For: 4.x
>
> Attachments: CASSANDRA-17783-rebased.patch
>
>
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} and 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES}} should be moved to 
> {{CassandraRelevantProps}} for two reasons. 
> # Generally speaking, this is where these kinds of things live. 
> # By having them in Schema, you can't actually use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} without running all of the static 
> initializers... and you want to use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} to set the system property before 
> the static initializer runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17783) Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} to {{CassandraRelevantProps}}

2022-09-13 Thread Doug Rohrer (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17603699#comment-17603699
 ] 

Doug Rohrer commented on CASSANDRA-17783:
-

[~jlewandowski] Please let me know if there's anything more you need on this. 
Thanks!

> Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} 
> to {{CassandraRelevantProps}}
> ---
>
> Key: CASSANDRA-17783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17783
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/Startup and Shutdown
>Reporter: Doug Rohrer
>Priority: Low
> Fix For: 4.x
>
> Attachments: CASSANDRA-17783-rebased.patch
>
>
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} and 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES}} should be moved to 
> {{CassandraRelevantProps}} for two reasons. 
> # Generally speaking, this is where these kinds of things live. 
> # By having them in Schema, you can't actually use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} without running all of the static 
> initializers... and you want to use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} to set the system property before 
> the static initializer runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17783) Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} to {{CassandraRelevantProps}}

2022-08-23 Thread Doug Rohrer (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17583808#comment-17583808
 ] 

Doug Rohrer commented on CASSANDRA-17783:
-

[^CASSANDRA-17783-rebased.patch]

> Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} 
> to {{CassandraRelevantProps}}
> ---
>
> Key: CASSANDRA-17783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17783
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/Startup and Shutdown
>Reporter: Doug Rohrer
>Priority: Low
> Fix For: 4.x
>
> Attachments: CASSANDRA-17783-rebased.patch, CASSANDRA-17783.patch
>
>
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} and 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES}} should be moved to 
> {{CassandraRelevantProps}} for two reasons. 
> # Generally speaking, this is where these kinds of things live. 
> # By having them in Schema, you can't actually use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} without running all of the static 
> initializers... and you want to use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} to set the system property before 
> the static initializer runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17783) Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} to {{CassandraRelevantProps}}

2022-08-23 Thread Doug Rohrer (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17583755#comment-17583755
 ] 

Doug Rohrer commented on CASSANDRA-17783:
-

FYI - was asked to re-run with a slightly different circle config to spare some 
resources... pushed a change to the config.yml and a new jdk8 build is running 
- let me know if there's anything else you need, and thanks again for taking a 
look.

> Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} 
> to {{CassandraRelevantProps}}
> ---
>
> Key: CASSANDRA-17783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17783
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/Startup and Shutdown
>Reporter: Doug Rohrer
>Priority: Low
> Fix For: 4.x
>
> Attachments: CASSANDRA-17783.patch
>
>
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} and 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES}} should be moved to 
> {{CassandraRelevantProps}} for two reasons. 
> # Generally speaking, this is where these kinds of things live. 
> # By having them in Schema, you can't actually use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} without running all of the static 
> initializers... and you want to use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} to set the system property before 
> the static initializer runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17783) Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} to {{CassandraRelevantProps}}

2022-08-23 Thread Doug Rohrer (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17583649#comment-17583649
 ] 

Doug Rohrer commented on CASSANDRA-17783:
-

[https://app.circleci.com/pipelines/github/JeetKunDoug/cassandra?branch=CASSANDRA-17783]
 should have what we need for CI I believe... I kicked off the jdk11 and jdk8 
pre-commit tests.

> Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} 
> to {{CassandraRelevantProps}}
> ---
>
> Key: CASSANDRA-17783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17783
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/Startup and Shutdown
>Reporter: Doug Rohrer
>Priority: Low
> Attachments: CASSANDRA-17783.patch
>
>
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} and 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES}} should be moved to 
> {{CassandraRelevantProps}} for two reasons. 
> # Generally speaking, this is where these kinds of things live. 
> # By having them in Schema, you can't actually use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} without running all of the static 
> initializers... and you want to use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} to set the system property before 
> the static initializer runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17783) Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} to {{CassandraRelevantProps}}

2022-08-23 Thread Doug Rohrer (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17583629#comment-17583629
 ] 

Doug Rohrer commented on CASSANDRA-17783:
-

I can rebase it on trunk and dust off my "make CI run faster" handbook and 
submit a PR so Circle can take a look... give me an hour or so and I can at 
least have a rebased patch.

> Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} 
> to {{CassandraRelevantProps}}
> ---
>
> Key: CASSANDRA-17783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17783
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/Startup and Shutdown
>Reporter: Doug Rohrer
>Priority: Low
> Attachments: CASSANDRA-17783.patch
>
>
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} and 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES}} should be moved to 
> {{CassandraRelevantProps}} for two reasons. 
> # Generally speaking, this is where these kinds of things live. 
> # By having them in Schema, you can't actually use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} without running all of the static 
> initializers... and you want to use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} to set the system property before 
> the static initializer runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17783) Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} to {{CassandraRelevantProps}}

2022-08-23 Thread Brandon Williams (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17583625#comment-17583625
 ] 

Brandon Williams commented on CASSANDRA-17783:
--

[~drohrer] it looks like your patch is against 4.1, is that correct? I was 
going to help this along with CI run but wanted to confirm that, and if so, a 
patch for trunk will also be needed (I don't think this merges cleanly.)

> Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} 
> to {{CassandraRelevantProps}}
> ---
>
> Key: CASSANDRA-17783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17783
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/Startup and Shutdown
>Reporter: Doug Rohrer
>Priority: Low
> Attachments: CASSANDRA-17783.patch
>
>
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} and 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES}} should be moved to 
> {{CassandraRelevantProps}} for two reasons. 
> # Generally speaking, this is where these kinds of things live. 
> # By having them in Schema, you can't actually use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} without running all of the static 
> initializers... and you want to use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} to set the system property before 
> the static initializer runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17783) Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} to {{CassandraRelevantProps}}

2022-08-23 Thread Doug Rohrer (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17583614#comment-17583614
 ] 

Doug Rohrer commented on CASSANDRA-17783:
-

Just wanted to follow up on this and see if someone has some time to take a 
look - [~jlewandowski] you back and have a few spare cycles?

> Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} 
> to {{CassandraRelevantProps}}
> ---
>
> Key: CASSANDRA-17783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17783
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/Startup and Shutdown
>Reporter: Doug Rohrer
>Priority: Low
> Attachments: CASSANDRA-17783.patch
>
>
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} and 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES}} should be moved to 
> {{CassandraRelevantProps}} for two reasons. 
> # Generally speaking, this is where these kinds of things live. 
> # By having them in Schema, you can't actually use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} without running all of the static 
> initializers... and you want to use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} to set the system property before 
> the static initializer runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17783) Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} to {{CassandraRelevantProps}}

2022-07-29 Thread Jacek Lewandowski (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17572922#comment-17572922
 ] 

Jacek Lewandowski commented on CASSANDRA-17783:
---

I will, when I'm back from vacation

> Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} 
> to {{CassandraRelevantProps}}
> ---
>
> Key: CASSANDRA-17783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17783
> Project: Cassandra
>  Issue Type: Improvement
>Reporter: Doug Rohrer
>Priority: Normal
>
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} and 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES}} should be moved to 
> {{CassandraRelevantProps}} for two reasons. 
> # Generally speaking, this is where these kinds of things live. 
> # By having them in Schema, you can't actually use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} without running all of the static 
> initializers... and you want to use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} to set the system property before 
> the static initializer runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17783) Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} to {{CassandraRelevantProps}}

2022-07-28 Thread Ekaterina Dimitrova (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17572619#comment-17572619
 ] 

Ekaterina Dimitrova commented on CASSANDRA-17783:
-

[~jlewandowski] , [~ifesdjeen] do you mind to take a look into this one, 
please? It seems those were introduced in CASSANDRA-17044

> Move {{Schema.FORCE_LOAD_KEYSPACES}} and {{Schema.FORCE_LOAD_KEYSPACES_PROP}} 
> to {{CassandraRelevantProps}}
> ---
>
> Key: CASSANDRA-17783
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17783
> Project: Cassandra
>  Issue Type: Improvement
>Reporter: Doug Rohrer
>Priority: Normal
>
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} and 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES}} should be moved to 
> {{CassandraRelevantProps}} for two reasons. 
> # Generally speaking, this is where these kinds of things live. 
> # By having them in Schema, you can't actually use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} without running all of the static 
> initializers... and you want to use 
> {{Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP}} to set the system property before 
> the static initializer runs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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