[jira] [Updated] (RATIS-176) Log Appender should throw an Exception in case append entry size exceeds the maxBufferSize configured

2017-12-19 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-176: -- Description: LogAppender while adding append entry in LogEntryBuffer, checks whether the

[jira] [Created] (RATIS-176) Log Appender should throw an Exception in case append entry size exceeds the maxBufferSize configured

2017-12-19 Thread Shashikant Banerjee (JIRA)
Shashikant Banerjee created RATIS-176: - Summary: Log Appender should throw an Exception in case append entry size exceeds the maxBufferSize configured Key: RATIS-176 URL:

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

2017-11-20 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16260355#comment-16260355 ] Shashikant Banerjee commented on RATIS-6: - +1 > Project logo > > > Key:

[jira] [Updated] (RATIS-154) Add setter functions for Raft Config keys

2017-12-08 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-154: -- Attachment: RATIS-154.001.patch Patch v1 adds the missing setter functions for missing

[jira] [Commented] (RATIS-154) Add setter functions for Raft Config keys

2017-12-06 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16281424#comment-16281424 ] Shashikant Banerjee commented on RATIS-154: --- I am working on this issue. > Add setter functions

[jira] [Assigned] (RATIS-154) Add setter functions for Raft Config keys

2017-12-06 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee reassigned RATIS-154: - Assignee: Shashikant Banerjee (was: Mukul Kumar Singh) > Add setter functions

[jira] [Updated] (RATIS-154) Add setter functions for Raft Config keys

2017-12-12 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-154: -- Attachment: RATIS-154.002.patch Thanks [~ljain], for the review comments. As per our

[jira] [Updated] (RATIS-198) Ozone Ratis test is failing with Socket IO exception during Key Creation

2018-01-23 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-198: -- Attachment: HDFS-12794-HDFS-7240.009.patch_tmp > Ozone Ratis test is failing with Socket

[jira] [Commented] (RATIS-260) Ratis Leader election should try for other peers even when ask for votes fails

2018-08-10 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16576770#comment-16576770 ] Shashikant Banerjee commented on RATIS-260: --- Thanks [~szetszwo], for the review. The issue is

[jira] [Updated] (RATIS-260) Ratis Leader election should try for other peers even when ask for votes fails

2018-08-09 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-260: -- Attachment: RATIS-260.00.patch > Ratis Leader election should try for other peers even

[jira] [Commented] (RATIS-295) RaftLogWorker#WriteLog#excute should updateFlushedIndex after state machine data is also written

2018-08-17 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16583845#comment-16583845 ] Shashikant Banerjee commented on RATIS-295: --- Thanks [~msingh] for reporting and initiating work

[jira] [Commented] (RATIS-295) RaftLogWorker#WriteLog#excute should updateFlushedIndex after state machine data is also written

2018-08-17 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16584033#comment-16584033 ] Shashikant Banerjee commented on RATIS-295: --- Removed the earlier patch and added patch v3 which

[jira] [Updated] (RATIS-295) RaftLogWorker#WriteLog#excute should updateFlushedIndex after state machine data is also written

2018-08-17 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-295: -- Attachment: RATIS-295.03.patch > RaftLogWorker#WriteLog#excute should

[jira] [Updated] (RATIS-295) RaftLogWorker#WriteLog#excute should updateFlushedIndex after state machine data is also written

2018-08-17 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-295: -- Attachment: (was: RATIS-295.02.patch) > RaftLogWorker#WriteLog#excute should

[jira] [Updated] (RATIS-295) RaftLogWorker#WriteLog#excute should updateFlushedIndex after state machine data is also written

2018-08-17 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-295: -- Attachment: RATIS-295.02.patch > RaftLogWorker#WriteLog#excute should

[jira] [Commented] (RATIS-295) RaftLogWorker#WriteLog#excute should updateFlushedIndex after state machine data is also written

2018-08-17 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16584208#comment-16584208 ] Shashikant Banerjee commented on RATIS-295: --- Thanks [~szetszwo], for the review comments. Patch

