[jira] [Commented] (IGNITE-1351) Move portable API examples to Ignite

2015-09-03 Thread Yakov Zhdanov (JIRA)

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

Yakov Zhdanov commented on IGNITE-1351:
---

example-ignite-portable.xml configuration must reuse example-ignite.xml 
configuration and add portable specific settings

> Move portable API examples to Ignite
> 
>
> Key: IGNITE-1351
> URL: https://issues.apache.org/jira/browse/IGNITE-1351
> Project: Ignite
>  Issue Type: Bug
>Reporter: Denis Magda
>Assignee: Denis Magda
>
> We have to open source portable API examples that are a part of GridGain for 
> now.
> The examples must be reworked/enhanced in order to use the latest portable 
> API.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (IGNITE-1351) Move portable API examples to Ignite

2015-09-03 Thread Yakov Zhdanov (JIRA)

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

Yakov Zhdanov edited comment on IGNITE-1351 at 9/3/15 1:51 PM:
---

Please see if example-ignite-portable.xml configuration can reuse 
example-ignite.xml configuration and add portable specific settings


was (Author: yzhdanov):
example-ignite-portable.xml configuration must reuse example-ignite.xml 
configuration and add portable specific settings

> Move portable API examples to Ignite
> 
>
> Key: IGNITE-1351
> URL: https://issues.apache.org/jira/browse/IGNITE-1351
> Project: Ignite
>  Issue Type: Bug
>Reporter: Denis Magda
>Assignee: Denis Magda
>
> We have to open source portable API examples that are a part of GridGain for 
> now.
> The examples must be reworked/enhanced in order to use the latest portable 
> API.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (IGNITE-1083) Wrong URL in maven pom files

2015-09-03 Thread Anton Vinogradov (JIRA)

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

Anton Vinogradov resolved IGNITE-1083.
--
Resolution: Fixed

> Wrong URL in maven pom files
> 
>
> Key: IGNITE-1083
> URL: https://issues.apache.org/jira/browse/IGNITE-1083
> Project: Ignite
>  Issue Type: Bug
>  Components: general
>Affects Versions: sprint-7
>Reporter: Sergey Kozlov
>Assignee: Anton Vinogradov
>Priority: Minor
> Fix For: ignite-1.4
>
>
> http://www.gridgainsystems.com/nexus/content/repositories/external/org/apache/ignite/ignite-core/1.1.4/ignite-core-1.1.4.pom:
> {noformat}
> ...
> 
> Java-based middleware for in-memory processing of big data in a distributed 
> environment.
> 
> http://ignite.incubator.apache.org/ignite-core
> 
> The Apache Software Foundation
> http://www.apache.org/
> 
> ...
> {noformat}
> The link opens 404 page.
> All modules have similar URLs 
> (http://ignite.incubator.apache.org/)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-1353) PortableContext.typeId() incorrectly resolves type ID for predefined system types.

2015-09-03 Thread Denis Magda (JIRA)

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

Denis Magda commented on IGNITE-1353:
-

Alex, thanks for the review!

Eventually did the following:
- removed predefined classes set from portable context;
- removed the map from portable writer that kept info whether the optimized 
marshaller have to be used instead of the portable one during object 
marshalling/unmarshalling;
- removed confusing {{PortableContext.typeId(Class)}} method;
- class descriptor is used now for achieving the same functionality.

Checking the changes with TC. 

> PortableContext.typeId() incorrectly resolves type ID for predefined system 
> types.
> --
>
> Key: IGNITE-1353
> URL: https://issues.apache.org/jira/browse/IGNITE-1353
> Project: Ignite
>  Issue Type: Bug
>  Components: general
>Affects Versions: ignite-1.4
>Reporter: Vladimir Ozerov
>Assignee: Denis Magda
>Priority: Critical
> Fix For: ignite-1.4
>
>
> See PortableContext.typeId() method.
> First it checks whether type is "system", and only then try picking 
> predefiend ID. As a result, predefined types like IgniteBiTuple are written 
> with wrong IDs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-1083) Wrong URL in maven pom files

