[jira] [Updated] (RATIS-221) Support new operations in Arithmetic-Example (append, remove/delete)

2018-08-17 Thread Jing Chen (JIRA)


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

Jing Chen updated RATIS-221:

Attachment: 0001-RATIS-221-Support-new-operations-in-Arithmetic-Examp.patch

> Support new operations in Arithmetic-Example (append, remove/delete)
> 
>
> Key: RATIS-221
> URL: https://issues.apache.org/jira/browse/RATIS-221
> Project: Ratis
>  Issue Type: New Feature
>  Components: examples
>Affects Versions: 0.1.0-alpha
>Reporter: Vinay Banakar
>Assignee: Jing Chen
>Priority: Major
>  Labels: features
> Attachments: 
> 0001-RATIS-221-Support-new-operations-in-Arithmetic-Examp.patch
>
>
> New operations can be supported in Arithmetic-Example to provide a more 
> succinct demo for the future users/developers.
> 1. Adding "append" 
>         *Command*: ./client.sh append --name X --value Y
>          *Behavior*: This will increment the variable X by Y. 
>          *Alternative*: Improve "assign" to do variable increments 
>                               ./client.sh assign --name X --value X+Y
>                               [This throws an Exception today]
> 2. Adding "remove/delete" (let's just say remove for now)
>         *Command*: ./client.sh remove --name X 
>          *Behavior*: This should remove variable X from the cluster. 
>          *Alternative*: None



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (RATIS-221) Support new operations in Arithmetic-Example (append, remove/delete)

2018-07-18 Thread Tsz Wo Nicholas Sze (JIRA)


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

Tsz Wo Nicholas Sze updated RATIS-221:
--
Fix Version/s: (was: 0.2.0)
  Component/s: examples

> Support new operations in Arithmetic-Example (append, remove/delete)
> 
>
> Key: RATIS-221
> URL: https://issues.apache.org/jira/browse/RATIS-221
> Project: Ratis
>  Issue Type: New Feature
>  Components: examples
>Affects Versions: 0.1.0-alpha
>Reporter: Vinay Banakar
>Priority: Major
>  Labels: features
>
> New operations can be supported in Arithmetic-Example to provide a more 
> succinct demo for the future users/developers.
> 1. Adding "append" 
>         *Command*: ./client.sh append --name X --value Y
>          *Behavior*: This will increment the variable X by Y. 
>          *Alternative*: Improve "assign" to do variable increments 
>                               ./client.sh assign --name X --value X+Y
>                               [This throws an Exception today]
> 2. Adding "remove/delete" (let's just say remove for now)
>         *Command*: ./client.sh remove --name X 
>          *Behavior*: This should remove variable X from the cluster. 
>          *Alternative*: None



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (RATIS-221) Support new operations in Arithmetic-Example (append, remove/delete)

2018-04-04 Thread Vinay Banakar (JIRA)

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

Vinay Banakar updated RATIS-221:

Description: 
New operations can be supported in Arithmetic-Example to provide a more 
succinct demo for the future users/developers.

1. Adding "append" 

        *Command*: ./client.sh append --name X --value Y
         *Behavior*: This will increment the variable X by Y. 
         *Alternative*: Improve "assign" to do variable increments 
                              ./client.sh assign --name X --value X+Y
   [This throws an Exception today]

2. Adding "remove/delete" (let's just say remove for now)

        *Command*: ./client.sh remove --name X 
         *Behavior*: This should remove variable X from the cluster. 
         *Alternative*: None

  was:
New operations can be supported in Arithmetic-Example to provide a more 
succinct demo for the future users/developers.


 1. Adding "append" 

         *Command*: ./client.sh append --name X --value Y
         *Behavior*: This will increment the variable X by Y. 
         *Alternative*: Improve "assign" to do variable increments 
                             ./client.sh assign --name X --value X+Y [This 
throws an Exception today]

2. Adding "remove/delete" (let's just say remove for now)

        *Command*: ./client.sh remove --name X 
        *Behavior*: This should remove variable X from the cluster. 
        *Alternative*: None


> Support new operations in Arithmetic-Example (append, remove/delete)
> 
>
> Key: RATIS-221
> URL: https://issues.apache.org/jira/browse/RATIS-221
> Project: Ratis
>  Issue Type: New Feature
>Affects Versions: 0.1.0-alpha
>Reporter: Vinay Banakar
>Priority: Major
>  Labels: features
> Fix For: 0.2.0-alpha
>
>
> New operations can be supported in Arithmetic-Example to provide a more 
> succinct demo for the future users/developers.
> 1. Adding "append" 
>         *Command*: ./client.sh append --name X --value Y
>          *Behavior*: This will increment the variable X by Y. 
>          *Alternative*: Improve "assign" to do variable increments 
>                               ./client.sh assign --name X --value X+Y
>[This throws an Exception today]
> 2. Adding "remove/delete" (let's just say remove for now)
>         *Command*: ./client.sh remove --name X 
>          *Behavior*: This should remove variable X from the cluster. 
>          *Alternative*: None



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (RATIS-221) Support new operations in Arithmetic-Example (append, remove/delete)

2018-04-04 Thread Vinay Banakar (JIRA)

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

Vinay Banakar updated RATIS-221:

Description: 
New operations can be supported in Arithmetic-Example to provide a more 
succinct demo for the future users/developers.

1. Adding "append" 

        *Command*: ./client.sh append --name X --value Y
         *Behavior*: This will increment the variable X by Y. 
         *Alternative*: Improve "assign" to do variable increments 
                              ./client.sh assign --name X --value X+Y
                              [This throws an Exception today]

2. Adding "remove/delete" (let's just say remove for now)

        *Command*: ./client.sh remove --name X 
         *Behavior*: This should remove variable X from the cluster. 
         *Alternative*: None

  was:
New operations can be supported in Arithmetic-Example to provide a more 
succinct demo for the future users/developers.

1. Adding "append" 

        *Command*: ./client.sh append --name X --value Y
         *Behavior*: This will increment the variable X by Y. 
         *Alternative*: Improve "assign" to do variable increments 
                              ./client.sh assign --name X --value X+Y
   [This throws an Exception today]

2. Adding "remove/delete" (let's just say remove for now)

        *Command*: ./client.sh remove --name X 
         *Behavior*: This should remove variable X from the cluster. 
         *Alternative*: None


> Support new operations in Arithmetic-Example (append, remove/delete)
> 
>
> Key: RATIS-221
> URL: https://issues.apache.org/jira/browse/RATIS-221
> Project: Ratis
>  Issue Type: New Feature
>Affects Versions: 0.1.0-alpha
>Reporter: Vinay Banakar
>Priority: Major
>  Labels: features
> Fix For: 0.2.0-alpha
>
>
> New operations can be supported in Arithmetic-Example to provide a more 
> succinct demo for the future users/developers.
> 1. Adding "append" 
>         *Command*: ./client.sh append --name X --value Y
>          *Behavior*: This will increment the variable X by Y. 
>          *Alternative*: Improve "assign" to do variable increments 
>                               ./client.sh assign --name X --value X+Y
>                               [This throws an Exception today]
> 2. Adding "remove/delete" (let's just say remove for now)
>         *Command*: ./client.sh remove --name X 
>          *Behavior*: This should remove variable X from the cluster. 
>          *Alternative*: None



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)