[jira] [Updated] (RATIS-295) RaftLogWorker#WriteLog#excute should updateFlushedIndex after state machine data is also written

2018-08-17 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-295: -- Attachment: RATIS-295.04.patch > RaftLogWorker#WriteLog#excute should

[jira] [Updated] (RATIS-295) RaftLogWorker#WriteLog#excute should updateFlushedIndex after state machine data is also written

2018-08-17 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-295: -- Attachment: (was: RATIS-295.03.patch) > RaftLogWorker#WriteLog#excute should

[jira] [Updated] (RATIS-291) Raft Server should fail themselves when a raft storage directory fails

2018-08-23 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-291: -- Attachment: (was: RATIS-291.01.patch) > Raft Server should fail themselves when a

[jira] [Updated] (RATIS-291) Raft Server should fail themselves when a raft storage directory fails

2018-08-23 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-291: -- Attachment: RATIS-291.02.patch > Raft Server should fail themselves when a raft storage

[jira] [Commented] (RATIS-291) Raft Server should fail themselves when a raft storage directory fails

2018-08-23 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16590680#comment-16590680 ] Shashikant Banerjee commented on RATIS-291: --- Thanks [~szetszwo], for the review. I think its

[jira] [Commented] (RATIS-301) provide a force option to reinitialize group from a client in a different group

2018-08-20 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16585627#comment-16585627 ] Shashikant Banerjee commented on RATIS-301: --- Thanks [~msingh], for reporting and working on

[jira] [Commented] (RATIS-291) Raft Server should fail themselves when a raft storage directory fails

2018-08-20 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16585672#comment-16585672 ] Shashikant Banerjee commented on RATIS-291: --- In Patch v1 , the leader steps down in case the

[jira] [Updated] (RATIS-291) Raft Server should fail themselves when a raft storage directory fails

2018-08-20 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-291: -- Attachment: RATIS-291.01.patch > Raft Server should fail themselves when a raft storage

[jira] [Comment Edited] (RATIS-291) Raft Server should fail themselves when a raft storage directory fails

2018-08-20 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16585672#comment-16585672 ] Shashikant Banerjee edited comment on RATIS-291 at 8/20/18 9:44 AM: In

[jira] [Updated] (RATIS-303) TestRaftStateMachineException is failing with NullPointerException

2018-08-29 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-303: -- Attachment: RATIS-303.00.patch > TestRaftStateMachineException is failing with

[jira] [Updated] (RATIS-310) Add support for Retry Policy in Ratis

2018-09-06 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-310: -- Attachment: RATIS-310.02.patch > Add support for Retry Policy in Ratis >

[jira] [Commented] (RATIS-303) TestRaftStateMachineException is failing with NullPointerException

2018-09-06 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16605535#comment-16605535 ] Shashikant Banerjee commented on RATIS-303: --- Thanks [~szetszwo], for the review. patch v1 moves

[jira] [Updated] (RATIS-303) TestRaftStateMachineException is failing with NullPointerException

2018-09-06 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-303: -- Attachment: (was: RATIS-303.01.patch) > TestRaftStateMachineException is failing

[jira] [Updated] (RATIS-303) TestRaftStateMachineException is failing with NullPointerException

2018-09-06 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-303: -- Attachment: RATIS-303.02.patch > TestRaftStateMachineException is failing with

[jira] [Commented] (RATIS-310) Add support for Retry Policy in Ratis

2018-09-06 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16605562#comment-16605562 ] Shashikant Banerjee commented on RATIS-310: --- Thanks [~szetszwo], for the review. patch v2

[jira] [Created] (RATIS-313) Raft client ignores the reinitilization exception when the raft server is not ready

2018-09-10 Thread Shashikant Banerjee (JIRA)
Shashikant Banerjee created RATIS-313: - Summary: Raft client ignores the reinitilization exception when the raft server is not ready Key: RATIS-313 URL: https://issues.apache.org/jira/browse/RATIS-313

[jira] [Updated] (RATIS-310) Add support for Retry Policy in Ratis

2018-09-10 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-310: -- Attachment: (was: RATIS-310.03.patch) > Add support for Retry Policy in Ratis >