2015-09-03 Thread Anton Vinogradov (JIRA)

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

Anton Vinogradov commented on IGNITE-1083:
--

Fixed. Merged to master and ignite-1.4 

> Wrong URL in maven pom files
> 
>
> Key: IGNITE-1083
> URL: https://issues.apache.org/jira/browse/IGNITE-1083
> Project: Ignite
>  Issue Type: Bug
>  Components: general
>Affects Versions: sprint-7
>Reporter: Sergey Kozlov
>Assignee: Sergey Kozlov
>Priority: Minor
> Fix For: ignite-1.4
>
>
> http://www.gridgainsystems.com/nexus/content/repositories/external/org/apache/ignite/ignite-core/1.1.4/ignite-core-1.1.4.pom:
> {noformat}
> ...
> 
> Java-based middleware for in-memory processing of big data in a distributed 
> environment.
> 
> http://ignite.incubator.apache.org/ignite-core
> 
> The Apache Software Foundation
> http://www.apache.org/
> 
> ...
> {noformat}
> The link opens 404 page.
> All modules have similar URLs 
> (http://ignite.incubator.apache.org/)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (IGNITE-1365) Unable to deserialize object because class ID key is not in the cache

2015-09-03 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-1365:
---

 Summary: Unable to deserialize object because class ID key is not 
in the cache
 Key: IGNITE-1365
 URL: https://issues.apache.org/jira/browse/IGNITE-1365
 Project: Ignite
  Issue Type: Bug
  Components: cache
Affects Versions: ignite-1.4
Reporter: Denis Magda
Priority: Critical


There is a test that fails because of object deserialization issue:
http://204.14.53.153/viewLog.html?buildId=65291=buildResultsDiv=Ignite_IgniteBasic#testNameId7413691472559096192

According to the log, the reason of the failure is the following:
{noformat}
Caused by: class 
org.apache.ignite.internal.cluster.ClusterTopologyServerNotFoundException: 
Failed to map keys for cache (all partition nodes left the grid).
at 
org.apache.ignite.internal.processors.cache.distributed.dht.GridPartitionedGetFuture.map(GridPartitionedGetFuture.java:308)
at 
org.apache.ignite.internal.processors.cache.distributed.dht.GridPartitionedGetFuture.init(GridPartitionedGetFuture.java:199)
at 
org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.getAllAsync0(GridDhtAtomicCache.java:1048)
at 
org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.access$1300(GridDhtAtomicCache.java:124)
at 
org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache$10.apply(GridDhtAtomicCache.java:336)
at 
org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache$10.apply(GridDhtAtomicCache.java:334)
at 
org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.asyncOp(GridDhtAtomicCache.java:648)
at 
org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.getAllAsync(GridDhtAtomicCache.java:334)
at 
org.apache.ignite.internal.processors.cache.GridCacheAdapter.getTopologySafe(GridCacheAdapter.java:1345)
at 
org.apache.ignite.internal.MarshallerContextImpl.className(MarshallerContextImpl.java:148)
at 
org.apache.ignite.internal.MarshallerContextAdapter.getClass(MarshallerContextAdapter.java:174)
at 
org.apache.ignite.marshaller.optimized.OptimizedMarshallerUtils.classDescriptor(OptimizedMarshallerUtils.java:256)
{noformat}

However, if to take a look at the test code we will see that this situation is 
impossible: all the nodes should be alive during the test's execution.

It means that the issue is somewhere in {{GridCacheAdapter.getTopologySafe}} 
implementation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-1099) Need to cleanup git

2015-09-03 Thread Artem Shutak (JIRA)

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

Artem Shutak commented on IGNITE-1099:
--

Branches ignite-1099 (see both).

