Re: [DISCUSS] Moving system property names to the CassandraRelevantProperties

2023-06-13 Thread Ekaterina Dimitrova
Thank you Maxim! I also agree with 1 and 2. Also, thank you for considering documentation. The datastax docs page mentioned here is not maintained by the project, the other one can get some love. I guess if we are adding description column, we can automate the way we populate that page. But I thin

Re: [DISCUSS] Moving system property names to the CassandraRelevantProperties

2023-06-13 Thread Mick Semb Wever
> I want also to clarify and discuss with you some points related to the > SystemPropertiesTable virtual table. > > 1. Hide non-production environment properties in the SystemProperties > virtual table. > > As you may know, the result of the query on the virtual table > currently includes the envir

Re: [DISCUSS] Moving system property names to the CassandraRelevantProperties

2023-06-13 Thread Maxim Muzafarov
perties. I do not think that it should take more > >> than 1 hour of dedicated effort and we are done! > >> > >> Thanks in advance to whoever reviews this. > >> > >> I want to especially thank Maxim for his perseverance in this matter and I > >> h

Re: [DISCUSS] Moving system property names to the CassandraRelevantProperties

2023-05-18 Thread Miklosovic, Stefan
n CQLSH as well. From: Maxim Muzafarov Sent: Thursday, May 18, 2023 12:54 To: dev@cassandra.apache.org Subject: Re: [DISCUSS] Moving system property names to the CassandraRelevantProperties NetApp Security WARNING: This is an external email. Do not clic

Re: [DISCUSS] Moving system property names to the CassandraRelevantProperties

2023-05-18 Thread Maxim Muzafarov
pull/2046 >> (2) https://issues.apache.org/jira/browse/CASSANDRA-17797 >> >> Regards >> >> Regards >> >> ____________ >> From: Miklosovic, Stefan >> Sent: Wednesday, March 22, 2023 14:34 >> To: dev@cassandra.apache.org &g

Re: [DISCUSS] Moving system property names to the CassandraRelevantProperties

2023-03-30 Thread Jacek Lewandowski
> From: Miklosovic, Stefan > Sent: Wednesday, March 22, 2023 14:34 > To: dev@cassandra.apache.org > Subject: Re: [DISCUSS] Moving system property names to the > CassandraRelevantProperties > > NetApp Security WARNING: This is an external email. Do n

Re: [DISCUSS] Moving system property names to the CassandraRelevantProperties

2023-03-30 Thread Miklosovic, Stefan
://issues.apache.org/jira/browse/CASSANDRA-17797 Regards Regards From: Miklosovic, Stefan Sent: Wednesday, March 22, 2023 14:34 To: dev@cassandra.apache.org Subject: Re: [DISCUSS] Moving system property names to the CassandraRelevantProperties NetApp Security

Re: [DISCUSS] Moving system property names to the CassandraRelevantProperties

2023-03-22 Thread Miklosovic, Stefan
is just about centralizing all properties scattered around the code base into one place. Regards From: Maxim Muzafarov Sent: Tuesday, March 21, 2023 22:59 To: dev@cassandra.apache.org Subject: Re: [DISCUSS] Moving system property names to the

Re: [DISCUSS] Moving system property names to the CassandraRelevantProperties

2023-03-21 Thread Maxim Muzafarov
Hello everyone, This a friendly reminder that some help is still needed with the review :-) I have resolved all the conflicts that have arisen in the last month or two. If you'd like to invest some time in code clarity, please take a look: https://github.com/apache/cassandra/pull/2046/files On W

Re: [DISCUSS] Moving system property names to the CassandraRelevantProperties

2023-02-09 Thread David Capwell
There might be also a column for old names so >> people would know what new property the old one translates to and we should >> also emit warning for users that the system properties they are using are in >> the old format and they should move to the new ones. >> >> Anyway, I am glad this is ha

Re: [DISCUSS] Moving system property names to the CassandraRelevantProperties

2023-02-09 Thread Maxim Muzafarov
d format and they should move to the new ones. > > Anyway, I am glad this is happening and we are making progress. It will be > also way easier to dump all properties to the website when everything is > centralized at once place. > > Regards > > >

Re: [DISCUSS] Moving system property names to the CassandraRelevantProperties

2023-02-09 Thread David Capwell
ppening and we are making progress. It will be > also way easier to dump all properties to the website when everything is > centralized at once place. > > Regards > > ________ > From: Maxim Muzafarov > Sent: Wednesday, February 8, 2023

Re: [DISCUSS] Moving system property names to the CassandraRelevantProperties

2023-02-09 Thread Miklosovic, Stefan
___ From: Maxim Muzafarov Sent: Wednesday, February 8, 2023 19:48 To: dev@cassandra.apache.org Subject: [DISCUSS] Moving system property names to the CassandraRelevantProperties NetApp Security WARNING: This is an external email. Do not click links or open attachments unless you reco

[DISCUSS] Moving system property names to the CassandraRelevantProperties

2023-02-08 Thread Maxim Muzafarov
Hello everyone, We are trying to clean up the source code around the direct use of system properties and make this use more manageable and transparent. To achieve this, I have prepared a patch that moves all system property names to the CassandraRelevantProperties, which in turn makes some of the