[jira] [Updated] (RATIS-310) Add support for Retry Policy in Ratis

2018-09-10 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-310: -- Attachment: RATIS-310.04.patch > Add support for Retry Policy in Ratis >

[jira] [Commented] (RATIS-310) Add support for Retry Policy in Ratis

2018-09-10 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16609932#comment-16609932 ] Shashikant Banerjee commented on RATIS-310: --- Thanks [~szetszwo], for the review. patch v4

[jira] [Updated] (RATIS-310) Add support for Retry Policy in Ratis

2018-09-10 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-310: -- Attachment: RATIS-310.03.patch > Add support for Retry Policy in Ratis >

[jira] [Updated] (RATIS-310) Add support for Retry Policy in Ratis

2018-09-10 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-310: -- Attachment: (was: RATIS-310.02.patch) > Add support for Retry Policy in Ratis >

[jira] [Commented] (RATIS-310) Add support for Retry Policy in Ratis

2018-09-10 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16609844#comment-16609844 ] Shashikant Banerjee commented on RATIS-310: --- Thanks [~szetszwo] for the review. Patch v3

[jira] [Updated] (RATIS-310) Add support for Retry Policy in Ratis

2018-09-10 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-310: -- Attachment: (was: RATIS-310.03.patch) > Add support for Retry Policy in Ratis >

[jira] [Updated] (RATIS-310) Add support for Retry Policy in Ratis

2018-09-10 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-310: -- Attachment: RATIS-310.03.patch > Add support for Retry Policy in Ratis >

[jira] [Updated] (RATIS-310) Add support for Retry Policy in Ratis

2018-09-11 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-310: -- Attachment: (was: RATIS-310.04.patch) > Add support for Retry Policy in Ratis >

[jira] [Resolved] (RATIS-313) Raft client ignores the reinitilization exception when the raft server is not ready

2018-09-11 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee resolved RATIS-313. --- Resolution: Not A Problem > Raft client ignores the reinitilization exception when

[jira] [Commented] (RATIS-310) Add support for Retry Policy in Ratis

2018-09-11 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16610554#comment-16610554 ] Shashikant Banerjee commented on RATIS-310: --- Patch v5 adds the setter function to set the retry

[jira] [Comment Edited] (RATIS-310) Add support for Retry Policy in Ratis

2018-09-11 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16610554#comment-16610554 ] Shashikant Banerjee edited comment on RATIS-310 at 9/11/18 1:09 PM:

[jira] [Updated] (RATIS-310) Add support for Retry Policy in Ratis

2018-09-11 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-310: -- Attachment: RATIS-310.06.patch > Add support for Retry Policy in Ratis >

[jira] [Commented] (RATIS-310) Add support for Retry Policy in Ratis

2018-09-11 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16610673#comment-16610673 ] Shashikant Banerjee commented on RATIS-310: --- Patch v6 fixes the test failures. > Add support

[jira] [Updated] (RATIS-176) Log Appender should throw an Exception in case append entry size exceeds the maxBufferSize configured

2018-03-27 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-176: -- Attachment: RATIS-176.002.patch > Log Appender should throw an Exception in case append

[jira] [Commented] (RATIS-176) Log Appender should throw an Exception in case append entry size exceeds the maxBufferSize configured

2018-03-27 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16415403#comment-16415403 ] Shashikant Banerjee commented on RATIS-176: --- Thanks [~szetszwo], for the review. patch v2

[jira] [Updated] (RATIS-176) Log Appender should throw an Exception in case append entry size exceeds the maxBufferSize configured

2018-03-27 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-176: -- Attachment: (was: RATIS-176.003.patch) > Log Appender should throw an Exception in

[jira] [Commented] (RATIS-176) Log Appender should throw an Exception in case append entry size exceeds the maxBufferSize configured

2018-03-27 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16416831#comment-16416831 ] Shashikant Banerjee commented on RATIS-176: --- Thanks [~szetszwo], for the review comments. Patch

[jira] [Updated] (RATIS-176) Log Appender should throw an Exception in case append entry size exceeds the maxBufferSize configured

