[GitHub] incubator-ratis pull request #4: RATIS-272 logservice api

2018-08-21 Thread VladRodionov
Github user VladRodionov commented on a diff in the pull request: https://github.com/apache/incubator-ratis/pull/4#discussion_r211684885 --- Diff: ratis-logservice/src/main/java/org/apache/ratis/logservice/api/LogReader.java --- @@ -0,0 +1,53 @@ +/** + * Licensed to the

[GitHub] incubator-ratis pull request #4: RATIS-272 logservice api

2018-08-21 Thread VladRodionov
Github user VladRodionov commented on a diff in the pull request: https://github.com/apache/incubator-ratis/pull/4#discussion_r211684524 --- Diff: ratis-logservice/src/main/java/org/apache/ratis/logservice/api/LogName.java --- @@ -0,0 +1,28 @@ +package

[GitHub] incubator-ratis issue #4: RATIS-272 logservice api

2018-08-21 Thread VladRodionov
Github user VladRodionov commented on the issue: https://github.com/apache/incubator-ratis/pull/4 LogName is kind of artificial thing. We should adopt standard Unix convention - everything is a file, Path in our case. java.io.Path gives us direct way to LogService file system.

Apache Ratis qbt Report: master+JDK8 on Linux/x86

2018-08-21 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/ratis-qbt-master-java8-linux-x86/286/ [Aug 3, 2018 8:44:50 PM] (szetszwo) RATIS-289. Optimize readStateMachine by allowing to enqueue multiple [Aug 6, 2018 6:41:38 PM] (msingh) RATIS-285. Ratis State Machine should have an api to inform about