Wiki Username: MichaelEdge

2015-11-14 Thread Michael Edge
Hi, Please add me to wiki. Wiki Username: MichaelEdge

After 'git clone', nodetool results in AttributeNotFoundException

2015-11-14 Thread Michael Edge
ool$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

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

2015-11-15 Thread Michael Edge
x27; version (the > latest development branch that is not yet released.) > Use branch like cassandra-2.1 that matches your Cassandra version. > > On Sat, Nov 14, 2015 at 9:04 PM, Michael Edge > wrote: > > Hi, > > > > I want to start working on Cassandra-10660 b

Can't assign issues to myself

2015-11-17 Thread Michael Edge
Hi All, I'm trying to assign https://issues.apache.org/jira/browse/CASSANDRA-10719?filter=12334050 to myself but it seems I'm unable to. Is someone able to grant me contributor permissions or do you have another preferred way of assigning issues? Cheers, Michael

Aligning Cassandra CQL documentation

2015-11-17 Thread Michael Edge
Hi, It seems there are 2-3 sets of Cassandra CQL documentation that should be updated if we make any changes to CQL. - https://cassandra.apache.org/doc/cql3/CQL.html, which can be updated by applying changes to cassandra/doc/cql3/CQL.textile - The 'help' function within cqlsh, which can

UML sequence diagrams on Wiki for explaining read/write path

2015-11-25 Thread Michael Edge
Hi, I'd like to update the read/write path description on the wiki (see link below) by adding a couple of UML sequence diagrams I drew a while ago. I think they are much better than long textual descriptions for describing the order of operations on components. Before publishing them I'd prefer a

Re: UML sequence diagrams on Wiki for explaining read/write path

2015-11-29 Thread Michael Edge
Write path docs updated on Wiki - please review diagram/text and let me have your comments (or update text in place). https://wiki.apache.org/cassandra/WritePathForUsers Cheers, Michael On 26 November 2015 at 11:25, Michael Shuler wrote: > On 11/25/2015 07:36 PM, Michael Edge wrote: >

Re: UML sequence diagrams on Wiki for explaining read/write path

2015-11-30 Thread Michael Edge
perty > in cassandra.yaml." > > -- Jack Krupansky > > On Mon, Nov 30, 2015 at 2:24 AM, Michael Edge > wrote: > > > Write path docs updated on Wiki - please review diagram/text and let me > > have your comments (or update text in place). > > > > h

Re: UML sequence diagrams on Wiki for explaining read/write path

2015-11-30 Thread Michael Edge
Read Path ready for review: https://wiki.apache.org/cassandra/ReadPathForUsers On 1 December 2015 at 10:30, Michael Edge wrote: > Thanks for the feedback guys. I've made the updates. > > On 1 December 2015 at 00:56, Jack Krupansky > wrote: > >> Great stuff! >>

Re: UML sequence diagrams on Wiki for explaining read/write path

2015-12-01 Thread Michael Edge
> I just remembered... the new Materialized View support in 3.0 - writes to > the materialized views get triggered when a write occurs to the base table. > That needs to be in the write path flow/description as well. > > -- Jack Krupansky > > On Mon, Nov 30, 2015 at 9:30 PM, Michael

Re: UML sequence diagrams on Wiki for explaining read/write path

2015-12-03 Thread Michael Edge
ot sure of the precise details there either (like, which consistency those > backfill writes use.) And that backfilling process has to occur on each > node of the cluster (but not each replica.) Again, Carl, Jake, et al need > to review precise details. > > -- Jack Krupansky > > O