2018-03-27 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-176: -- Attachment: RATIS-176.004.patch > Log Appender should throw an Exception in case append

[jira] [Updated] (RATIS-176) Log Appender should throw an Exception in case append entry size exceeds the maxBufferSize configured

2018-03-27 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-176: -- Attachment: (was: RATIS-176.002.patch) > Log Appender should throw an Exception in

[jira] [Updated] (RATIS-176) Log Appender should throw an Exception in case append entry size exceeds the maxBufferSize configured

2018-03-27 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-176: -- Attachment: (was: RATIS-176.001.patch) > Log Appender should throw an Exception in

[jira] [Updated] (RATIS-176) Log Appender should throw an Exception in case append entry size exceeds the maxBufferSize configured

2018-03-27 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-176: -- Attachment: RATIS-176.003.patch > Log Appender should throw an Exception in case append

[jira] [Updated] (RATIS-176) Log Appender should throw an Exception in case append entry size exceeds the maxBufferSize configured

2018-03-20 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-176: -- Attachment: RATIS-176.001.patch > Log Appender should throw an Exception in case append

[jira] [Updated] (RATIS-176) Log Appender should throw an Exception in case append entry size exceeds the maxBufferSize configured

2018-03-20 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-176: -- Priority: Minor (was: Major) > Log Appender should throw an Exception in case append

[jira] [Commented] (RATIS-176) Log Appender should throw an Exception in case append entry size exceeds the maxBufferSize configured

2018-03-21 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407587#comment-16407587 ] Shashikant Banerjee commented on RATIS-176: --- Resubmiitted the patch to re trigger jenkins. > Log

[jira] [Updated] (RATIS-176) Log Appender should throw an Exception in case append entry size exceeds the maxBufferSize configured

2018-03-21 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-176: -- Attachment: (was: RATIS-176.001.patch) > Log Appender should throw an Exception in

[jira] [Updated] (RATIS-176) Log Appender should throw an Exception in case append entry size exceeds the maxBufferSize configured

2018-03-21 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-176: -- Attachment: RATIS-176.001.patch > Log Appender should throw an Exception in case append

[jira] [Commented] (RATIS-337) In RaftServerImpl, leaderState/heartbeatMonitor may be accessed without proper null check

2018-10-05 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640144#comment-16640144 ] Shashikant Banerjee commented on RATIS-337: --- Thanks [~szetszwo] for the patch. The patch is not

[jira] [Resolved] (RATIS-331) Ratis client should provide a method to wait for commit from all the replica

2018-10-22 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee resolved RATIS-331. --- Resolution: Fixed > Ratis client should provide a method to wait for commit from all

[jira] [Commented] (RATIS-382) writeStateMachineData times out

2018-10-31 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16670433#comment-16670433 ] Shashikant Banerjee commented on RATIS-382: --- >From logs on node 

[jira] [Commented] (RATIS-382) writeStateMachineData times out

2018-10-31 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16670568#comment-16670568 ] Shashikant Banerjee commented on RATIS-382: --- Looking further at the nodes, the tmp chunk files

[jira] [Created] (RATIS-386) Raft Client Async API's should honor Retry Policy

2018-11-01 Thread Shashikant Banerjee (JIRA)
Shashikant Banerjee created RATIS-386: - Summary: Raft Client Async API's should honor Retry Policy Key: RATIS-386 URL: https://issues.apache.org/jira/browse/RATIS-386 Project: Ratis

[jira] [Commented] (RATIS-362) Add a Builder for TransactionContext

2018-11-05 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16674883#comment-16674883 ] Shashikant Banerjee commented on RATIS-362: --- Thanks [~szetszwo], for updating the patch. The

[jira] [Comment Edited] (RATIS-362) Add a Builder for TransactionContext

2018-11-02 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16672908#comment-16672908 ] Shashikant Banerjee edited comment on RATIS-362 at 11/2/18 10:44 AM: -

[jira] [Updated] (RATIS-386) Raft Client Async API's should honor Retry Policy

