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

[jira] [Updated] (IGNITE-12026) DOC: JavaDoc for MemoryEventStorageSpi contains incorrect example

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

Alexey Goncharuk updated IGNITE-12026:
--------------------------------------
    Ignite Flags:   (was: Docs Required)

> DOC: JavaDoc for MemoryEventStorageSpi contains incorrect example
> -----------------------------------------------------------------
>
>                 Key: IGNITE-12026
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12026
>             Project: Ignite
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 2.7.5
>            Reporter: Andrey Aleksandrov
>            Assignee: Roman Shtykh
>            Priority: Major
>             Fix For: 2.8
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> h2. Spring Example
> MemoryEventStorageSpi can be configured from Spring XML configuration file:
>  <bean id="grid.custom.cfg" class="org.apache.ignite.configuration.IgniteConfiguration" singleton="true">
>          ...
>          <property name="discoverySpi">
>              <bean class="org.apache.ignite.spi.eventStorage.memory.MemoryEventStorageSpi">
>                  <property name="expireCount" value="2000"/>
>              </bean>
>          </property>
>          ...
>  </bean>
>  
> But MemoryEventStorageSpi can't be applied to discoverySpi. It should be "eventStorageSpi"
>  
>  



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