[jira] [Commented] (RATIS-274) Read/Write-path of log stream state machine

2018-10-18 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16655682#comment-16655682 ] Josh Elser commented on RATIS-274: -- Applies cleanly on 940a169bac12b10eb636d62029dddbc9fad420ff. Easy

[jira] [Commented] (RATIS-274) Read/Write-path of log stream state machine

2018-10-17 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16654578#comment-16654578 ] Josh Elser commented on RATIS-274: -- [~vrodionov], maybe needs a rebase? v3 doesn't seem to apply to HEAD

[jira] [Commented] (RATIS-274) Read/Write-path of log stream state machine

2018-10-17 Thread Vladimir Rodionov (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16654311#comment-16654311 ] Vladimir Rodionov commented on RATIS-274: - Patch v3. Fixed [~rajeshbabu] end-to-end test. >

[jira] [Commented] (RATIS-274) Read/Write-path of log stream state machine

2018-10-16 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16652660#comment-16652660 ] Ted Yu commented on RATIS-274: -- {code} + public ByteBuffer readNext() throws IOException { +int num = 1;

[jira] [Commented] (RATIS-274) Read/Write-path of log stream state machine

2018-10-15 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16651060#comment-16651060 ] Josh Elser commented on RATIS-274: -- {code:java} +for (long index = startRecordId; index <

[jira] [Commented] (RATIS-274) Read/Write-path of log stream state machine

2018-10-15 Thread Vladimir Rodionov (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16651006#comment-16651006 ] Vladimir Rodionov commented on RATIS-274: - Patch v2. Top level tests (with Raft client) are not

[jira] [Commented] (RATIS-274) Read/Write-path of log stream state machine

2018-10-15 Thread Sergey Soldatov (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16650862#comment-16650862 ] Sergey Soldatov commented on RATIS-274: --- [~vrodionov] What do you think if we separate meta and log

[jira] [Commented] (RATIS-274) Read/Write-path of log stream state machine

2018-10-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640849#comment-16640849 ] Ted Yu commented on RATIS-274: -- {code} + LogStream createLog(LogName name, LogServiceConfiguration config);

[jira] [Commented] (RATIS-274) Read/Write-path of log stream state machine

2018-10-05 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640438#comment-16640438 ] Josh Elser commented on RATIS-274: -- {quote}Yes, if you think that we can keep LogService.proto in

[jira] [Commented] (RATIS-274) Read/Write-path of log stream state machine

2018-10-05 Thread Vladimir Rodionov (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640273#comment-16640273 ] Vladimir Rodionov commented on RATIS-274: - ... On RaftClient I will try to make it package

[jira] [Commented] (RATIS-274) Read/Write-path of log stream state machine

2018-10-04 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16639202#comment-16639202 ] Josh Elser commented on RATIS-274: -- {code:java} + /** + * Gets Raft client object + * @return raft

[jira] [Commented] (RATIS-274) Read/Write-path of log stream state machine

2018-10-03 Thread Vladimir Rodionov (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16637749#comment-16637749 ] Vladimir Rodionov commented on RATIS-274: - First cut: skeleton + some muscles :) >