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

Roman Shtykh reassigned IGNITE-12026:
-------------------------------------

    Assignee: Roman Shtykh

> 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
>
>
> 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)

Reply via email to