2018-11-13 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-386: -- Attachment: RATIS-386.000.patch > Raft Client Async API's should honor Retry Policy >

[jira] [Updated] (RATIS-386) Raft Client Async API's should honor Retry Policy

2018-11-15 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-386: -- Attachment: RATIS-386.004.patch > Raft Client Async API's should honor Retry Policy >

[jira] [Commented] (RATIS-418) Fix Unit tests in ratis

2018-11-15 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688397#comment-16688397 ] Shashikant Banerjee commented on RATIS-418: --- [~szetszwo], sure, I will work on 

[jira] [Commented] (RATIS-386) Raft Client Async API's should honor Retry Policy

2018-11-16 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16689431#comment-16689431 ] Shashikant Banerjee commented on RATIS-386: --- The following tests fail with/without patch in my

[jira] [Updated] (RATIS-394) Remove the assertion while setting the exception in TransactionContextImpl

2018-11-06 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-394: -- Description: In the below code in TransactionContextImpl, {code:java} @Override public

[jira] [Updated] (RATIS-394) Remove the assertion while setting the exception in TransactionContextImpl

2018-11-06 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-394: -- Description: In the below code in TransactionContextImpl, {code:java} @Override public

[jira] [Updated] (RATIS-394) Remove the assertion while setting the exception in TransactionContextImpl

2018-11-06 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-394: -- Attachment: RATIS-394.000.patch > Remove the assertion while setting the exception in

[jira] [Created] (RATIS-394) Remove the assertion while setting the exception in TransactionContextImpl

2018-11-06 Thread Shashikant Banerjee (JIRA)
Shashikant Banerjee created RATIS-394: - Summary: Remove the assertion while setting the exception in TransactionContextImpl Key: RATIS-394 URL: https://issues.apache.org/jira/browse/RATIS-394

[jira] [Comment Edited] (RATIS-386) Raft Client Async API's should honor Retry Policy

2018-11-14 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16686481#comment-16686481 ] Shashikant Banerjee edited comment on RATIS-386 at 11/15/18 1:07 AM: -

[jira] [Commented] (RATIS-386) Raft Client Async API's should honor Retry Policy

2018-11-14 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16686481#comment-16686481 ] Shashikant Banerjee commented on RATIS-386: --- Thanks [~szetszwo] for the comments. Moving the

[jira] [Updated] (RATIS-386) Raft Client Async API's should honor Retry Policy

2018-11-14 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-386: -- Attachment: (was: RATIS-386.000.patch) > Raft Client Async API's should honor Retry

[jira] [Updated] (RATIS-386) Raft Client Async API's should honor Retry Policy

2018-11-14 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-386: -- Attachment: RATIS-386.001.patch > Raft Client Async API's should honor Retry Policy >

[jira] [Updated] (RATIS-386) Raft Client Async API's should honor Retry Policy

2018-11-14 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-386: -- Attachment: RATIS-386.001.patch > Raft Client Async API's should honor Retry Policy >

[jira] [Updated] (RATIS-386) Raft Client Async API's should honor Retry Policy

2018-11-14 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-386: -- Attachment: (was: RATIS-386.001.patch) > Raft Client Async API's should honor Retry

[jira] [Commented] (RATIS-386) Raft Client Async API's should honor Retry Policy

2018-11-14 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687401#comment-16687401 ] Shashikant Banerjee commented on RATIS-386: --- Thanks [~szetszwo], as per our discussion/comments,

[jira] [Commented] (RATIS-386) Raft Client Async API's should honor Retry Policy

2018-11-14 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687585#comment-16687585 ] Shashikant Banerjee commented on RATIS-386: --- Patch v3 addresses the issues discussed.  > Raft

[jira] [Updated] (RATIS-386) Raft Client Async API's should honor Retry Policy

2018-11-15 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-386: -- Attachment: RATIS-386.003.patch > Raft Client Async API's should honor Retry Policy >

[jira] [Commented] (RATIS-386) Raft Client Async API's should honor Retry Policy

2018-11-15 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687803#comment-16687803 ] Shashikant Banerjee commented on RATIS-386: --- Patch v3 fixes a test failure in 

