[
https://issues.apache.org/jira/browse/IGNITE-2054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15604943#comment-15604943
]
Vasiliy Sisko edited comment on IGNITE-2054 at 10/25/16 11:37 AM:
------------------------------------------------------------------
1. Lists should every element print on new line:
{code}
ipFinder.setAddresses(Arrays.asList(
"127.0.0.1:47500..47510",
"7"
));
{code}
2. Not print number constructor arguments. F.e. in any Zookeeper retry policy
or IGFS cache affinity mapper.
3. Wrong '+' symbol on project generation on class deployment section:
{code}
cfg.setPeerClassLoadingLocalClassPathExclude(
"package1" +,
"package2"
);
{code}
4. IGFS section of cluster is empty.
was (Author: vsisko):
1. Lists should every element print on new line:
{code}
ipFinder.setAddresses(Arrays.asList(
"127.0.0.1:47500..47510",
"7"
));
{code}
2. Not print number constructor arguments. F.e. in any Zookeeper retry policy
or IGFS cache affinity mapper.
3. Wrong '+' symbol on project generation on class deployment section:
{code}
cfg.setPeerClassLoadingLocalClassPathExclude(
"package1" +,
"package2"
);
{code}
> need move $generatorJava to services
> ------------------------------------
>
> Key: IGNITE-2054
> URL: https://issues.apache.org/jira/browse/IGNITE-2054
> Project: Ignite
> Issue Type: Sub-task
> Affects Versions: 1.7
> Reporter: Dmitriy Shabalin
> Assignee: Vasiliy Sisko
> Fix For: 1.8
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)