You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Pavlukhin (JIRA)" <ji...@apache.org> on 2019/08/13 06:49:00 UTC

[jira] [Comment Edited] (IGNITE-12051) Update javadoc for the IgniteKernal class

    [ https://issues.apache.org/jira/browse/IGNITE-12051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16905875#comment-16905875 ] 

Ivan Pavlukhin edited comment on IGNITE-12051 at 8/13/19 6:48 AM:
------------------------------------------------------------------

[~Mmuzaf], I left few comments on GitHub.


was (Author: pavlukhin):
[~Mmuzaf], I left several comments on GitHub.

> Update javadoc for the IgniteKernal class
> -----------------------------------------
>
>                 Key: IGNITE-12051
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12051
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Maxim Muzafarov
>            Assignee: Maxim Muzafarov
>            Priority: Minor
>             Fix For: 2.8
>
>          Time Spent: 5.5h
>  Remaining Estimate: 0h
>
> Update all ambiguous an empty javadoc comments, such as:
> {code}
> /** */
> /** Periodic starvation check interval. */ 
> private static final long PERIODIC_STARVATION_CHECK_FREQ = 1000 * 30; 
> /** Long jvm pause detector. */ 
> private LongJVMPauseDetector longJVMPauseDetector; 
> /** Scheduler. */ 
>     private IgniteScheduler scheduler; 
> /** Stop guard. */ 
>     private final AtomicBoolean stopGuard = new AtomicBoolean(); 
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)