> Need to cleanup git
> ---
>
> Key: IGNITE-1099
> URL: https://issues.apache.org/jira/browse/IGNITE-1099
> Project: Ignite
>  Issue Type: Bug
>Reporter: Yakov Zhdanov
>Assignee: Artem Shutak
> Fix For: ignite-1.5
>
>
> * Need to resurrect tool (formerly named JiraBranchesToHtml) that shows up 
> branches for closed tickets in JIRA
> * Need to go through the branches and determine what branches are useless:
> ** ignite-sprint-*
> ** branches with no activity for recent months



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-1344) Unable to build ignite examples under JDK1.8

2015-09-03 Thread Sergey Kozlov (JIRA)

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

Sergey Kozlov commented on IGNITE-1344:
---

Artem, you can use TC task or import examples/pom.xml in IDEA  with JDK8 and 
activated java8-examples profile

> Unable to build ignite examples under JDK1.8
> 
>
> Key: IGNITE-1344
> URL: https://issues.apache.org/jira/browse/IGNITE-1344
> Project: Ignite
>  Issue Type: Bug
>  Components: general
>Affects Versions: ignite-1.4
>Reporter: Sergey Kozlov
>Assignee: Artem Shutak
>Priority: Critical
> Fix For: ignite-1.4
>
>
> {noformat}
> [ERROR] COMPILATION ERROR : 
> [INFO] -
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[101,46]
>  cannot find symbol
>   symbol:   class Ignite
>   location: class org.apache.ignite.examples.java8.messaging.MessagingExample
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[101,61]
>  cannot find symbol
>   symbol:   class IgniteMessaging
>   location: class org.apache.ignite.examples.java8.messaging.MessagingExample
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[101,90]
>  cannot find symbol
>   symbol:   class IgniteException
>   location: class org.apache.ignite.examples.java8.messaging.MessagingExample
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[139,9]
>  cannot find symbol
>   symbol:   class IgniteMessaging
>   location: class org.apache.ignite.examples.java8.messaging.MessagingExample
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[140,15]
>  cannot find symbol
>   symbol:   class CountDownLatch
>   location: class org.apache.ignite.examples.java8.messaging.MessagingExample
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[141,15]
>  cannot find symbol
>   symbol:   class CountDownLatch
>   location: class org.apache.ignite.examples.java8.messaging.MessagingExample
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/datagrid/CacheAffinityExample.java:[44,51]
>  cannot find symbol
>   symbol:   class IgniteException
>   location: class 
> org.apache.ignite.examples.java8.datagrid.CacheAffinityExample
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[47,14]
>  cannot find symbol
>   symbol:   class Ignite
>   location: class org.apache.ignite.examples.java8.messaging.MessagingExample
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[47,30]
>  cannot find symbol
>   symbol:   variable Ignition
>   location: class org.apache.ignite.examples.java8.messaging.MessagingExample
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[48,18]
>  cannot find symbol
>   symbol:   variable ExamplesUtils
>   location: class org.apache.ignite.examples.java8.messaging.MessagingExample
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[60,13]
>  cannot find symbol
>   symbol:   class ClusterGroup
>   location: class org.apache.ignite.examples.java8.messaging.MessagingExample
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[65,13]
>  cannot find symbol
>   symbol:   class CountDownLatch
>   location: class org.apache.ignite.examples.java8.messaging.MessagingExample
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[65,47]
>  cannot find symbol
>   symbol:   class CountDownLatch
>   location: class org.apache.ignite.examples.java8.messaging.MessagingExample
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[66,13]
>  cannot find symbol
>   symbol:   class CountDownLatch

[jira] [Commented] (IGNITE-1351) Move portable API examples to Ignite

2015-09-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on IGNITE-1351:


Github user dmagda closed the pull request at:

https://github.com/apache/ignite/pull/57


> Move portable API examples to Ignite
> 
>
> Key: IGNITE-1351
> URL: https://issues.apache.org/jira/browse/IGNITE-1351
> Project: Ignite
>  Issue Type: Bug
>Reporter: Denis Magda
>Assignee: Denis Magda
>
> We have to open source portable API examples that are a part of GridGain for 
> now.
> The examples must be reworked/enhanced in order to use the latest portable 
> API.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-1351) Move portable API examples to Ignite

