Re: [VOTE] CEP-34: mTLS based client and internode authenticators

2023-07-21 Thread Yuki Morishita
+1 Just one update to CEP that I would like to propose is to clarify which "appropriate permissions" are necessary to add/drop identities. According to the current patch, in order to add identities, the roles require "CREATE ROLE" permission, and to drop they require "DROP ROLE" permission. I

Re: CASSANDRA-18554 - mTLS based client and internode authenticators

2023-07-11 Thread Yuki Morishita
> folks - I think we’ve achieved lazy consensus here. Please continue with feedback on the jira. Hi Dinesh, As Jeremiah commented on JIRA, shouldn't we have a vote in the ML? For the future reference, in my opinion, adding new CQL syntax should have a CEP as it is not something we can easily

Re: CASSANDRA-18554 - mTLS based client and internode authenticators

2023-06-28 Thread Yuki Morishita
LIST ROLES; ``` This requires a role to identities table as well as the current identity to role table though. On Thu, Jun 29, 2023 at 12:34 PM Yuki Morishita wrote: > Hi Jyothsna, > > I think for the *initial* commit, the description looks fine to me. > I'd like to see/contribute to

Re: CASSANDRA-18554 - mTLS based client and internode authenticators

2023-06-28 Thread Yuki Morishita
t;>>> On Mon, Jun 19, 2023 at 4:00 PM Jyothsna Konisa >>>> wrote: >>>> >>>>> Hi Yuki, >>>>> You are right regarding adding a custom validator. If one wants to >>>>> implement a CN based validator, they can do that and c

Re: CASSANDRA-18554 - mTLS based client and internode authenticators

2023-06-21 Thread Yuki Morishita
have ensured this by carefully designing the schema of the new table >> for storing identity information by making identity as the primary key >> which guarantees that each identity is unique and the same role can have >> multiple identities. >> >> Thanks, >>

Re: CASSANDRA-18554 - mTLS based client and internode authenticators

2023-06-18 Thread Yuki Morishita
HI, I was discussing with users the other day regarding a similar feature. They were thinking of implementing the custom Authenticator similar to what MySQL offers: CREATE USER 'jeffrey'@'localhost' REQUIRE SUBJECT '/C=SE/ST=Stockholm/L=Stockholm/ O=MySQL demo client certificate/

Re: Downgradability

2023-02-20 Thread Yuki Morishita
Hi, What I wanted to address in my comment in CASSANDRA-8110( https://issues.apache.org/jira/browse/CASSANDRA-8110?focusedCommentId=17641705=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17641705) is to focus on better upgrade experience. Upgrading the cluster can be

Re: Issue when creating a stream session

2022-12-18 Thread Yuki Morishita
I dug the git history and it looks like CASSANDRA-3569 changed to not register to Gossip. https://github.com/apache/cassandra/commit/0f2d7d0b9540efa3ea3dfe4f8270c3635afdc63c (It removed the `register` part, not the `unregister` part though.)

[Vote] Remove Windows support from 4.0+

2020-08-09 Thread Yuki Morishita
As per the discussion(*), I propose to remove Windows support from 4.0 release and onward. Windows scripts are not maintained and we lack windows test environments. WIndows users can use docker or cloud environments to set up Cassandra application development. If the vote pass, I will create

Re: [Discussion] Windows support

2020-07-30 Thread Yuki Morishita
Thank you all for your insights! I will create the new thread to kick off the formal voting process for removing windows support starting from 4.0. Regards, Yuki On Fri, Jul 31, 2020 at 10:42 AM Erick Ramirez wrote: > > > > > My point is, for educational purposes there are plenty of other ways

[Discussion] Windows support

2020-07-28 Thread Yuki Morishita
Hi, I'd like to raise my concern about Windows support, as we are getting closer to 4.0 release. Since the support for JDK11 (CASSANDRA-9608), Windows script to start Cassandra is broken. The fix for the script is posted to

Re: Cassandra on Google Summer of Code 2017

2017-02-06 Thread Yuki Morishita
Hi, I co-mentored GSoC last year with Paulo Motta for Apache Cassandra project. Here is what we did last year: * Marked streaming related issues as "gsoc2016"(https://issues.apache.org/jira/browse/CASSANDRA-8110?jql=project%20%3D%20CASSANDRA%20AND%0A%20labels%20%3D%20gsoc2016). These issues were

Re: A proposal to move away from Jira-centric development

2016-08-15 Thread Yuki Morishita
later after much > > discussion. It can be difficult to figure out what the conclusion was, > as > > review comments start to pile up afterwards. Having that discussion on > the > > list, and summarizing on Jira, would mitigate this. > > > > -- > > Jonathan Ellis > > Project Chair, Apache Cassandra > > co-founder, http://www.datastax.com > > @spyced > > > > > > > -- Yuki Morishita t:yukim (http://twitter.com/yukim)

Re: Write latency metric

2016-02-07 Thread Yuki Morishita
itlog is the > most time consuming operation during a write (especially when batch commit > is used). > > Appreciate any help. > > > Thanks, > Rei Odaira -- Yuki Morishita t:yukim (http://twitter.com/yukim)

Re: After 'git clone', nodetool results in AttributeNotFoundException

2015-11-15 Thread Yuki Morishita
n.proxy.$Proxy7.getNonSystemKeyspaces(Unknown Source) > at > org.apache.cassandra.tools.NodeProbe.getNonSystemKeyspaces(NodeProbe.java:808) > at > org.apache.cassandra.tools.NodeTool$NodeToolCmd.parseOptionalKeyspace(NodeTool.java:326) > at > org.apache.cassandra.tools.NodeTool$NodeToolCmd.parseOptionalKeyspace(NodeTool.java:318) > at org.apache.cassandra.tools.nodetool.Compact.execute(Compact.java:42) > at > org.apache.cassandra.tools.NodeTool$NodeToolCmd.run(NodeTool.java:245) > at org.apache.cassandra.tools.NodeTool.main(NodeTool.java:159) > > > Regards, > > Michael Edge -- Yuki Morishita t:yukim (http://twitter.com/yukim)

Re: [VOTE] Release Apache Cassandra 2.1.11

2015-10-12 Thread Yuki Morishita
repository.apache.org/content/repositories/orgapachecassandra-1084/ >> > > >> > > The artifacts as well as the debian package are also available here: >> > > http://people.apache.org/~jake >> > > >> > > The vote will be open for 48 hours (l

Re: Requiring Java 8 for C* 3.0

2015-05-07 Thread Yuki Morishita
Project Chair, Apache Cassandra co-founder, http://www.datastax.com @spyced -- Yuki Morishita t:yukim (http://twitter.com/yukim)

Re: Error opening zip file or JAR manifest missing

2014-11-24 Thread Yuki Morishita
resolution on merge from 2.1 to trunk - value= is overwritten where there should be line=. Patch attached. Could someone commit this to trunk, pretty please? :) -- Kind regards, Michael -- Yuki Morishita t:yukim (http://twitter.com/yukim)

Re: Performance Tickets

2014-04-16 Thread Yuki Morishita
for ops and highly relevant to cluster performance. If some of the above list might directly affect/help repair performance, let's get them tied together in Jira :) -- Kind regards, Michael -- Yuki Morishita t:yukim (http://twitter.com/yukim)

Re: inserting a row with a map column when using if not exists results in null column for the row

2013-09-25 Thread Yuki Morishita
, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly Twitter: @allthingshadoop http://www.twitter.com/allthingshadoop / -- Yuki Morishita t:yukim (http://twitter.com/yukim)

Re: [VOTE] Release Apache Cassandra 1.2.10

2013-09-19 Thread Yuki Morishita
/repositories/orgapachecassandra-078/ The artifacts as well as the debian package are also available here: http://people.apache.org/~slebresne/ The vote will be open for 72 hours (longer if needed). [1]: http://goo.gl/x1wOFw (CHANGES.txt) [2]: http://goo.gl/VOHl5l (NEWS.txt) -- Yuki

Re: [VOTE] Release Apache Cassandra 2.0.1

2013-09-19 Thread Yuki Morishita
Ellis Project Chair, Apache Cassandra co-founder, http://www.datastax.com @spyced -- Yuki Morishita t:yukim (http://twitter.com/yukim)

Re: Time for a release candidate?

2013-08-05 Thread Yuki Morishita
Cassandra co-founder, http://www.datastax.com @spyced -- Yuki Morishita t:yukim (http://twitter.com/yukim)

Re: [VOTE] Release Apache Cassandra 2.0.0-beta2

2013-07-22 Thread Yuki Morishita
@spyced -- Yuki Morishita t:yukim (http://twitter.com/yukim)

Re: Major compaction does not seems to free the disk space a lot if wide rows are used.

2013-05-16 Thread Yuki Morishita
usage decreased dramatically. Any suggestions or is this a know issue. Thanks and Regards, Boris -- Yuki Morishita t:yukim (http://twitter.com/yukim)

Re: [VOTE] Release Apache Cassandra 1.2.5 (strike 3)

2013-05-15 Thread Yuki Morishita
will be open for 72 hours (longer if needed). [1]: http://goo.gl/RC5VV (CHANGES.txt) [2]: http://goo.gl/h38f4 (NEWS.txt) -- Jonathan Ellis Project Chair, Apache Cassandra co-founder, http://www.datastax.com @spyced -- Yuki Morishita t:yukim (http://twitter.com/yukim)

Re: [VOTE] Release Apache Cassandra 1.2.0

2012-12-29 Thread Yuki Morishita
://people.apache.org/~slebresne/ The vote will be open for 72 hours (longer if needed). [1]: http://goo.gl/zLqf9 (CHANGES.txt) [2]: http://goo.gl/aKgkY (NEWS.txt) -- Yuki Morishita t:yukim (http://twitter.com/yukim)

Re: [VOTE] Release Apache Cassandra 1.2.0-rc1

2012-12-11 Thread Yuki Morishita
+1 yuki On Tuesday, December 11, 2012 at 7:27 AM, Jonathan Ellis wrote: +1 On Dec 11, 2012 5:19 AM, Sylvain Lebresne sylv...@datastax.com (mailto:sylv...@datastax.com) wrote: We've now fixed all remaining blocking problems on the 1.2.0 branch since beta3, and if we want to release