[jira] [Commented] (RATIS-386) Raft Client Async API's should honor Retry Policy

2018-11-15 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687816#comment-16687816 ] Shashikant Banerjee commented on RATIS-386: --- Opened **RATIS-418 to track the test failures. >

[jira] [Commented] (RATIS-234) Add an feature to watch if a request is replicated/committed to a particular ReplicationLevel

2018-10-03 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16637196#comment-16637196 ] Shashikant Banerjee commented on RATIS-234: --- Thanks [~szetszwo], for the patch. The patch does

[jira] [Commented] (RATIS-337) In RaftServerImpl, leaderState/heartbeatMonitor may be accessed without proper null check

2018-10-04 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16638267#comment-16638267 ] Shashikant Banerjee commented on RATIS-337: --- Thanks [~szetszwo] for the patch. The patch does

[jira] [Issue Comment Deleted] (RATIS-337) In RaftServerImpl, leaderState/heartbeatMonitor may be accessed without proper null check

2018-10-04 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-337: -- Comment: was deleted (was: Thanks [~szetszwo] for the patch. The patch does not apply

[jira] [Commented] (RATIS-336) LeaderState.isBootStrappingPeer may have NPE

2018-10-04 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16638290#comment-16638290 ] Shashikant Banerjee commented on RATIS-336: --- The patch looks good to me . I am +1 on this. >

[jira] [Commented] (RATIS-341) Raft log index on the follower should be applied to state machine only after writing the log

2018-10-06 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640631#comment-16640631 ] Shashikant Banerjee commented on RATIS-341: --- Thanks [~msingh] for the patch and offline

[jira] [Updated] (RATIS-310) Add support for Retry Policy in Ratis

2018-09-03 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-310: -- Attachment: RATIS-310.00.patch > Add support for Retry Policy in Ratis >

[jira] [Updated] (RATIS-310) Add support for Retry Policy in Ratis

2018-09-03 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-310: -- Description: Currently, ratis retries indefinitely if a client request fails. This Jira

[jira] [Created] (RATIS-310) Add support for Retry Policy in Ratis

2018-09-03 Thread Shashikant Banerjee (JIRA)
Shashikant Banerjee created RATIS-310: - Summary: Add support for Retry Policy in Ratis Key: RATIS-310 URL: https://issues.apache.org/jira/browse/RATIS-310 Project: Ratis Issue Type: Bug

[jira] [Updated] (RATIS-310) Add support for Retry Policy in Ratis

2018-09-04 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-310: -- Attachment: RATIS-310.01.patch > Add support for Retry Policy in Ratis >

[jira] [Updated] (RATIS-310) Add support for Retry Policy in Ratis

2018-09-04 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-310: -- Attachment: (was: RATIS-310.00.patch) > Add support for Retry Policy in Ratis >

[jira] [Updated] (RATIS-303) TestRaftStateMachineException is failing with NullPointerException

2018-09-04 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-303: -- Attachment: (was: RATIS-303.00.patch) > TestRaftStateMachineException is failing

[jira] [Updated] (RATIS-303) TestRaftStateMachineException is failing with NullPointerException

2018-09-04 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shashikant Banerjee updated RATIS-303: -- Attachment: RATIS-303.01.patch > TestRaftStateMachineException is failing with

[jira] [Commented] (RATIS-303) TestRaftStateMachineException is failing with NullPointerException

2018-09-04 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16602673#comment-16602673 ] Shashikant Banerjee commented on RATIS-303: --- Thanks [~msingh], for the review. patch v1

[jira] [Commented] (RATIS-310) Add support for Retry Policy in Ratis

2018-09-04 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16602671#comment-16602671 ] Shashikant Banerjee commented on RATIS-310: --- Thanks [~msingh], for the review. Patch v1

[jira] [Commented] (RATIS-318) Ratis is leaking managed channel

2018-09-26 Thread Shashikant Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/RATIS-318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16628882#comment-16628882 ] Shashikant Banerjee commented on RATIS-318: --- [~szetszwo], I think the issue is with closing of

  1   2   3   4   >