2015-09-03 Thread Denis Magda (JIRA)

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

Denis Magda commented on IGNITE-1351:
-

Vladimir, thanks for the review! 

I've put back the cross-platform example.

Plus recreated the branch branching from ignite-1.4. Unable to recover the 
pull-request. So when it's time to merge the changes please get them using this 
command
git pull https://github.com/dmagda/incubator-ignite ignite-1351

> Move portable API examples to Ignite
> 
>
> Key: IGNITE-1351
> URL: https://issues.apache.org/jira/browse/IGNITE-1351
> Project: Ignite
>  Issue Type: Bug
>Reporter: Denis Magda
>Assignee: Denis Magda
>
> We have to open source portable API examples that are a part of GridGain for 
> now.
> The examples must be reworked/enhanced in order to use the latest portable 
> API.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (IGNITE-1366) Start CacheProcessor before QueryProcessor

2015-09-03 Thread Semen Boikov (JIRA)
Semen Boikov created IGNITE-1366:


 Summary: Start CacheProcessor before QueryProcessor
 Key: IGNITE-1366
 URL: https://issues.apache.org/jira/browse/IGNITE-1366
 Project: Ignite
  Issue Type: Bug
  Components: cache
Reporter: Semen Boikov
Assignee: Semen Boikov
Priority: Critical
 Fix For: ignite-1.5


Now QueryProcessor is started before CacheProcessor. With this order cache 
processor can be stopped at the moment when query request is processed, and 
this causes sporadic errors like NPE (I see this from time to time in 
IgniteCacheQueryNodeRestartSelfTest).

Looks like cache processor does not need QueryProcessor when it's 'start' 
method is called so I think start order should be changed. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (IGNITE-1349) CachePutAllFailoverTxTest hangs

2015-09-03 Thread Semen Boikov (JIRA)

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

Semen Boikov updated IGNITE-1349:
-
Attachment: 1349.patch

> CachePutAllFailoverTxTest hangs
> ---
>
> Key: IGNITE-1349
> URL: https://issues.apache.org/jira/browse/IGNITE-1349
> Project: Ignite
>  Issue Type: Sub-task
>  Components: cache
>Affects Versions: ignite-1.4
>Reporter: Semen Boikov
>Assignee: Alexey Goncharuk
>Priority: Blocker
> Fix For: ignite-1.4
>
> Attachments: 1349.patch
>
>
> Test CachePutAllFailoverTxTest executes cache.putAll concurrently with node 
> start/stop. After some time it fails because of there are some transactions 
> which can not finish prepare step. Hang reproduces if size of map for putAll 
> is large ehough (~100).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-1344) Unable to build ignite examples under JDK1.8

2015-09-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on IGNITE-1344:


GitHub user ashutakGG opened a pull request:

https://github.com/apache/ignite/pull/62

IGNITE-1344: Fixed imports at java8-examples

Fixed imports at java8-examples

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ashutakGG/incubator-ignite 
ignite-1344-java8-examples

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/62.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #62


commit 0cba13cc0bfcada072925a15e7cdf79752c6b783
Author: ashutak 
Date:   2015-09-03T10:54:22Z

ignite-1344: Fixed imports at java8-examples




