[jira] [Updated] (RATIS-17) Add basic retry cache implementation for Raft Server

2017-03-17 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated RATIS-17: --- Attachment: RATIS-17.001.patch Initial patch with most of the functionalities done. Will add more tests. > Add

[jira] [Updated] (RATIS-47) Shade google guava

2017-03-17 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo Nicholas Sze updated RATIS-47: - Description: Even we do not use google guava internally, gRPC still depends on it.

[jira] [Commented] (RATIS-6) Project logo

2017-03-17 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15930833#comment-15930833 ] Jing Zhao commented on RATIS-6: --- Thanks a lot, Will. I like the last one in "Artboard 2.png". > Project logo >

[jira] [Updated] (RATIS-41) Avoid using google guava in common

2017-03-17 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo Nicholas Sze updated RATIS-41: - Attachment: r41_20170317.patch r41_20170317.patch: updated with trunk. > Avoid using

[jira] [Resolved] (RATIS-44) Move hadoop out from ratis-proto-shaded

2017-03-17 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao resolved RATIS-44. Resolution: Fixed Fix Version/s: 0.1 +1. I've committed this. > Move hadoop out from

[jira] [Resolved] (RATIS-42) Shade netty in ratis

2017-03-17 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao resolved RATIS-42. Resolution: Fixed Fix Version/s: 0.1 > Shade netty in ratis > > >

[jira] [Commented] (RATIS-42) Shade netty in ratis

2017-03-17 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15930794#comment-15930794 ] Jing Zhao commented on RATIS-42: +1. I will commit the patch shortly. > Shade netty in ratis >

[jira] [Commented] (RATIS-44) Move hadoop out from ratis-proto-shaded

2017-03-17 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15930741#comment-15930741 ] Tsz Wo Nicholas Sze commented on RATIS-44: -- After the patch: {code} [INFO] ---

[jira] [Commented] (RATIS-44) Move hadoop out from ratis-proto-shaded

2017-03-17 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15930738#comment-15930738 ] Tsz Wo Nicholas Sze commented on RATIS-44: -- Before the patch, the dependency tree for ratis-common

[jira] [Updated] (RATIS-46) Do not use commons-io and commons-lang.

2017-03-17 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo Nicholas Sze updated RATIS-46: - Attachment: r46_20170317.patch r46_20170317.patch: 1st patch. > Do not use commons-io and

[jira] [Created] (RATIS-46) Do not use commons-io and commons-lang.

2017-03-17 Thread Tsz Wo Nicholas Sze (JIRA)
Tsz Wo Nicholas Sze created RATIS-46: Summary: Do not use commons-io and commons-lang. Key: RATIS-46 URL: https://issues.apache.org/jira/browse/RATIS-46 Project: Ratis Issue Type:

[jira] [Commented] (RATIS-42) Shade netty in ratis

2017-03-17 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15930429#comment-15930429 ] Jing Zhao commented on RATIS-42: The patch looks good to me. One minor: the following change seems

[jira] [Resolved] (RATIS-43) Rename RaftClientProtocolService 'client' field onto 'protocol'

2017-03-17 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao resolved RATIS-43. Resolution: Fixed Fix Version/s: 0.1 I've committed the patch. Thanks Hugo! > Rename