[jira] [Updated] (RATIS-125) The cause in a StateMachineException is not sent to client

2017-11-03 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo Nicholas Sze updated RATIS-125: -- Priority: Major (was: Trivial) > The cause in a StateMachineException is not sent to

[jira] [Created] (RATIS-131) Add checkstyle configuration

2017-11-03 Thread Tsz Wo Nicholas Sze (JIRA)
Tsz Wo Nicholas Sze created RATIS-131: - Summary: Add checkstyle configuration Key: RATIS-131 URL: https://issues.apache.org/jira/browse/RATIS-131 Project: Ratis Issue Type: Bug

[jira] [Commented] (RATIS-129) Compile protobuf and shade if the shaded source directory is missing

2017-11-03 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16238584#comment-16238584 ] Jing Zhao commented on RATIS-129: - +1 > Compile protobuf and shade if the shaded source directory is

[jira] [Commented] (RATIS-117) Add test for situation when old leader can/cannot commit log

2017-11-03 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16238581#comment-16238581 ] Jing Zhao commented on RATIS-117: - Looks like TestRaftWithSimulatedRpc fails consistently. Will do some

[jira] [Created] (RATIS-129) Compile protobuf and shade if the shaded source directory is missing

2017-11-03 Thread Tsz Wo Nicholas Sze (JIRA)
Tsz Wo Nicholas Sze created RATIS-129: - Summary: Compile protobuf and shade if the shaded source directory is missing Key: RATIS-129 URL: https://issues.apache.org/jira/browse/RATIS-129 Project:

[jira] [Commented] (RATIS-102) Clean generated sources as part of the default clean lifecycle

2017-11-03 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16238503#comment-16238503 ] Tsz Wo Nicholas Sze commented on RATIS-102: --- A better approach is to check if the shaded src dir

[jira] [Commented] (RATIS-102) Clean generated sources as part of the default clean lifecycle

2017-11-03 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16238487#comment-16238487 ] Tsz Wo Nicholas Sze commented on RATIS-102: --- [~jingzhao], you are right that {{mvn test}} does

[jira] [Commented] (RATIS-102) Clean generated sources as part of the default clean lifecycle

2017-11-03 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16238472#comment-16238472 ] Jing Zhao commented on RATIS-102: - Looks like with ratis-102, if I run "mvn package -DskipTests" and then

[jira] [Resolved] (RATIS-128) Missing maven plugin version for protobuf and shade plugins

2017-11-03 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao resolved RATIS-128. - Resolution: Fixed Fix Version/s: 0.2.0-alpha I've committed the patch. Thanks for the fix,

[jira] [Commented] (RATIS-128) Missing maven plugin version for protobuf and shade plugins

2017-11-03 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16238447#comment-16238447 ] Jing Zhao commented on RATIS-128: - +1. I will commit the patch shortly. > Missing maven plugin version for

[jira] [Commented] (RATIS-122) Add a FileStore example

2017-11-03 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16238280#comment-16238280 ] Hadoop QA commented on RATIS-122: - | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem ||

[jira] [Updated] (RATIS-122) Add a FileStore example

2017-11-03 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo Nicholas Sze updated RATIS-122: -- Attachment: r122_20171103.patch r122_20171103.patch: removes unused import "Raft.proto".

[jira] [Commented] (RATIS-125) The cause in a StateMachineException is not sent to client

2017-11-03 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16238186#comment-16238186 ] Tsz Wo Nicholas Sze commented on RATIS-125: --- Below adds a fake exception to RATIS-122 in order to