> Unable to build ignite examples under JDK1.8
> 
>
> Key: IGNITE-1344
> URL: https://issues.apache.org/jira/browse/IGNITE-1344
> Project: Ignite
>  Issue Type: Bug
>  Components: general
>Affects Versions: ignite-1.4
>Reporter: Sergey Kozlov
>Assignee: Artem Shutak
>Priority: Critical
> Fix For: ignite-1.4
>
>
> {noformat}
> [ERROR] COMPILATION ERROR : 
> [INFO] -
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[101,46]
>  cannot find symbol
>   symbol:   class Ignite
>   location: class org.apache.ignite.examples.java8.messaging.MessagingExample
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[101,61]
>  cannot find symbol
>   symbol:   class IgniteMessaging
>   location: class org.apache.ignite.examples.java8.messaging.MessagingExample
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[101,90]
>  cannot find symbol
>   symbol:   class IgniteException
>   location: class org.apache.ignite.examples.java8.messaging.MessagingExample
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[139,9]
>  cannot find symbol
>   symbol:   class IgniteMessaging
>   location: class org.apache.ignite.examples.java8.messaging.MessagingExample
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[140,15]
>  cannot find symbol
>   symbol:   class CountDownLatch
>   location: class org.apache.ignite.examples.java8.messaging.MessagingExample
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[141,15]
>  cannot find symbol
>   symbol:   class CountDownLatch
>   location: class org.apache.ignite.examples.java8.messaging.MessagingExample
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/datagrid/CacheAffinityExample.java:[44,51]
>  cannot find symbol
>   symbol:   class IgniteException
>   location: class 
> org.apache.ignite.examples.java8.datagrid.CacheAffinityExample
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[47,14]
>  cannot find symbol
>   symbol:   class Ignite
>   location: class org.apache.ignite.examples.java8.messaging.MessagingExample
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[47,30]
>  cannot find symbol
>   symbol:   variable Ignition
>   location: class org.apache.ignite.examples.java8.messaging.MessagingExample
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[48,18]
>  cannot find symbol
>   symbol:   variable ExamplesUtils
>   location: class org.apache.ignite.examples.java8.messaging.MessagingExample
> [ERROR] 
> /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[60,13]
>  cannot find symbol
>   symbol:   class ClusterGroup
>   location: class org.apache.ignite.examples.java8.messaging.MessagingExample
> [ERROR] 
> 

[jira] [Commented] (IGNITE-1275) 'Get' from marshaller cache hangs on topology change

2015-09-03 Thread Semen Boikov (JIRA)

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

Semen Boikov commented on IGNITE-1275:
--

Found that fix was incomplete: GridPartitionedGetFuture still can wait on 
topology future if GridNearGetResponse has invalid partitions.

