You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2017/04/10 07:43:41 UTC

[jira] [Resolved] (RATIS-52) Refactor RaftUtils into different classes

     [ https://issues.apache.org/jira/browse/RATIS-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Enis Soztutar resolved RATIS-52.
--------------------------------
    Resolution: Fixed

> Refactor RaftUtils into different classes
> -----------------------------------------
>
>                 Key: RATIS-52
>                 URL: https://issues.apache.org/jira/browse/RATIS-52
>             Project: Ratis
>          Issue Type: Improvement
>            Reporter: Enis Soztutar
>            Assignee: Enis Soztutar
>             Fix For: 0.1.0-alpha
>
>         Attachments: ratis-52-fix.patch, ratis-52_v1.patch, ratis-52_v2.patch, ratis-52_v3.patch
>
>
> Ideally we should not have a generic {{RaftUtils}} class. The code should be broken up into at least: 
> {code}
> ReflectionUtils -> All reflection, construction, initialization logic 
> IOUtils -> Add buffer and IO logic 
> SystemUtils or PlatformUtils -> OS type detection, etc 
> Preconditions (or something like that) -> assertTrue, etc 
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)