[
https://issues.apache.org/jira/browse/IGNITE-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14984967#comment-14984967
]
Pavel Konstantinov edited comment on IGNITE-1200 at 11/2/15 9:41 AM:
---------------------------------------------------------------------
1) Group size marked as mandatory but it has the default value - so why it is
mandatory?
2) "Maximum space size:" and "Maximum task range length:" have no placeholder
3) Generated configuration file is incorrect (igfs name = "my igfs")
3.1) data- and meta-cache name is not equals to names I had set on UI.
3.2) igfs configuration is not generated at all.
{code}
<property name="fileSystemConfiguration">
<list>
<bean
class="org.apache.ignite.configuration.FileSystemConfiguration">
</bean>
</list>
</property>
{code}
was (Author: pkonstantinov):
1) Group size marked as mandatory but it has the default value - so why it is
mandatory?
2) "Maximum space size:" and "Maximum task range length:" have no placeholder
3) Generated configuration file is incorrect
3.1) data- and meta-cache name is not equals to names I had set on UI.
3.2) igfs configuration is not generated at all.
{code}
<property name="fileSystemConfiguration">
<list>
<bean
class="org.apache.ignite.configuration.FileSystemConfiguration">
</bean>
</list>
</property>
{code}
> Add IGFS configuration support
> ------------------------------
>
> Key: IGNITE-1200
> URL: https://issues.apache.org/jira/browse/IGNITE-1200
> Project: Ignite
> Issue Type: Sub-task
> Components: wizards
> Affects Versions: ignite-1.4
> Reporter: Alexey Kuznetsov
> Assignee: Vasiliy Sisko
> Fix For: 1.5
>
>
> We need to support IGFS configuration.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)