> 'Get' from marshaller cache hangs on topology change
> 
>
> Key: IGNITE-1275
> URL: https://issues.apache.org/jira/browse/IGNITE-1275
> Project: Ignite
>  Issue Type: Bug
>  Components: cache
>Reporter: Semen Boikov
>Assignee: Alexey Goncharuk
>Priority: Critical
> Fix For: ignite-1.4
>
>
> Observed this hang on TC in test 
> IgniteCachePutRetryTransactionalSelfTest.testExplicitTransactionRetries:
> {noformat}
> [11:27:17] :   [org.apache.ignite:ignite-core] Thread 
> [name="ignite-#91721%sys-dht.IgniteCachePutRetryTransactionalSelfTest2%", 
> id=115833, state=WAITING, blockCnt=0, waitCnt=3]
> [11:27:17] :   [org.apache.ignite:ignite-core] Lock 
> [object=o.a.i.i.processors.cache.distributed.dht.GridPartitionedGetFuture@4a555b67,
>  ownerName=null, ownerId=-1]
> [11:27:17] :   [org.apache.ignite:ignite-core] at 
> sun.misc.Unsafe.park(Native Method)
> [11:27:17] :   [org.apache.ignite:ignite-core] at 
> java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
> [11:27:17] :   [org.apache.ignite:ignite-core] at 
> java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:834)
> [11:27:17] :   [org.apache.ignite:ignite-core] at 
> java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:994)
> [11:27:17] :   [org.apache.ignite:ignite-core] at 
> java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1303)
> [11:27:17] :   [org.apache.ignite:ignite-core] at 
> o.a.i.i.util.future.GridFutureAdapter.get(GridFutureAdapter.java:115)
> [11:27:17] :   [org.apache.ignite:ignite-core] at 
> o.a.i.i.processors.cache.GridCacheAdapter.get(GridCacheAdapter.java:4404)
> [11:27:17] :   [org.apache.ignite:ignite-core] at 
> o.a.i.i.processors.cache.GridCacheAdapter.get(GridCacheAdapter.java:1448)
> [11:27:17] :   [org.apache.ignite:ignite-core] at 
> o.a.i.i.MarshallerContextImpl.className(MarshallerContextImpl.java:139)
> [11:27:17] :   [org.apache.ignite:ignite-core] at 
> o.a.i.i.MarshallerContextAdapter.getClass(MarshallerContextAdapter.java:166)
> [11:27:17] :   [org.apache.ignite:ignite-core] at 
> o.a.i.marshaller.optimized.OptimizedMarshallerUtils.classDescriptor(OptimizedMarshallerUtils.java:252)
> [11:27:17] :   [org.apache.ignite:ignite-core] at 
> o.a.i.marshaller.optimized.OptimizedObjectInputStream.readObjectOverride(OptimizedObjectInputStream.java:246)
> [11:27:17] :   [org.apache.ignite:ignite-core] at 
> java.io.ObjectInputStream.readObject(ObjectInputStream.java:364)
> [11:27:17] :   [org.apache.ignite:ignite-core] at 
> o.a.i.lang.IgniteBiTuple.readExternal(IgniteBiTuple.java:268)
> [11:27:17] :   [org.apache.ignite:ignite-core] at 
> o.a.i.marshaller.optimized.OptimizedObjectInputStream.readExternalizable(OptimizedObjectInputStream.java:451)
> [11:27:17] :   [org.apache.ignite:ignite-core] at 
> o.a.i.marshaller.optimized.OptimizedClassDescriptor.read(OptimizedClassDescriptor.java:746)
> [11:27:17] :   [org.apache.ignite:ignite-core] at 
> o.a.i.marshaller.optimized.OptimizedObjectInputStream.readObjectOverride(OptimizedObjectInputStream.java:252)
> [11:27:17] :   [org.apache.ignite:ignite-core] at 
> java.io.ObjectInputStream.readObject(ObjectInputStream.java:364)
> [11:27:17] :   [org.apache.ignite:ignite-core] at 
> o.a.i.marshaller.optimized.OptimizedObjectInputStream.readLinkedList(OptimizedObjectInputStream.java:610)
> [11:27:17] :   [org.apache.ignite:ignite-core] at 
> o.a.i.marshaller.optimized.OptimizedObjectInputStream.readObjectOverride(OptimizedObjectInputStream.java:227)
> [11:27:17] :   [org.apache.ignite:ignite-core] at 
> java.io.ObjectInputStream.readObject(ObjectInputStream.java:364)
> [11:27:17] :   [org.apache.ignite:ignite-core] at 
> o.a.i.marshaller.optimized.OptimizedMarshaller.unmarshal(OptimizedMarshaller.java:236)
> [11:27:17] :   [org.apache.ignite:ignite-core] at 
> o.a.i.i.processors.cache.transactions.IgniteTxEntry.unmarshal(IgniteTxEntry.java:749)
> [11:27:17] :   

[jira] [Updated] (IGNITE-1016) Add excludeNeighbors and backupFilter to FairAffinityFunction

2015-09-03 Thread Valentin Kulichenko (JIRA)

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

Valentin Kulichenko updated IGNITE-1016:

Assignee: Andrey Gura  (was: Valentin Kulichenko)

> Add excludeNeighbors and backupFilter to FairAffinityFunction
> -
>
> Key: IGNITE-1016
> URL: https://issues.apache.org/jira/browse/IGNITE-1016
> Project: Ignite
>  Issue Type: Bug
>  Components: cache
>Affects Versions: sprint-4
>Reporter: Valentin Kulichenko
>Assignee: Andrey Gura
>  Labels: Usability
> Fix For: ignite-1.4
>
> Attachments: ignite-1016.patch, ignite-1016.patch
>
>
> These properties are currently available only for 
> {{RendezvousAffinityFunction}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)