[jira] [Created] (IGNITE-2016) Update KafkaStreamer to fit new features introduced in Kafka 0.9

2015-11-27 Thread Roman Shtykh (JIRA)
Roman Shtykh created IGNITE-2016:


 Summary: Update KafkaStreamer to fit new features introduced in 
Kafka 0.9
 Key: IGNITE-2016
 URL: https://issues.apache.org/jira/browse/IGNITE-2016
 Project: Ignite
  Issue Type: Improvement
  Components: streaming
Reporter: Roman Shtykh
Assignee: Roman Shtykh


Particularly,
- new consumer
- Kafka Connect (Copycat)
http://www.confluent.io/blog/apache-kafka-0.9-is-released



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


[jira] [Created] (IGNITE-2017) Platforms: Add root-levle readme

2015-11-27 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2017:
---

 Summary: Platforms: Add root-levle readme
 Key: IGNITE-2017
 URL: https://issues.apache.org/jira/browse/IGNITE-2017
 Project: Ignite
  Issue Type: Task
  Components: interop
Affects Versions: ignite-1.4
Reporter: Vladimir Ozerov
Assignee: Vladimir Ozerov
Priority: Critical
 Fix For: 1.5






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


[jira] [Closed] (IGNITE-2011) .Net: Services tests fail

2015-11-27 Thread Pavel Tupitsyn (JIRA)

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

Pavel  Tupitsyn closed IGNITE-2011.
---

> .Net: Services tests fail
> -
>
> Key: IGNITE-2011
> URL: https://issues.apache.org/jira/browse/IGNITE-2011
> Project: Ignite
>  Issue Type: Bug
>  Components: interop
>Affects Versions: 1.1.4
>Reporter: Pavel  Tupitsyn
>Assignee: Pavel  Tupitsyn
>Priority: Blocker
> Fix For: 1.5
>
>
> Deployment succeeds, but service calls fail



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


[jira] [Resolved] (IGNITE-2011) .Net: Services tests fail

2015-11-27 Thread Pavel Tupitsyn (JIRA)

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

Pavel  Tupitsyn resolved IGNITE-2011.
-
Resolution: Fixed

Fixed as part of IGNITE-1956

> .Net: Services tests fail
> -
>
> Key: IGNITE-2011
> URL: https://issues.apache.org/jira/browse/IGNITE-2011
> Project: Ignite
>  Issue Type: Bug
>  Components: interop
>Affects Versions: 1.1.4
>Reporter: Pavel  Tupitsyn
>Assignee: Pavel  Tupitsyn
>Priority: Blocker
> Fix For: 1.5
>
>
> Deployment succeeds, but service calls fail



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


[jira] [Commented] (IGNITE-529) Implement IgniteFlumeStreamer to stream data from Apache Flume

2015-11-27 Thread Anton Vinogradov (JIRA)

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

Anton Vinogradov commented on IGNITE-529:
-

Roman, 

Thanks a lot.
Page renamed, readme merged to 1.5.

> Implement IgniteFlumeStreamer to stream data from Apache Flume
> --
>
> Key: IGNITE-529
> URL: https://issues.apache.org/jira/browse/IGNITE-529
> Project: Ignite
>  Issue Type: Sub-task
>  Components: streaming
>Reporter: Dmitriy Setrakyan
>Assignee: Roman Shtykh
> Attachments: IgniteSinkSetup.txt
>
>
> We have {{IgniteDataStreamer}} which is used to load data into Ignite under 
> high load. It was previously named {{IgniteDataLoader}}, see ticket 
> IGNITE-394.
> See [Apache Flume|http://flume.apache.org/] for more information.
> We should create {{IgniteFlumeStreamer}} which will consume messages from 
> Apache Flume and stream them into Ignite caches. 
> More details to follow, but to the least we should be able to:
> * Convert Flume data to Ignite data using an optional pluggable converter.
> * Specify the cache name for the Ignite cache to load data into.
> * Specify other flags available on {{IgniteDataStreamer}} class.



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


[jira] [Resolved] (IGNITE-1956) Portable object requires to have a class to get Enum field value

2015-11-27 Thread Vladimir Ozerov (JIRA)

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

Vladimir Ozerov resolved IGNITE-1956.
-
Resolution: Fixed

> Portable object requires to have a class to get Enum field value
> 
>
> Key: IGNITE-1956
> URL: https://issues.apache.org/jira/browse/IGNITE-1956
> Project: Ignite
>  Issue Type: Bug
>  Components: general, interop
>Reporter: Valentin Kulichenko
>Assignee: Vladimir Ozerov
> Fix For: 1.5
>
>
> {{PortableObject.field()}} method implementation attempts to resolve the 
> class if the field type is Enum. This is wrong, because this method should 
> work on server side without classes on classpath. Also this breaks the 
> {{toString()}} method in this case.
> In addition, .NET always writes {{-1}} as a type ID for any enum, so on Java 
> side it is resolved into {{java.lang.Object}}. As a result, {{field()}} and 
> {{toString()}} method fail with this exception:
> {code}
> Caused by: org.apache.ignite.internal.portable.api.PortableException: Class 
> does not represent enum type: java.lang.Object
> {code}



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


[jira] [Closed] (IGNITE-1956) Portable object requires to have a class to get Enum field value

2015-11-27 Thread Vladimir Ozerov (JIRA)

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

Vladimir Ozerov closed IGNITE-1956.
---

> Portable object requires to have a class to get Enum field value
> 
>
> Key: IGNITE-1956
> URL: https://issues.apache.org/jira/browse/IGNITE-1956
> Project: Ignite
>  Issue Type: Bug
>  Components: general, interop
>Reporter: Valentin Kulichenko
>Assignee: Vladimir Ozerov
> Fix For: 1.5
>
>
> {{PortableObject.field()}} method implementation attempts to resolve the 
> class if the field type is Enum. This is wrong, because this method should 
> work on server side without classes on classpath. Also this breaks the 
> {{toString()}} method in this case.
> In addition, .NET always writes {{-1}} as a type ID for any enum, so on Java 
> side it is resolved into {{java.lang.Object}}. As a result, {{field()}} and 
> {{toString()}} method fail with this exception:
> {code}
> Caused by: org.apache.ignite.internal.portable.api.PortableException: Class 
> does not represent enum type: java.lang.Object
> {code}



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


[jira] [Updated] (IGNITE-2017) Platforms: Add root-level readme

2015-11-27 Thread Vladimir Ozerov (JIRA)

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

Vladimir Ozerov updated IGNITE-2017:

Summary: Platforms: Add root-level readme  (was: Platforms: Add root-levle 
readme)

> Platforms: Add root-level readme
> 
>
> Key: IGNITE-2017
> URL: https://issues.apache.org/jira/browse/IGNITE-2017
> Project: Ignite
>  Issue Type: Task
>  Components: interop
>Affects Versions: ignite-1.4
>Reporter: Vladimir Ozerov
>Assignee: Vladimir Ozerov
>Priority: Critical
> Fix For: 1.5
>
>




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


[jira] [Assigned] (IGNITE-2009) Cached prepared SQL statement causes IgniteKernal leak.

2015-11-27 Thread Vladimir Ozerov (JIRA)

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

Vladimir Ozerov reassigned IGNITE-2009:
---

Assignee: Vladimir Ozerov

> Cached prepared SQL statement causes IgniteKernal leak.
> ---
>
> Key: IGNITE-2009
> URL: https://issues.apache.org/jira/browse/IGNITE-2009
> Project: Ignite
>  Issue Type: Task
>  Components: cache, interop
>Affects Versions: ignite-1.4
>Reporter: Vladimir Ozerov
>Assignee: Vladimir Ozerov
>Priority: Blocker
> Fix For: 1.5
>
>
> Problem: when query is executed, it is cache in thread-local in 
> parsed/prepared form. It has reacheable reference to IgniteKernal. As a 
> result IgniteKernal cannot be collected until the thread dies. If this thread 
> is from a pool, it could be a real leak.
> Can we employ WeakReferences here?



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


[jira] [Updated] (IGNITE-2017) Platforms: Add root-level readme

2015-11-27 Thread Vladimir Ozerov (JIRA)

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

Vladimir Ozerov updated IGNITE-2017:

Assignee: (was: Vladimir Ozerov)

> Platforms: Add root-level readme
> 
>
> Key: IGNITE-2017
> URL: https://issues.apache.org/jira/browse/IGNITE-2017
> Project: Ignite
>  Issue Type: Task
>  Components: interop
>Affects Versions: ignite-1.4
>Reporter: Vladimir Ozerov
>Priority: Critical
> Fix For: 1.5
>
>




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


[jira] [Resolved] (IGNITE-2017) Platforms: Add root-level readme

2015-11-27 Thread Vladimir Ozerov (JIRA)

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

Vladimir Ozerov resolved IGNITE-2017.
-
Resolution: Fixed

> Platforms: Add root-level readme
> 
>
> Key: IGNITE-2017
> URL: https://issues.apache.org/jira/browse/IGNITE-2017
> Project: Ignite
>  Issue Type: Task
>  Components: interop
>Affects Versions: ignite-1.4
>Reporter: Vladimir Ozerov
>Assignee: Vladimir Ozerov
>Priority: Critical
> Fix For: 1.5
>
>




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


[jira] [Commented] (IGNITE-2016) Update KafkaStreamer to fit new features introduced in Kafka 0.9

2015-11-27 Thread Vishal Garg (JIRA)

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

Vishal Garg commented on IGNITE-2016:
-

Roman. Please add me to your github branch, curious to see your change on this.

> Update KafkaStreamer to fit new features introduced in Kafka 0.9
> 
>
> Key: IGNITE-2016
> URL: https://issues.apache.org/jira/browse/IGNITE-2016
> Project: Ignite
>  Issue Type: Improvement
>  Components: streaming
>Reporter: Roman Shtykh
>Assignee: Roman Shtykh
>
> Particularly,
> - new consumer
> - Kafka Connect (Copycat)
> http://www.confluent.io/blog/apache-kafka-0.9-is-released



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


[jira] [Assigned] (IGNITE-2017) Platforms: Add root-level readme

2015-11-27 Thread Vasilisa Sidorova (JIRA)

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

Vasilisa  Sidorova reassigned IGNITE-2017:
--

Assignee: Vasilisa  Sidorova

> Platforms: Add root-level readme
> 
>
> Key: IGNITE-2017
> URL: https://issues.apache.org/jira/browse/IGNITE-2017
> Project: Ignite
>  Issue Type: Task
>  Components: interop
>Affects Versions: ignite-1.4
>Reporter: Vladimir Ozerov
>Assignee: Vasilisa  Sidorova
>Priority: Critical
> Fix For: 1.5
>
>




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


[jira] [Created] (IGNITE-2018) Refactor Examples: move all data classes to package "model".

2015-11-27 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2018:


 Summary: Refactor Examples: move all data classes to package 
"model".
 Key: IGNITE-2018
 URL: https://issues.apache.org/jira/browse/IGNITE-2018
 Project: Ignite
  Issue Type: Bug
  Components: general
Affects Versions: 1.5
Reporter: Alexey Kuznetsov
Assignee: Alexey Kuznetsov
 Fix For: 1.5


We have a lot almost the same inner classes like Person, Organization in 
different examples.
Need to have one place with data classes for all java and scala examples.



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


[jira] [Closed] (IGNITE-1195) Released Ignite version 1.3.0 does not build with -Dhadoop.version=2.6.0

2015-11-27 Thread Sergey Kozlov (JIRA)

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

Sergey Kozlov closed IGNITE-1195.
-

Fixed

> Released Ignite version 1.3.0 does not build with -Dhadoop.version=2.6.0
> 
>
> Key: IGNITE-1195
> URL: https://issues.apache.org/jira/browse/IGNITE-1195
> Project: Ignite
>  Issue Type: Bug
>Reporter: Ivan Veselovsky
>Assignee: Nikolay Tikhonov
> Fix For: 1.5
>
> Attachments: ignite-1195.patch
>
>
> Released version 1.3.0 
> (http://archive.apache.org/dist/incubator/ignite/1.3.0//apache-ignite-1.3.0-incubating-src.zip,
>  
> http://apache.osuosl.org/incubator/ignite/1.3.0//apache-ignite-1.3.0-incubating-src.zip)
>  does not build with argument 
> -Dhadoop.version=2.6.0  ( mvn clean package -DskipTests 
> -Dhadoop.version=2.6.0 -Dignite.edition=hadoop), 
> [ERROR] COMPILATION ERROR : 
> [INFO] -
> [ERROR] 
> /tmp/apache-ignite-1.3.0-incubating-src/modules/yarn/src/test/java/org/apache/ignite/yarn/IgniteApplicationMasterSelfTest.java:[368,9]
>  method does not override or implement a method from a supertype
> [INFO] 1 error 
> [INFO] -



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


[jira] [Closed] (IGNITE-2010) [Test failed] IgniteCacheCrossCacheTxFailoverTest.testCrossCachePessimisticTxFailoverOffheapSwap test failed

2015-11-27 Thread Andrey Gura (JIRA)

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

Andrey Gura closed IGNITE-2010.
---

> [Test failed] 
> IgniteCacheCrossCacheTxFailoverTest.testCrossCachePessimisticTxFailoverOffheapSwap
>  test failed
> 
>
> Key: IGNITE-2010
> URL: https://issues.apache.org/jira/browse/IGNITE-2010
> Project: Ignite
>  Issue Type: Test
>Reporter: Andrey Gura
> Fix For: 1.5
>
>
> {{IgniteCacheCrossCacheTxFailoverTest.testCrossCachePessimisticTxFailoverOffheapSwap}}
>  test fails sometimes.
> {noformat}
> java.lang.NullPointerException: null
> at 
> org.apache.ignite.internal.processors.cache.GridCacheContext.preloader(GridCacheContext.java:744)
> at 
> org.apache.ignite.internal.processors.cache.GridCacheContext.started(GridCacheContext.java:408)
> at 
> org.apache.ignite.testframework.junits.common.GridCommonAbstractTest.awaitPartitionMapExchange(GridCommonAbstractTest.java:454)
> at 
> org.apache.ignite.testframework.junits.common.GridCommonAbstractTest.awaitPartitionMapExchange(GridCommonAbstractTest.java:419)
> at 
> org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCacheCrossCacheTxFailoverTest.crossCacheTxFailover(IgniteCacheCrossCacheTxFailoverTest.java:394)
> at 
> org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCacheCrossCacheTxFailoverTest.testCrossCachePessimisticTxFailoverOffheapSwap(IgniteCacheCrossCacheTxFailoverTest.java:160)
> {noformat}



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


[jira] [Closed] (IGNITE-2013) [Test failed] GridCacheEvictionLockUnlockSelfTest.testPartitioned test fails sometimes

2015-11-27 Thread Andrey Gura (JIRA)

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

Andrey Gura closed IGNITE-2013.
---

> [Test failed] GridCacheEvictionLockUnlockSelfTest.testPartitioned test fails 
> sometimes
> --
>
> Key: IGNITE-2013
> URL: https://issues.apache.org/jira/browse/IGNITE-2013
> Project: Ignite
>  Issue Type: Test
>Reporter: Andrey Gura
> Fix For: 1.5
>
>
> {{GridCacheEvictionLockUnlockSelfTest.testPartitioned}} fails sometimes.
> {noformat}
> junit.framework.AssertionFailedError: expected:<3> but was:<2>
> at junit.framework.Assert.fail(Assert.java:57)
> at junit.framework.Assert.failNotEquals(Assert.java:329)
> at junit.framework.Assert.assertEquals(Assert.java:78)
> at junit.framework.Assert.assertEquals(Assert.java:234)
> at junit.framework.Assert.assertEquals(Assert.java:241)
> at junit.framework.TestCase.assertEquals(TestCase.java:409)
> at 
> org.apache.ignite.internal.processors.cache.eviction.GridCacheEvictionLockUnlockSelfTest.doTest(GridCacheEvictionLockUnlockSelfTest.java:142)
> at 
> org.apache.ignite.internal.processors.cache.eviction.GridCacheEvictionLockUnlockSelfTest.testPartitioned(GridCacheEvictionLockUnlockSelfTest.java:118)
> {noformat}



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


[jira] [Updated] (IGNITE-1355) Potential NPE in CacheAffinityProxy

2015-11-27 Thread Artem Shutak (JIRA)

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

Artem Shutak updated IGNITE-1355:
-
Fix Version/s: (was: 1.5)
   1.6

> Potential NPE in CacheAffinityProxy
> ---
>
> Key: IGNITE-1355
> URL: https://issues.apache.org/jira/browse/IGNITE-1355
> Project: Ignite
>  Issue Type: Bug
>  Components: cache
>Affects Versions: ignite-1.4
>Reporter: Semen Boikov
>Assignee: Artem Shutak
>Priority: Critical
> Fix For: 1.6
>
>
> NPE was observed on TC:
> {noformat}
> java.lang.NullPointerException
> at 
> org.apache.ignite.internal.processors.affinity.GridAffinityProcessor$AffinityInfo.access$1800(GridAffinityProcessor.java:537)
> at 
> org.apache.ignite.internal.processors.affinity.GridAffinityProcessor$CacheAffinityProxy.mapPartitionToPrimaryAndBackups(GridAffinityProcessor.java:879)
> at 
> org.apache.ignite.testframework.junits.common.GridCommonAbstractTest.awaitPartitionMapExchange(GridCommonAbstractTest.java:423)
> at 
> org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCacheCrossCacheTxFailoverTest.crossCacheTxFailover(IgniteCacheCrossCacheTxFailoverTest.java:355)
> {noformat}
> As I see method CacheAffinityProxy.cache() can return null, but there are no 
> checks for null.



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


[jira] [Resolved] (IGNITE-1976) [Test Failed] IgniteAtomicLongChangingTopologySelfTest.testClientQueueCreateCloseFailover

2015-11-27 Thread Semen Boikov (JIRA)

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

Semen Boikov resolved IGNITE-1976.
--
Resolution: Fixed

Fixed hang: code which put/remove queue/set header should not wait for retry 
future when it is run inside transaction on unitlity cache (commit 41fe469).

> [Test Failed] 
> IgniteAtomicLongChangingTopologySelfTest.testClientQueueCreateCloseFailover
> -
>
> Key: IGNITE-1976
> URL: https://issues.apache.org/jira/browse/IGNITE-1976
> Project: Ignite
>  Issue Type: Bug
>Reporter: Denis Magda
> Fix For: 1.6
>
>
> The test fails from time to time freezing the whole test suite.
> In the logs I see the following error that repeats periodically
> {noformat}
>  Caused by: class 
> org.apache.ignite.internal.cluster.ClusterTopologyCheckedException: Primary 
> node left grid.
> [17:55:43]W:   [org.apache.ignite:ignite-core]at 
> org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler.sendReply(IgniteTxHandler.java:1050)
> [17:55:43]W:   [org.apache.ignite:ignite-core]... 14 more
> [17:55:43]W:   [org.apache.ignite:ignite-core] 
> [17:55:43,892][ERROR][ignite-#70461%utility-dht.IgniteAtomicLongChangingTopologySelfTest5%][GridNearTxFinishFuture]
>  Failed to automatically rollback transaction: GridNearTxLocal 
> [mappings=IgniteTxMappingsSingleImpl [mapping=GridDistributedTxMapping 
> [entries=[IgniteTxEntry [key=KeyCacheObjectImpl [val=GridCacheQueueHeaderKey 
> [name=q-48], hasValBytes=true], cacheId=1278244283, txKey=null, 
> val=[op=DELETE, val=null], prevVal=[op=NOOP, val=null], 
> entryProcessorsCol=null, entryProcessorCalcVal=null, ttl=-1, 
> conflictExpireTime=-1, conflictVer=null, explicitVer=null, dhtVer=null, 
> filters=[], filtersPassed=false, filtersSet=true, 
> entry=GridDhtDetachedCacheEntry [super=GridDistributedCacheEntry 
> [super=GridCacheMapEntry [key=KeyCacheObjectImpl [val=GridCacheQueueHeaderKey 
> [name=q-48], hasValBytes=true], val=null, startVer=1448031356110, 
> ver=GridCacheVersion [topVer=59511360, nodeOrderDrId=6, 
> globalTime=1448031343887, order=1448031356110], hash=3411296, extras=null, 
> flags=0]]], prepared=false, locked=false, 
> nodeId=aecc2437-2647-4dc1-a2cc-3bf612b0, locMapped=false, expiryPlc=null, 
> transferExpiryPlc=false, flags=0, partUpdateCntr=0, serReadVer=null, 
> xidVer=GridCacheVersion [topVer=59511360, nodeOrderDrId=6, 
> globalTime=1448031343887, order=1448031356108]]], explicitLock=false, 
> dhtVer=null, last=false, near=false, clientFirst=false, 
> node=aecc2437-2647-4dc1-a2cc-3bf612b0]], nearLocallyMapped=false, 
> colocatedLocallyMapped=false, needCheckBackup=false, hasRemoteLocks=false, 
> mappings=IgniteTxMappingsSingleImpl [mapping=GridDistributedTxMapping 
> [entries=[IgniteTxEntry [key=KeyCacheObjectImpl [val=GridCacheQueueHeaderKey 
> [name=q-48], hasValBytes=true], cacheId=1278244283, txKey=null, 
> val=[op=DELETE, val=null], prevVal=[op=NOOP, val=null], 
> entryProcessorsCol=null, entryProcessorCalcVal=null, ttl=-1, 
> conflictExpireTime=-1, conflictVer=null, explicitVer=null, dhtVer=null, 
> filters=[], filtersPassed=false, filtersSet=true, 
> entry=GridDhtDetachedCacheEntry [super=GridDistributedCacheEntry 
> [super=GridCacheMapEntry [key=KeyCacheObjectImpl [val=GridCacheQueueHeaderKey 
> [name=q-48], hasValBytes=true], val=null, startVer=1448031356110, 
> ver=GridCacheVersion [topVer=59511360, nodeOrderDrId=6, 
> globalTime=1448031343887, order=1448031356110], hash=3411296, extras=null, 
> flags=0]]], prepared=false, locked=false, 
> nodeId=aecc2437-2647-4dc1-a2cc-3bf612b0, locMapped=false, expiryPlc=null, 
> transferExpiryPlc=false, flags=0, partUpdateCntr=0, serReadVer=null, 
> xidVer=GridCacheVersion [topVer=59511360, nodeOrderDrId=6, 
> globalTime=1448031343887, order=1448031356108]]], explicitLock=false, 
> dhtVer=null, last=false, near=false, clientFirst=false, 
> node=aecc2437-2647-4dc1-a2cc-3bf612b0]], super=GridDhtTxLocalAdapter 
> [nearOnOriginatingNode=false, nearNodes=[], dhtNodes=[], explicitLock=false, 
> super=IgniteTxLocalAdapter [completedBase=null, sndTransformedVals=false, 
> depEnabled=true, txState=IgniteTxImplicitSingleStateImpl [entry=IgniteTxEntry 
> [key=KeyCacheObjectImpl [val=GridCacheQueueHeaderKey [name=q-48], 
> hasValBytes=true], cacheId=1278244283, txKey=null, val=[op=DELETE, val=null], 
> prevVal=[op=NOOP, val=null], entryProcessorsCol=null, 
> entryProcessorCalcVal=null, ttl=-1, conflictExpireTime=-1, conflictVer=null, 
> explicitVer=null, dhtVer=null, filters=[], filtersPassed=false, 
> filtersSet=true, entry=GridDhtDetachedCacheEntry 
> [super=GridDistributedCacheEntry [super=GridCacheMapEntry 
> [key=KeyCacheObjectImpl [val=GridCacheQueueHeaderKey [name=q-48], 
> 

[jira] [Closed] (IGNITE-1976) [Test Failed] IgniteAtomicLongChangingTopologySelfTest.testClientQueueCreateCloseFailover

2015-11-27 Thread Semen Boikov (JIRA)

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

Semen Boikov closed IGNITE-1976.


> [Test Failed] 
> IgniteAtomicLongChangingTopologySelfTest.testClientQueueCreateCloseFailover
> -
>
> Key: IGNITE-1976
> URL: https://issues.apache.org/jira/browse/IGNITE-1976
> Project: Ignite
>  Issue Type: Bug
>Reporter: Denis Magda
> Fix For: 1.6
>
>
> The test fails from time to time freezing the whole test suite.
> In the logs I see the following error that repeats periodically
> {noformat}
>  Caused by: class 
> org.apache.ignite.internal.cluster.ClusterTopologyCheckedException: Primary 
> node left grid.
> [17:55:43]W:   [org.apache.ignite:ignite-core]at 
> org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler.sendReply(IgniteTxHandler.java:1050)
> [17:55:43]W:   [org.apache.ignite:ignite-core]... 14 more
> [17:55:43]W:   [org.apache.ignite:ignite-core] 
> [17:55:43,892][ERROR][ignite-#70461%utility-dht.IgniteAtomicLongChangingTopologySelfTest5%][GridNearTxFinishFuture]
>  Failed to automatically rollback transaction: GridNearTxLocal 
> [mappings=IgniteTxMappingsSingleImpl [mapping=GridDistributedTxMapping 
> [entries=[IgniteTxEntry [key=KeyCacheObjectImpl [val=GridCacheQueueHeaderKey 
> [name=q-48], hasValBytes=true], cacheId=1278244283, txKey=null, 
> val=[op=DELETE, val=null], prevVal=[op=NOOP, val=null], 
> entryProcessorsCol=null, entryProcessorCalcVal=null, ttl=-1, 
> conflictExpireTime=-1, conflictVer=null, explicitVer=null, dhtVer=null, 
> filters=[], filtersPassed=false, filtersSet=true, 
> entry=GridDhtDetachedCacheEntry [super=GridDistributedCacheEntry 
> [super=GridCacheMapEntry [key=KeyCacheObjectImpl [val=GridCacheQueueHeaderKey 
> [name=q-48], hasValBytes=true], val=null, startVer=1448031356110, 
> ver=GridCacheVersion [topVer=59511360, nodeOrderDrId=6, 
> globalTime=1448031343887, order=1448031356110], hash=3411296, extras=null, 
> flags=0]]], prepared=false, locked=false, 
> nodeId=aecc2437-2647-4dc1-a2cc-3bf612b0, locMapped=false, expiryPlc=null, 
> transferExpiryPlc=false, flags=0, partUpdateCntr=0, serReadVer=null, 
> xidVer=GridCacheVersion [topVer=59511360, nodeOrderDrId=6, 
> globalTime=1448031343887, order=1448031356108]]], explicitLock=false, 
> dhtVer=null, last=false, near=false, clientFirst=false, 
> node=aecc2437-2647-4dc1-a2cc-3bf612b0]], nearLocallyMapped=false, 
> colocatedLocallyMapped=false, needCheckBackup=false, hasRemoteLocks=false, 
> mappings=IgniteTxMappingsSingleImpl [mapping=GridDistributedTxMapping 
> [entries=[IgniteTxEntry [key=KeyCacheObjectImpl [val=GridCacheQueueHeaderKey 
> [name=q-48], hasValBytes=true], cacheId=1278244283, txKey=null, 
> val=[op=DELETE, val=null], prevVal=[op=NOOP, val=null], 
> entryProcessorsCol=null, entryProcessorCalcVal=null, ttl=-1, 
> conflictExpireTime=-1, conflictVer=null, explicitVer=null, dhtVer=null, 
> filters=[], filtersPassed=false, filtersSet=true, 
> entry=GridDhtDetachedCacheEntry [super=GridDistributedCacheEntry 
> [super=GridCacheMapEntry [key=KeyCacheObjectImpl [val=GridCacheQueueHeaderKey 
> [name=q-48], hasValBytes=true], val=null, startVer=1448031356110, 
> ver=GridCacheVersion [topVer=59511360, nodeOrderDrId=6, 
> globalTime=1448031343887, order=1448031356110], hash=3411296, extras=null, 
> flags=0]]], prepared=false, locked=false, 
> nodeId=aecc2437-2647-4dc1-a2cc-3bf612b0, locMapped=false, expiryPlc=null, 
> transferExpiryPlc=false, flags=0, partUpdateCntr=0, serReadVer=null, 
> xidVer=GridCacheVersion [topVer=59511360, nodeOrderDrId=6, 
> globalTime=1448031343887, order=1448031356108]]], explicitLock=false, 
> dhtVer=null, last=false, near=false, clientFirst=false, 
> node=aecc2437-2647-4dc1-a2cc-3bf612b0]], super=GridDhtTxLocalAdapter 
> [nearOnOriginatingNode=false, nearNodes=[], dhtNodes=[], explicitLock=false, 
> super=IgniteTxLocalAdapter [completedBase=null, sndTransformedVals=false, 
> depEnabled=true, txState=IgniteTxImplicitSingleStateImpl [entry=IgniteTxEntry 
> [key=KeyCacheObjectImpl [val=GridCacheQueueHeaderKey [name=q-48], 
> hasValBytes=true], cacheId=1278244283, txKey=null, val=[op=DELETE, val=null], 
> prevVal=[op=NOOP, val=null], entryProcessorsCol=null, 
> entryProcessorCalcVal=null, ttl=-1, conflictExpireTime=-1, conflictVer=null, 
> explicitVer=null, dhtVer=null, filters=[], filtersPassed=false, 
> filtersSet=true, entry=GridDhtDetachedCacheEntry 
> [super=GridDistributedCacheEntry [super=GridCacheMapEntry 
> [key=KeyCacheObjectImpl [val=GridCacheQueueHeaderKey [name=q-48], 
> hasValBytes=true], val=null, startVer=1448031356110, ver=GridCacheVersion 
> [topVer=59511360, nodeOrderDrId=6, globalTime=1448031343887, 
> order=1448031356110], hash=3411296, extra

[jira] [Updated] (IGNITE-1583) [Test Failed] GridDiscoveryManagerAliveCacheSelfTest.testAlivesClient

2015-11-27 Thread Semen Boikov (JIRA)

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

Semen Boikov updated IGNITE-1583:
-
Fix Version/s: (was: 1.5)
   1.6

> [Test Failed] GridDiscoveryManagerAliveCacheSelfTest.testAlivesClient
> -
>
> Key: IGNITE-1583
> URL: https://issues.apache.org/jira/browse/IGNITE-1583
> Project: Ignite
>  Issue Type: Test
>Affects Versions: 1.5
>Reporter: Anton Vinogradov
>Assignee: Semen Boikov
>Priority: Blocker
>  Labels: Muted_test
> Fix For: 1.6
>
> Attachments: GridDiscoveryManagerAliveCacheSelfTest.testAlivesClient
>
>
> See attach for details.



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


[jira] [Updated] (IGNITE-1731) [Test Failed] GridCacheTxNodeFailureSelfTest.testPrimaryNodeFailureBackupRollbackOptimistic

2015-11-27 Thread Semen Boikov (JIRA)

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

Semen Boikov updated IGNITE-1731:
-
Fix Version/s: (was: 1.5)
   1.6

> [Test Failed] 
> GridCacheTxNodeFailureSelfTest.testPrimaryNodeFailureBackupRollbackOptimistic
> ---
>
> Key: IGNITE-1731
> URL: https://issues.apache.org/jira/browse/IGNITE-1731
> Project: Ignite
>  Issue Type: Test
>Reporter: Artem Shutak
>Assignee: Semen Boikov
>Priority: Blocker
>  Labels: Muted_test
> Fix For: 1.6
>
>
> Test failed on TC. Could not reproduce locally.
> Stack trace:
> {noformat}
> java.lang.NullPointerException: null
> at 
> org.apache.ignite.internal.processors.affinity.GridAffinityProcessor$AffinityInfo.access$1800(GridAffinityProcessor.java:537)
> at 
> org.apache.ignite.internal.processors.affinity.GridAffinityProcessor$CacheAffinityProxy.mapKeyToPrimaryAndBackups(GridAffinityProcessor.java:833)
> at 
> org.apache.ignite.testframework.junits.common.GridCommonAbstractTest.backupNode(GridCommonAbstractTest.java:970)
> at 
> org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheTxNodeFailureSelfTest.checkPrimaryNodeFailureBackupCommit(GridCacheTxNodeFailureSelfTest.java:206)
> at 
> org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheTxNodeFailureSelfTest.testPrimaryNodeFailureBackupRollbackOptimistic(GridCacheTxNodeFailureSelfTest.java:140)
> --- Stdout: ---
> {noformat}
> Full log:
> {noformat}
> java.lang.NullPointerException: null
> at 
> org.apache.ignite.internal.processors.affinity.GridAffinityProcessor$AffinityInfo.access$1800(GridAffinityProcessor.java:537)
> at 
> org.apache.ignite.internal.processors.affinity.GridAffinityProcessor$CacheAffinityProxy.mapKeyToPrimaryAndBackups(GridAffinityProcessor.java:833)
> at 
> org.apache.ignite.testframework.junits.common.GridCommonAbstractTest.backupNode(GridCommonAbstractTest.java:970)
> at 
> org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheTxNodeFailureSelfTest.checkPrimaryNodeFailureBackupCommit(GridCacheTxNodeFailureSelfTest.java:206)
> at 
> org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheTxNodeFailureSelfTest.testPrimaryNodeFailureBackupRollbackOptimistic(GridCacheTxNodeFailureSelfTest.java:140)
> --- Stdout: ---
> [02:10:47,574][INFO ][main][root] >>> Starting test class: 
> GridCacheTxNodeFailureSelfTest <<<
> [02:10:47,654][INFO ][main][root] >>> Starting test: 
> testPrimaryNodeFailureBackupRollbackOptimistic <<<
> [02:10:47,679][INFO ][test-runner][GridCacheTxNodeFailureSelfTest0] 
> >>>__    
> >>>   /  _/ ___/ |/ /  _/_  __/ __/  
> >>>  _/ // (7 7// /  / / / _/
> >>> /___/\___/_/|_/___/ /_/ /___/   
> >>> 
> >>> ver. 1.5.0-SNAPSHOT#19700101-sha1:DEV
> >>> 2015 Copyright(C) Apache Software Foundation
> >>> 
> >>> Ignite documentation: http://ignite.apache.org
> [02:10:47,682][INFO ][test-runner][GridCacheTxNodeFailureSelfTest0] Config 
> URL: n/a
> [02:10:47,682][INFO ][test-runner][GridCacheTxNodeFailureSelfTest0] Daemon 
> mode: off
> [02:10:47,682][INFO ][test-runner][GridCacheTxNodeFailureSelfTest0] OS: Linux 
> 3.13.0-32-generic amd64
> [02:10:47,682][INFO ][test-runner][GridCacheTxNodeFailureSelfTest0] OS user: 
> teamcity
> [02:10:47,682][INFO ][test-runner][GridCacheTxNodeFailureSelfTest0] Language 
> runtime: Java Platform API Specification ver. 1.7
> [02:10:47,682][INFO ][test-runner][GridCacheTxNodeFailureSelfTest0] VM 
> information: Java(TM) SE Runtime Environment 1.7.0_80-b15 Oracle Corporation 
> Java HotSpot(TM) 64-Bit Server VM 24.80-b11
> [02:10:47,682][INFO ][test-runner][GridCacheTxNodeFailureSelfTest0] VM total 
> memory: 2.8GB
> [02:10:47,682][INFO ][test-runner][GridCacheTxNodeFailureSelfTest0] Remote 
> Management [restart: off, REST: off, JMX (remote: off)]
> [02:10:47,682][INFO ][test-runner][GridCacheTxNodeFailureSelfTest0] 
> IGNITE_HOME=/home/teamcity/BuildAgent/work/871ff4a46e450b13
> [02:10:47,682][INFO ][test-runner][GridCacheTxNodeFailureSelfTest0] VM 
> arguments: [-DJAVA_HOME=/usr/lib/jvm/java-7-oracle, 
> -Dagent.home.dir=/home/teamcity/BuildAgent, -Dagent.name=teamcity-7, 
> -Dagent.ownPort=9090, -Dagent.work.dir=/home/teamcity/BuildAgent/work, 
> -Dbuild.number=3460, 
> -Dbuild.vcs.number=bc6bf5fcd2c6fd996c3f3d2b1731afed26338091, 
> -Dbuild.vcs.number.1=bc6bf5fcd2c6fd996c3f3d2b1731afed26338091, 
> -Dbuild.vcs.number.ApacheIgniteMirrorOnGitHub=bc6bf5fcd2c6fd996c3f3d2b1731afed26338091,
>  -Dclassworlds.conf=/home/teamcity/BuildAgent/temp/buildTmp/teamcity.m2.conf, 
> -Dcom.jetbrains.maven.watcher.report.file=/home/teamcity/BuildAgent/temp/buildTmp/maven-build-info.xml,
>  -Dja

[jira] [Updated] (IGNITE-1270) Basic OSGi support for Ignite

2015-11-27 Thread JIRA

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

Raúl Kripalani updated IGNITE-1270:
---
Fix Version/s: (was: 1.5)
   1.6

> Basic OSGi support for Ignite
> -
>
> Key: IGNITE-1270
> URL: https://issues.apache.org/jira/browse/IGNITE-1270
> Project: Ignite
>  Issue Type: New Feature
>  Components: general, osgi
>Reporter: Raúl Kripalani
>Assignee: Raúl Kripalani
> Fix For: 1.6
>
>
> Basics for a first iteration:
> * Manifest creation for all Java-based modules.
> * Apache Karaf features file to facilitate deployment (along with 
> dependencies).
> * Make Ignite classloading OSGi-friendly and support different strategies.
> Future:
> * Support peer class-loading.
> * Potentially support remote 3rd dependency class-loading for Apache Karaf 
> (via Pax Mvn URL and Aether, one can fetch a bundle from Maven repositories).



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


[jira] [Updated] (IGNITE-1527) Add OSGi manifest headers to all ignite-core + basic bundles and Karaf features

2015-11-27 Thread JIRA

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

Raúl Kripalani updated IGNITE-1527:
---
Fix Version/s: (was: 1.5)
   1.6

> Add OSGi manifest headers to all ignite-core + basic bundles and Karaf 
> features
> ---
>
> Key: IGNITE-1527
> URL: https://issues.apache.org/jira/browse/IGNITE-1527
> Project: Ignite
>  Issue Type: Sub-task
>  Components: general, osgi
>Reporter: Raúl Kripalani
>Assignee: Raúl Kripalani
> Fix For: 1.6
>
>
> And make sure they interoperate properly with each other.



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


[jira] [Updated] (IGNITE-1528) Support client mode with Ignite OSGi

2015-11-27 Thread JIRA

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

Raúl Kripalani updated IGNITE-1528:
---
Fix Version/s: (was: 1.5)
   1.6

> Support client mode with Ignite OSGi
> 
>
> Key: IGNITE-1528
> URL: https://issues.apache.org/jira/browse/IGNITE-1528
> Project: Ignite
>  Issue Type: Sub-task
>  Components: general, osgi
>Reporter: Raúl Kripalani
>Assignee: Raúl Kripalani
> Fix For: 1.6
>
>




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


[jira] [Updated] (IGNITE-1877) Make Ignite classloading OSGi-friendly & provide different classloading strategies

2015-11-27 Thread JIRA

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

Raúl Kripalani updated IGNITE-1877:
---
Fix Version/s: (was: 1.5)
   1.6

> Make Ignite classloading OSGi-friendly & provide different classloading 
> strategies
> --
>
> Key: IGNITE-1877
> URL: https://issues.apache.org/jira/browse/IGNITE-1877
> Project: Ignite
>  Issue Type: Sub-task
>  Components: general, osgi
>Reporter: Dmitriy Setrakyan
>Assignee: Raúl Kripalani
> Fix For: 1.6
>
>
> The design is described here: 
> https://cwiki.apache.org/confluence/display/IGNITE/OSGI+Compatibility



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


[jira] [Updated] (IGNITE-1529) Support server mode with Ignite OSGi without Peer Classloading

2015-11-27 Thread JIRA

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

Raúl Kripalani updated IGNITE-1529:
---
Fix Version/s: 1.6

> Support server mode with Ignite OSGi without Peer Classloading
> --
>
> Key: IGNITE-1529
> URL: https://issues.apache.org/jira/browse/IGNITE-1529
> Project: Ignite
>  Issue Type: Sub-task
>  Components: general
>Reporter: Raúl Kripalani
>Assignee: Raúl Kripalani
> Fix For: 1.6
>
>
> Server mode means replication of user classes. Design a way for allow user 
> bundles to contribute classes to ignite-core, without using 
> DynamicImport-Package: *



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


[jira] [Updated] (IGNITE-1810) Upgrade ignite-aws dependencies (HttpClient and AWS SDK)

2015-11-27 Thread JIRA

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

Raúl Kripalani updated IGNITE-1810:
---
Fix Version/s: (was: 1.5)
   1.6

> Upgrade ignite-aws dependencies (HttpClient and AWS SDK)
> 
>
> Key: IGNITE-1810
> URL: https://issues.apache.org/jira/browse/IGNITE-1810
> Project: Ignite
>  Issue Type: Improvement
>  Components: aws, osgi
>Reporter: Raúl Kripalani
>Assignee: Raúl Kripalani
> Fix For: 1.6
>
>
> We need to upgrade the HttpClient and AWS SDK dependencies in ignite-aws. 
> They are very old:
> * AWS SDK 1.3.21.1 => 1.10.29
> * HttpClient 4.2.3 => 4.5.1
> * HttpCore 4.2.3 => 4.4.3
> These upgrades are needed by the OSGi integration.



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


[jira] [Created] (IGNITE-2019) schema import utility failed to start on Mac OS X EI Capitan

2015-11-27 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-2019:
--

 Summary: schema import utility failed to start on Mac OS X EI 
Capitan
 Key: IGNITE-2019
 URL: https://issues.apache.org/jira/browse/IGNITE-2019
 Project: Ignite
  Issue Type: Bug
Reporter: Pavel Konstantinov
Assignee: Alexey Kuznetsov
Priority: Critical
 Fix For: 1.5


{code}
/Users/kope/Downloads/gridgain-enterprise-fabric-7.5.0/bin/ignite-schema-import.sh
 ; exit;
kope-mac:~ kope$ 
/Users/kope/Downloads/gridgain-enterprise-fabric-7.5.0/bin/ignite-schema-import.sh
 ; exit;
Exception in Application start method
Exception in Application stop method
Exception in thread "main" java.lang.RuntimeException: Exception in Application 
start method
at 
com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:403)
at 
com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:47)
at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:115)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ExceptionInInitializerError
at javafx.scene.control.TableColumn.impl_setWidth(TableColumn.java:1259)
at javafx.scene.control.TableColumn$7.invalidated(TableColumn.java:763)
at 
javafx.beans.property.DoublePropertyBase.markInvalid(DoublePropertyBase.java:129)
at 
javafx.beans.property.DoublePropertyBase.set(DoublePropertyBase.java:163)
at javafx.scene.control.TableColumn.setMinWidth(TableColumn.java:749)
at org.apache.ignite.schema.ui.Controls.tableColumn(Controls.java:437)
at org.apache.ignite.schema.ui.Controls.customColumn(Controls.java:472)
at 
org.apache.ignite.schema.ui.SchemaImportApp.createGeneratePane(SchemaImportApp.java:1033)
at 
org.apache.ignite.schema.ui.SchemaImportApp.start(SchemaImportApp.java:1590)
at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:319)
at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:219)
at 
com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
at 
com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
at 
com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
Caused by: java.lang.NullPointerException
at 
com.sun.t2k.MacFontFinder.initPSFontNameToPathMap(MacFontFinder.java:339)
at 
com.sun.t2k.MacFontFinder.getFontNamesOfFontFamily(MacFontFinder.java:390)
at com.sun.t2k.T2KFontFactory.getFontResource(T2KFontFactory.java:233)
at com.sun.t2k.LogicalFont.getSlot0Resource(LogicalFont.java:184)
at com.sun.t2k.LogicalFont.getSlotResource(LogicalFont.java:228)
at com.sun.t2k.CompositeStrike.getStrikeSlot(CompositeStrike.java:86)
at com.sun.t2k.CompositeStrike.getMetrics(CompositeStrike.java:132)
at 
com.sun.javafx.font.PrismFontUtils.getFontMetrics(PrismFontUtils.java:31)
at 
com.sun.javafx.font.PrismFontLoader.getFontMetrics(PrismFontLoader.java:466)
at javafx.scene.text.Text.(Text.java:153)
at com.sun.javafx.scene.control.skin.Utils.(Utils.java:52)
... 16 more

{code}



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


[jira] [Updated] (IGNITE-2019) schema import utility failed to start on Mac OS X EI Capitan

2015-11-27 Thread Pavel Konstantinov (JIRA)

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

Pavel Konstantinov updated IGNITE-2019:
---
Description: 
{code}
/Users/kope/Downloads/gridgain-enterprise-fabric-7.5.0/bin/ignite-schema-import.sh
 ; exit;
kope-mac:~ kope$ 
/Users/kope/Downloads/gridgain-enterprise-fabric-7.5.0/bin/ignite-schema-import.sh
 ; exit;
Exception in Application start method
Exception in Application stop method
Exception in thread "main" java.lang.RuntimeException: Exception in Application 
start method
at 
com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:403)
at 
com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:47)
at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:115)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ExceptionInInitializerError
at javafx.scene.control.TableColumn.impl_setWidth(TableColumn.java:1259)
at javafx.scene.control.TableColumn$7.invalidated(TableColumn.java:763)
at 
javafx.beans.property.DoublePropertyBase.markInvalid(DoublePropertyBase.java:129)
at 
javafx.beans.property.DoublePropertyBase.set(DoublePropertyBase.java:163)
at javafx.scene.control.TableColumn.setMinWidth(TableColumn.java:749)
at org.apache.ignite.schema.ui.Controls.tableColumn(Controls.java:437)
at org.apache.ignite.schema.ui.Controls.customColumn(Controls.java:472)
at 
org.apache.ignite.schema.ui.SchemaImportApp.createGeneratePane(SchemaImportApp.java:1033)
at 
org.apache.ignite.schema.ui.SchemaImportApp.start(SchemaImportApp.java:1590)
at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:319)
at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:219)
at 
com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
at 
com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
at 
com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
Caused by: java.lang.NullPointerException
at 
com.sun.t2k.MacFontFinder.initPSFontNameToPathMap(MacFontFinder.java:339)
at 
com.sun.t2k.MacFontFinder.getFontNamesOfFontFamily(MacFontFinder.java:390)
at com.sun.t2k.T2KFontFactory.getFontResource(T2KFontFactory.java:233)
at com.sun.t2k.LogicalFont.getSlot0Resource(LogicalFont.java:184)
at com.sun.t2k.LogicalFont.getSlotResource(LogicalFont.java:228)
at com.sun.t2k.CompositeStrike.getStrikeSlot(CompositeStrike.java:86)
at com.sun.t2k.CompositeStrike.getMetrics(CompositeStrike.java:132)
at 
com.sun.javafx.font.PrismFontUtils.getFontMetrics(PrismFontUtils.java:31)
at 
com.sun.javafx.font.PrismFontLoader.getFontMetrics(PrismFontLoader.java:466)
at javafx.scene.text.Text.(Text.java:153)
at com.sun.javafx.scene.control.skin.Utils.(Utils.java:52)
... 16 more

{code}

{code}
kope-mac:~ kope$ java -version
java version "1.7.0_67"
Java(TM) SE Runtime Environment (build 1.7.0_67-b01)
Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)

{code}

  was:
{code}
/Users/kope/Downloads/gridgain-enterprise-fabric-7.5.0/bin/ignite-schema-import.sh
 ; exit;
kope-mac:~ kope$ 
/Users/kope/Downloads/gridgain-enterprise-fabric-7.5.0/bin/ignite-schema-import.sh
 ; exit;
Exception in Application start method
Exception in Application stop method
Exception in thread "main" java.lang.RuntimeException: Exception in Application 
start method
at 
com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:403)
at 
com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:47)
at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:115)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ExceptionInInitializerError
at javafx.scene.control.TableColumn.impl_setWidth(TableColumn.java:1259)
at javafx.scene.control.TableColumn$7.invalidated(TableColumn.java:763)
at 
javafx.beans.property.DoublePropertyBase.markInvalid(DoublePropertyBase.java:129)
at 
javafx.beans.property.DoublePropertyBase.set(DoublePropertyBase.java:163)
at javafx.scene.control.TableColumn.setMinWidth(TableColumn.java:749)
at org.apache.ignite.schema.ui.Controls.tableColumn(Controls.java:437)
at org.apache.ignite.schema.ui.Controls.customColumn(Controls.java:472)
at 
org.apache.ignite.schema.ui.SchemaImportApp.createGeneratePane(SchemaImportApp.java:1033)
at 
org.apache.ignite.schema.ui.SchemaImportApp.start(SchemaImportApp.java:1590)
at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:319)

[jira] [Resolved] (IGNITE-2018) Refactor Examples: move all data classes to package "model".

2015-11-27 Thread Alexey Kuznetsov (JIRA)

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

Alexey Kuznetsov resolved IGNITE-2018.
--
Resolution: Fixed
  Assignee: Sergey Kozlov  (was: Alexey Kuznetsov)

I merged refactored examples into ignite-1.5.
Please check.

> Refactor Examples: move all data classes to package "model".
> 
>
> Key: IGNITE-2018
> URL: https://issues.apache.org/jira/browse/IGNITE-2018
> Project: Ignite
>  Issue Type: Bug
>  Components: general
>Affects Versions: 1.5
>Reporter: Alexey Kuznetsov
>Assignee: Sergey Kozlov
> Fix For: 1.5
>
>
> We have a lot almost the same inner classes like Person, Organization in 
> different examples.
> Need to have one place with data classes for all java and scala examples.



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


[jira] [Commented] (IGNITE-2019) schema import utility failed to start on Mac OS X EI Capitan

2015-11-27 Thread Pavel Konstantinov (JIRA)

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

Pavel Konstantinov commented on IGNITE-2019:


I was able to start on Java 8 but font is broken
Please see attachment

> schema import utility failed to start on Mac OS X EI Capitan
> 
>
> Key: IGNITE-2019
> URL: https://issues.apache.org/jira/browse/IGNITE-2019
> Project: Ignite
>  Issue Type: Bug
>Reporter: Pavel Konstantinov
>Assignee: Alexey Kuznetsov
>Priority: Critical
> Fix For: 1.5
>
> Attachments: Снимок экрана 2015-11-27 в 20.41.04.png
>
>
> {code}
> /Users/kope/Downloads/gridgain-enterprise-fabric-7.5.0/bin/ignite-schema-import.sh
>  ; exit;
> kope-mac:~ kope$ 
> /Users/kope/Downloads/gridgain-enterprise-fabric-7.5.0/bin/ignite-schema-import.sh
>  ; exit;
> Exception in Application start method
> Exception in Application stop method
> Exception in thread "main" java.lang.RuntimeException: Exception in 
> Application start method
>   at 
> com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:403)
>   at 
> com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:47)
>   at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:115)
>   at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.ExceptionInInitializerError
>   at javafx.scene.control.TableColumn.impl_setWidth(TableColumn.java:1259)
>   at javafx.scene.control.TableColumn$7.invalidated(TableColumn.java:763)
>   at 
> javafx.beans.property.DoublePropertyBase.markInvalid(DoublePropertyBase.java:129)
>   at 
> javafx.beans.property.DoublePropertyBase.set(DoublePropertyBase.java:163)
>   at javafx.scene.control.TableColumn.setMinWidth(TableColumn.java:749)
>   at org.apache.ignite.schema.ui.Controls.tableColumn(Controls.java:437)
>   at org.apache.ignite.schema.ui.Controls.customColumn(Controls.java:472)
>   at 
> org.apache.ignite.schema.ui.SchemaImportApp.createGeneratePane(SchemaImportApp.java:1033)
>   at 
> org.apache.ignite.schema.ui.SchemaImportApp.start(SchemaImportApp.java:1590)
>   at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:319)
>   at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:219)
>   at 
> com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
>   at 
> com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
>   at 
> com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
> Caused by: java.lang.NullPointerException
>   at 
> com.sun.t2k.MacFontFinder.initPSFontNameToPathMap(MacFontFinder.java:339)
>   at 
> com.sun.t2k.MacFontFinder.getFontNamesOfFontFamily(MacFontFinder.java:390)
>   at com.sun.t2k.T2KFontFactory.getFontResource(T2KFontFactory.java:233)
>   at com.sun.t2k.LogicalFont.getSlot0Resource(LogicalFont.java:184)
>   at com.sun.t2k.LogicalFont.getSlotResource(LogicalFont.java:228)
>   at com.sun.t2k.CompositeStrike.getStrikeSlot(CompositeStrike.java:86)
>   at com.sun.t2k.CompositeStrike.getMetrics(CompositeStrike.java:132)
>   at 
> com.sun.javafx.font.PrismFontUtils.getFontMetrics(PrismFontUtils.java:31)
>   at 
> com.sun.javafx.font.PrismFontLoader.getFontMetrics(PrismFontLoader.java:466)
>   at javafx.scene.text.Text.(Text.java:153)
>   at com.sun.javafx.scene.control.skin.Utils.(Utils.java:52)
>   ... 16 more
> {code}
> {code}
> kope-mac:~ kope$ java -version
> java version "1.7.0_67"
> Java(TM) SE Runtime Environment (build 1.7.0_67-b01)
> Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)
> {code}



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


[jira] [Updated] (IGNITE-2019) schema import utility failed to start on Mac OS X EI Capitan

2015-11-27 Thread Pavel Konstantinov (JIRA)

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

Pavel Konstantinov updated IGNITE-2019:
---
Attachment: Снимок экрана 2015-11-27 в 20.41.04.png

> schema import utility failed to start on Mac OS X EI Capitan
> 
>
> Key: IGNITE-2019
> URL: https://issues.apache.org/jira/browse/IGNITE-2019
> Project: Ignite
>  Issue Type: Bug
>Reporter: Pavel Konstantinov
>Assignee: Alexey Kuznetsov
>Priority: Critical
> Fix For: 1.5
>
> Attachments: Снимок экрана 2015-11-27 в 20.41.04.png
>
>
> {code}
> /Users/kope/Downloads/gridgain-enterprise-fabric-7.5.0/bin/ignite-schema-import.sh
>  ; exit;
> kope-mac:~ kope$ 
> /Users/kope/Downloads/gridgain-enterprise-fabric-7.5.0/bin/ignite-schema-import.sh
>  ; exit;
> Exception in Application start method
> Exception in Application stop method
> Exception in thread "main" java.lang.RuntimeException: Exception in 
> Application start method
>   at 
> com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:403)
>   at 
> com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:47)
>   at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:115)
>   at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.ExceptionInInitializerError
>   at javafx.scene.control.TableColumn.impl_setWidth(TableColumn.java:1259)
>   at javafx.scene.control.TableColumn$7.invalidated(TableColumn.java:763)
>   at 
> javafx.beans.property.DoublePropertyBase.markInvalid(DoublePropertyBase.java:129)
>   at 
> javafx.beans.property.DoublePropertyBase.set(DoublePropertyBase.java:163)
>   at javafx.scene.control.TableColumn.setMinWidth(TableColumn.java:749)
>   at org.apache.ignite.schema.ui.Controls.tableColumn(Controls.java:437)
>   at org.apache.ignite.schema.ui.Controls.customColumn(Controls.java:472)
>   at 
> org.apache.ignite.schema.ui.SchemaImportApp.createGeneratePane(SchemaImportApp.java:1033)
>   at 
> org.apache.ignite.schema.ui.SchemaImportApp.start(SchemaImportApp.java:1590)
>   at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:319)
>   at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:219)
>   at 
> com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
>   at 
> com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
>   at 
> com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
> Caused by: java.lang.NullPointerException
>   at 
> com.sun.t2k.MacFontFinder.initPSFontNameToPathMap(MacFontFinder.java:339)
>   at 
> com.sun.t2k.MacFontFinder.getFontNamesOfFontFamily(MacFontFinder.java:390)
>   at com.sun.t2k.T2KFontFactory.getFontResource(T2KFontFactory.java:233)
>   at com.sun.t2k.LogicalFont.getSlot0Resource(LogicalFont.java:184)
>   at com.sun.t2k.LogicalFont.getSlotResource(LogicalFont.java:228)
>   at com.sun.t2k.CompositeStrike.getStrikeSlot(CompositeStrike.java:86)
>   at com.sun.t2k.CompositeStrike.getMetrics(CompositeStrike.java:132)
>   at 
> com.sun.javafx.font.PrismFontUtils.getFontMetrics(PrismFontUtils.java:31)
>   at 
> com.sun.javafx.font.PrismFontLoader.getFontMetrics(PrismFontLoader.java:466)
>   at javafx.scene.text.Text.(Text.java:153)
>   at com.sun.javafx.scene.control.skin.Utils.(Utils.java:52)
>   ... 16 more
> {code}
> {code}
> kope-mac:~ kope$ java -version
> java version "1.7.0_67"
> Java(TM) SE Runtime Environment (build 1.7.0_67-b01)
> Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)
> {code}



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


[jira] [Resolved] (IGNITE-1978) Emplement build task to development and production version

2015-11-27 Thread Dmitriyff (JIRA)

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

Dmitriyff resolved IGNITE-1978.
---
Resolution: Fixed
  Assignee: Andrey Novikov  (was: Dmitriyff)

merge changes with ignite-1936
link for patch
https://github.com/apache/ignite/pull/266.patch

> Emplement build task to development and production version
> --
>
> Key: IGNITE-1978
> URL: https://issues.apache.org/jira/browse/IGNITE-1978
> Project: Ignite
>  Issue Type: Sub-task
>  Components: wizards
>Reporter: Dmitriyff
>Assignee: Andrey Novikov
> Fix For: 1.5
>
>




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


[jira] [Updated] (IGNITE-2019) schema import utility failed to start on Mac OS X EI Capitan

2015-11-27 Thread Pavel Konstantinov (JIRA)

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

Pavel Konstantinov updated IGNITE-2019:
---
Attachment: (was: Снимок экрана 2015-11-27 в 20.41.04.png)

> schema import utility failed to start on Mac OS X EI Capitan
> 
>
> Key: IGNITE-2019
> URL: https://issues.apache.org/jira/browse/IGNITE-2019
> Project: Ignite
>  Issue Type: Bug
>Reporter: Pavel Konstantinov
>Assignee: Alexey Kuznetsov
>Priority: Critical
> Fix For: 1.5
>
>
> {code}
> /Users/kope/Downloads/gridgain-enterprise-fabric-7.5.0/bin/ignite-schema-import.sh
>  ; exit;
> kope-mac:~ kope$ 
> /Users/kope/Downloads/gridgain-enterprise-fabric-7.5.0/bin/ignite-schema-import.sh
>  ; exit;
> Exception in Application start method
> Exception in Application stop method
> Exception in thread "main" java.lang.RuntimeException: Exception in 
> Application start method
>   at 
> com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:403)
>   at 
> com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:47)
>   at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:115)
>   at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.ExceptionInInitializerError
>   at javafx.scene.control.TableColumn.impl_setWidth(TableColumn.java:1259)
>   at javafx.scene.control.TableColumn$7.invalidated(TableColumn.java:763)
>   at 
> javafx.beans.property.DoublePropertyBase.markInvalid(DoublePropertyBase.java:129)
>   at 
> javafx.beans.property.DoublePropertyBase.set(DoublePropertyBase.java:163)
>   at javafx.scene.control.TableColumn.setMinWidth(TableColumn.java:749)
>   at org.apache.ignite.schema.ui.Controls.tableColumn(Controls.java:437)
>   at org.apache.ignite.schema.ui.Controls.customColumn(Controls.java:472)
>   at 
> org.apache.ignite.schema.ui.SchemaImportApp.createGeneratePane(SchemaImportApp.java:1033)
>   at 
> org.apache.ignite.schema.ui.SchemaImportApp.start(SchemaImportApp.java:1590)
>   at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:319)
>   at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:219)
>   at 
> com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
>   at 
> com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
>   at 
> com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
> Caused by: java.lang.NullPointerException
>   at 
> com.sun.t2k.MacFontFinder.initPSFontNameToPathMap(MacFontFinder.java:339)
>   at 
> com.sun.t2k.MacFontFinder.getFontNamesOfFontFamily(MacFontFinder.java:390)
>   at com.sun.t2k.T2KFontFactory.getFontResource(T2KFontFactory.java:233)
>   at com.sun.t2k.LogicalFont.getSlot0Resource(LogicalFont.java:184)
>   at com.sun.t2k.LogicalFont.getSlotResource(LogicalFont.java:228)
>   at com.sun.t2k.CompositeStrike.getStrikeSlot(CompositeStrike.java:86)
>   at com.sun.t2k.CompositeStrike.getMetrics(CompositeStrike.java:132)
>   at 
> com.sun.javafx.font.PrismFontUtils.getFontMetrics(PrismFontUtils.java:31)
>   at 
> com.sun.javafx.font.PrismFontLoader.getFontMetrics(PrismFontLoader.java:466)
>   at javafx.scene.text.Text.(Text.java:153)
>   at com.sun.javafx.scene.control.skin.Utils.(Utils.java:52)
>   ... 16 more
> {code}
> {code}
> kope-mac:~ kope$ java -version
> java version "1.7.0_67"
> Java(TM) SE Runtime Environment (build 1.7.0_67-b01)
> Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)
> {code}



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


[jira] [Updated] (IGNITE-2019) schema import utility failed to start on Mac OS X EI Capitan

2015-11-27 Thread Pavel Konstantinov (JIRA)

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

Pavel Konstantinov updated IGNITE-2019:
---
Attachment: screenshot.png

> schema import utility failed to start on Mac OS X EI Capitan
> 
>
> Key: IGNITE-2019
> URL: https://issues.apache.org/jira/browse/IGNITE-2019
> Project: Ignite
>  Issue Type: Bug
>Reporter: Pavel Konstantinov
>Assignee: Alexey Kuznetsov
>Priority: Critical
> Fix For: 1.5
>
> Attachments: screenshot.png
>
>
> {code}
> /Users/kope/Downloads/gridgain-enterprise-fabric-7.5.0/bin/ignite-schema-import.sh
>  ; exit;
> kope-mac:~ kope$ 
> /Users/kope/Downloads/gridgain-enterprise-fabric-7.5.0/bin/ignite-schema-import.sh
>  ; exit;
> Exception in Application start method
> Exception in Application stop method
> Exception in thread "main" java.lang.RuntimeException: Exception in 
> Application start method
>   at 
> com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:403)
>   at 
> com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:47)
>   at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:115)
>   at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.ExceptionInInitializerError
>   at javafx.scene.control.TableColumn.impl_setWidth(TableColumn.java:1259)
>   at javafx.scene.control.TableColumn$7.invalidated(TableColumn.java:763)
>   at 
> javafx.beans.property.DoublePropertyBase.markInvalid(DoublePropertyBase.java:129)
>   at 
> javafx.beans.property.DoublePropertyBase.set(DoublePropertyBase.java:163)
>   at javafx.scene.control.TableColumn.setMinWidth(TableColumn.java:749)
>   at org.apache.ignite.schema.ui.Controls.tableColumn(Controls.java:437)
>   at org.apache.ignite.schema.ui.Controls.customColumn(Controls.java:472)
>   at 
> org.apache.ignite.schema.ui.SchemaImportApp.createGeneratePane(SchemaImportApp.java:1033)
>   at 
> org.apache.ignite.schema.ui.SchemaImportApp.start(SchemaImportApp.java:1590)
>   at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:319)
>   at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:219)
>   at 
> com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
>   at 
> com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
>   at 
> com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
> Caused by: java.lang.NullPointerException
>   at 
> com.sun.t2k.MacFontFinder.initPSFontNameToPathMap(MacFontFinder.java:339)
>   at 
> com.sun.t2k.MacFontFinder.getFontNamesOfFontFamily(MacFontFinder.java:390)
>   at com.sun.t2k.T2KFontFactory.getFontResource(T2KFontFactory.java:233)
>   at com.sun.t2k.LogicalFont.getSlot0Resource(LogicalFont.java:184)
>   at com.sun.t2k.LogicalFont.getSlotResource(LogicalFont.java:228)
>   at com.sun.t2k.CompositeStrike.getStrikeSlot(CompositeStrike.java:86)
>   at com.sun.t2k.CompositeStrike.getMetrics(CompositeStrike.java:132)
>   at 
> com.sun.javafx.font.PrismFontUtils.getFontMetrics(PrismFontUtils.java:31)
>   at 
> com.sun.javafx.font.PrismFontLoader.getFontMetrics(PrismFontLoader.java:466)
>   at javafx.scene.text.Text.(Text.java:153)
>   at com.sun.javafx.scene.control.skin.Utils.(Utils.java:52)
>   ... 16 more
> {code}
> {code}
> kope-mac:~ kope$ java -version
> java version "1.7.0_67"
> Java(TM) SE Runtime Environment (build 1.7.0_67-b01)
> Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)
> {code}



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


[jira] [Closed] (IGNITE-2009) Cached prepared SQL statement causes IgniteKernal leak.

2015-11-27 Thread Vladimir Ozerov (JIRA)

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

Vladimir Ozerov closed IGNITE-2009.
---

> Cached prepared SQL statement causes IgniteKernal leak.
> ---
>
> Key: IGNITE-2009
> URL: https://issues.apache.org/jira/browse/IGNITE-2009
> Project: Ignite
>  Issue Type: Task
>  Components: cache, interop
>Affects Versions: ignite-1.4
>Reporter: Vladimir Ozerov
>Assignee: Vladimir Ozerov
>Priority: Blocker
> Fix For: 1.5
>
>
> Problem: when query is executed, it is cache in thread-local in 
> parsed/prepared form. It has reacheable reference to IgniteKernal. As a 
> result IgniteKernal cannot be collected until the thread dies. If this thread 
> is from a pool, it could be a real leak.
> Can we employ WeakReferences here?



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


[jira] [Resolved] (IGNITE-2009) Cached prepared SQL statement causes IgniteKernal leak.

2015-11-27 Thread Vladimir Ozerov (JIRA)

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

Vladimir Ozerov resolved IGNITE-2009.
-
Resolution: Fixed

> Cached prepared SQL statement causes IgniteKernal leak.
> ---
>
> Key: IGNITE-2009
> URL: https://issues.apache.org/jira/browse/IGNITE-2009
> Project: Ignite
>  Issue Type: Task
>  Components: cache, interop
>Affects Versions: ignite-1.4
>Reporter: Vladimir Ozerov
>Assignee: Vladimir Ozerov
>Priority: Blocker
> Fix For: 1.5
>
>
> Problem: when query is executed, it is cache in thread-local in 
> parsed/prepared form. It has reacheable reference to IgniteKernal. As a 
> result IgniteKernal cannot be collected until the thread dies. If this thread 
> is from a pool, it could be a real leak.
> Can we employ WeakReferences here?



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


[jira] [Commented] (IGNITE-1786) Need to implement ODBC driver for Ignite

2015-11-27 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on IGNITE-1786:


GitHub user isapego opened a pull request:

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

IGNITE-1786: Implementation of ODBC driver for Ignite.



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

$ git pull https://github.com/isapego/ignite ignite-1786

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

https://github.com/apache/ignite/pull/273.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 #273


commit c2b5498305d3f52b519badef09b02d8988732f55
Author: isapego 
Date:   2015-10-27T15:25:57Z

Stub for the ODBC driver

commit 86104c83b96baef02bbfba7a299b9a30b9d19bef
Author: isapego 
Date:   2015-11-05T15:00:10Z

IGNITE-1786: C++ Socket client and Java ODBC server are implemented.

commit 902da57e7072588975dc7df21601d256465051cb
Author: isapego 
Date:   2015-11-09T12:54:03Z

IGNTIE-1786: OdbcConfiguration for Java implemented

commit f3f41441adab7a9923d9c09e7fdd2d3baa451d43
Author: isapego 
Date:   2015-11-10T12:51:13Z

IGNITE-1786: Prepared for merge

commit 22a79801c8790aebded7c565660b2550be4d270d
Author: isapego 
Date:   2015-11-10T12:59:25Z

Merge branch 'ignite-1282' into ignite-1786

commit 63054169ac3bf48e2228ed356574cc4974db4415
Author: isapego 
Date:   2015-11-10T13:37:53Z

IGNITE-1786: move binary to separate library

commit 6f279dd0c379104bb36636b1672a42af6314d641
Author: isapego 
Date:   2015-11-10T15:36:54Z

IGNITE-1786: common and binary libs can be built now

commit 92d3c7f1c40b8a3a2d7497dafda5461a74d51efd
Author: isapego 
Date:   2015-11-10T16:14:11Z

IGNITE-1786: Can be built for Windows.

commit f8845c55c4bc423a407ead5b878b2b4e81c0a901
Author: isapego 
Date:   2015-11-10T16:55:44Z

IGNITE-1786: Statement stub

commit cf2dcf9598f92490579a683c145b63429180e8da
Author: isapego 
Date:   2015-11-11T10:41:47Z

IGNITE-1786: DSN Config implemented.

commit 7e7ef9538804da91159dedfceedff8ccee87be4e
Author: isapego 
Date:   2015-11-11T14:49:12Z

IGNITE-1786: ApplicationDataBuffer and SQLBindCol are implemented.

commit 28aaeec132b8392679cf8d65d227a2c1e08a4f8f
Author: isapego 
Date:   2015-11-11T16:46:20Z

IGNITE-1786: Query sending implemented

commit 4385f5e572508b627db5fec1210b84776b2dc331
Author: isapego 
Date:   2015-11-11T17:02:42Z

IGNITE-1786: Added protocol header stub.

commit 52b8b08621c0150eb9ac5571801e2e5d928eba6c
Author: isapego 
Date:   2015-11-11T17:45:20Z

IGNITE-1786: Message receiving implemented

commit 70b180de82c9cd7eb2181184033355269a9bf09f
Author: isapego 
Date:   2015-11-11T18:07:33Z

IGNITE-1786: Implemented query sending and response receiving for driver.

commit e2c2b83e203093977da5f27c913965a908a646a1
Author: isapego 
Date:   2015-11-12T10:56:30Z

IGNITE-1786: GridOdbcParser implemented.
Prepared to move ODBC functionality to separate processor.

commit 69557c2b92774ea695ec8c64b6eb5692df4e35f4
Author: isapego 
Date:   2015-11-12T17:34:28Z

IGNITE-1786: Implemented GridOdbcProcessor.

commit e04f1a571985e8fbf090e96a0ebdb0184ef7894d
Author: isapego 
Date:   2015-11-13T14:23:54Z

IGNITE-1786: Implmented query processing.

commit 89488cad7d294828e7809050f07fb9ac159984c8
Author: isapego 
Date:   2015-11-16T15:55:30Z

IGNITE-1786: Refactored OBDC request handling.

commit 0032c12149f9e17ea36b573271766c2ed4ffd1ae
Author: isapego 
Date:   2015-11-16T16:01:51Z

IGNITE-1786: Some refactoring and preparations for fetching.

commit 75ae5a03dcd9554c88051171a0bb8b89b8b1ae05
Author: isapego 
Date:   2015-11-16T16:23:26Z

IGNITE-1786: License header added to new files.

commit a9202b6a2adea238ca6881d6f30534634a390aaa
Author: isapego 
Date:   2015-11-16T18:08:34Z

IGNITE-1786: ODBC parser refactored.

commit 40442fad1fbf81d41968ce02afd8caef7b780b1e
Author: isapego 
Date:   2015-11-16T18:20:43Z

IGNITE-1786: Query processing result serialisation added.

commit fef62e3f0ae156b0c0b9b69cd51f0ed42e1cd7ca
Author: isapego 
Date:   2015-11-17T15:41:13Z

IGNITE-1786: Message parser implemented for driver.

commit 866fecd986ebe6fb1b5d9c497feb8131e23c9867
Author: isapego 
Date:   2015-11-19T10:58:41Z

IGNITE-1786: Info responses implemented

commit e18cd8a0ec11b1e34f6cf114d4d12670aa103a47
Author: isapego 
Date:   2015-11-20T15:58:28Z

IGNITE-1786: Implemented metadata retriving

commit 5ac7772c45f82f96707dec380d2a9e4ddd840ebb
Author: isapego 
Date:   2015-11-23T12:57:09Z

IGNITE-1786: Close and unbind implemented for statement

commit 651a01546f01c32f03632adfe3b4d9a67209337a
Author: isapego 
Date:   2015-11-23T18:20:37Z

IGNITE-1786: Fixed signatures of some API functions.
  

[jira] [Created] (IGNITE-2020) [Test failed] GridProjectionLocalJobMultipleArgumentsSelfTest cain fail sometimes

2015-11-27 Thread Andrey Gura (JIRA)
Andrey Gura created IGNITE-2020:
---

 Summary: [Test failed] 
GridProjectionLocalJobMultipleArgumentsSelfTest cain fail sometimes
 Key: IGNITE-2020
 URL: https://issues.apache.org/jira/browse/IGNITE-2020
 Project: Ignite
  Issue Type: Test
Reporter: Andrey Gura
Assignee: Andrey Gura
 Fix For: 1.5


Test from {{GridProjectionLocalJobMultipleArgumentsSelfTest}} class can fail 
because collisions of {{ids}} happen due to  {{System.identityHashCode}} method 
invocation.

{noformat}
junit.framework.AssertionFailedError: expected:<3> but was:<2>
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.failNotEquals(Assert.java:329)
at junit.framework.Assert.assertEquals(Assert.java:78)
at junit.framework.Assert.assertEquals(Assert.java:234)
at junit.framework.Assert.assertEquals(Assert.java:241)
at junit.framework.TestCase.assertEquals(TestCase.java:409)
at 
org.apache.ignite.internal.GridProjectionLocalJobMultipleArgumentsSelfTest.testCallWithProducer(GridProjectionLocalJobMultipleArgumentsSelfTest.java:154)
{noformat}



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


[jira] [Closed] (IGNITE-2017) Platforms: Add root-level readme

2015-11-27 Thread Vasilisa Sidorova (JIRA)

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

Vasilisa  Sidorova closed IGNITE-2017.
--
Assignee: (was: Vasilisa  Sidorova)

Fix verified for Apache Ignite 1.5.0 build #93

> Platforms: Add root-level readme
> 
>
> Key: IGNITE-2017
> URL: https://issues.apache.org/jira/browse/IGNITE-2017
> Project: Ignite
>  Issue Type: Task
>  Components: interop
>Affects Versions: ignite-1.4
>Reporter: Vladimir Ozerov
>Priority: Critical
> Fix For: 1.5
>
>




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


[jira] [Updated] (IGNITE-530) Implement IgniteTwitterStreamer to stream data from Twitter feeds

2015-11-27 Thread JIRA

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

Raúl Kripalani updated IGNITE-530:
--
Fix Version/s: 1.5

> Implement IgniteTwitterStreamer to stream data from Twitter feeds
> -
>
> Key: IGNITE-530
> URL: https://issues.apache.org/jira/browse/IGNITE-530
> Project: Ignite
>  Issue Type: Sub-task
>  Components: streaming
>Reporter: Dmitriy Setrakyan
>Assignee: Lalit Kumar Jha
> Fix For: 1.5
>
>
> We have {{IgniteDataStreamer}} which is used to load data into Ignite under 
> high load. It was previously named {{IgniteDataLoader}}, see ticket 
> IGNITE-394.
> We should create {{IgniteTwitterStreamer}} which will consume messages from 
> Twitter and stream them into Ignite caches.
> More details to follow, but to the least we should be able to:
> * Convert Twitter data to Ignite data using an optional pluggable converter.
> * Specify the cache name for the Ignite cache to load data into.
> * Specify other flags available on {{IgniteDataStreamer}} class.



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


[jira] [Updated] (IGNITE-10) Fix ignite components [de]serialization

2015-11-27 Thread Yakov Zhdanov (JIRA)

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

Yakov Zhdanov updated IGNITE-10:

Fix Version/s: 1.6

> Fix ignite components [de]serialization
> ---
>
> Key: IGNITE-10
> URL: https://issues.apache.org/jira/browse/IGNITE-10
> Project: Ignite
>  Issue Type: Task
>  Components: general
>Reporter: Yakov Zhdanov
>Assignee: Vladimir Ershov
>  Labels: Muted_test
> Fix For: 1.6
>
>
> Current solution: serialize grid name, then find comp by name on peer.
> Current solution not working: in our internal unit tests, in distributed 
> topology when user gives different names to nodes 
> New solution: each grid thread should know its node. So, on deserialization 
> we cast thread to e.g. IgniteThread and take its holding component from it. 
> If it is not IgniteThread then exception should be thrown since it is anyway 
> impossible to deserialize component outside of context.
> Suggestion from IGNITE-553:
> As we moving to java8 lambdas, it is impossible to use 
> @IgniteInstanceResource in lambdas. As a result, single-jvm ping-pong test 
> does not work.
> Suggested fix:
> Introduce a static thread-local field which will be set before processing a 
> message and will be nullified after message is processed. IgniteKernal should 
> check this thread-local in readResolve and return this instance.



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


[jira] [Assigned] (IGNITE-530) Implement IgniteTwitterStreamer to stream data from Twitter feeds

2015-11-27 Thread JIRA

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

Raúl Kripalani reassigned IGNITE-530:
-

Assignee: Anton Vinogradov  (was: Lalit Kumar Jha)

Anton,

Could you please fix {{IgniteTwitterStreamerTestSuite}}, as it does not adhere 
to test suite conventions in Ignite?

Raúl.

> Implement IgniteTwitterStreamer to stream data from Twitter feeds
> -
>
> Key: IGNITE-530
> URL: https://issues.apache.org/jira/browse/IGNITE-530
> Project: Ignite
>  Issue Type: Sub-task
>  Components: streaming
>Reporter: Dmitriy Setrakyan
>Assignee: Anton Vinogradov
> Fix For: 1.5
>
>
> We have {{IgniteDataStreamer}} which is used to load data into Ignite under 
> high load. It was previously named {{IgniteDataLoader}}, see ticket 
> IGNITE-394.
> We should create {{IgniteTwitterStreamer}} which will consume messages from 
> Twitter and stream them into Ignite caches.
> More details to follow, but to the least we should be able to:
> * Convert Twitter data to Ignite data using an optional pluggable converter.
> * Specify the cache name for the Ignite cache to load data into.
> * Specify other flags available on {{IgniteDataStreamer}} class.



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


[jira] [Closed] (IGNITE-1700) IgniteQueueExample fails with "org.apache.ignite.internal.portable.PortableObjectImpl incompatible with org.apache.ignite.internal.processors.datastructures.GridCacheQueu

2015-11-27 Thread Vasilisa Sidorova (JIRA)

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

Vasilisa  Sidorova closed IGNITE-1700.
--
Assignee: (was: Vasilisa  Sidorova)

> IgniteQueueExample fails with 
> "org.apache.ignite.internal.portable.PortableObjectImpl incompatible with 
> org.apache.ignite.internal.processors.datastructures.GridCacheQueueHeader" 
> exception when it's running with portableMarshaller
> --
>
> Key: IGNITE-1700
> URL: https://issues.apache.org/jira/browse/IGNITE-1700
> Project: Ignite
>  Issue Type: Bug
>  Components: general
>Affects Versions: 1.5
> Environment: Ubuntu 14.04, 1.5.0 build #319
>Reporter: Vasilisa  Sidorova
> Fix For: 1.5
>
>
> -
> DESCRIPTION
> -
> When default optimizedMarshaller is changed into portableMarshaller in 
> example-ignite.xml then IgniteQueueExample is failed with this config 
> -
> STEPS FOR REPRODUCE
> -
> 1. Build examples project in IDE
> 2.In the example-ignite.xml change property from:
> 
>  class="org.apache.ignite.marshaller.optimized.OptimizedMarshaller"> -->
> 
>  ACTUAL RESULT
> -
> Example is failed with exception:
> {noformat}
> Exception in thread "main" javax.cache.processor.EntryProcessorException: 
> java.lang.ClassCastException: 
> org.apache.ignite.internal.portable.PortableObjectImpl incompatible with 
> org.apache.ignite.internal.processors.datastructures.GridCacheQueueHeader
>   at 
> org.apache.ignite.internal.processors.cache.CacheInvokeResult.get(CacheInvokeResult.java:88)
>   at 
> org.apache.ignite.internal.processors.datastructures.GridAtomicCacheQueueImpl.transformHeader(GridAtomicCacheQueueImpl.java:246)
>   at 
> org.apache.ignite.internal.processors.datastructures.GridAtomicCacheQueueImpl.offer(GridAtomicCacheQueueImpl.java:52)
>   at 
> org.apache.ignite.internal.processors.datastructures.GridCacheQueueAdapter.put(GridCacheQueueAdapter.java:226)
>   at 
> org.apache.ignite.internal.processors.datastructures.GridCacheQueueProxy.put(GridCacheQueueProxy.java:598)
>   at 
> org.apache.ignite.examples.datastructures.IgniteQueueExample.initializeQueue(IgniteQueueExample.java:93)
>   at 
> org.apache.ignite.examples.datastructures.IgniteQueueExample.main(IgniteQueueExample.java:62)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:95)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)
>   at java.lang.reflect.Method.invoke(Method.java:620)
>   at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134)
> Caused by: java.lang.ClassCastException: 
> org.apache.ignite.internal.portable.PortableObjectImpl incompatible with 
> org.apache.ignite.internal.processors.datastructures.GridCacheQueueHeader
>   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>   at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:86)
>   at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:58)
>   at java.lang.reflect.Constructor.newInstance(Constructor.java:542)
>   at 
> org.apache.ignite.internal.portable.PortableClassDescriptor.newInstance(PortableClassDescriptor.java:686)
>   at 
> org.apache.ignite.internal.portable.PortableClassDescriptor.read(PortableClassDescriptor.java:609)
>   at 
> org.apache.ignite.internal.portable.PortableReaderExImpl.deserialize(PortableReaderExImpl.java:2160)
>   at 
> org.apache.ignite.internal.portable.GridPortableMarshaller.deserialize(GridPortableMarshaller.java:274)
>   at 
> org.apache.ignite.internal.portable.api.PortableMarshaller.unmarshal(PortableMarshaller.java:328)
>   at 
> org.apache.ignite.internal.processors.cache.CacheInvokeDirectResult.finishUnmarshal(CacheInvokeDirectResult.java:123)
>   at 
> org.apache.ignite.internal.processors.cache.GridCacheReturn.finishUnmarshal(GridCacheReturn.java:321)
>   at 
> org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateResponse.finishUnmarshal(GridNearAtomicUpdateResponse.java:427)
>   at 
> org.apache.ignite.internal.processors.cache.GridCacheIoManager.unmarshall(GridCacheIoManager.java:961)
>   at 
> org

[jira] [Resolved] (IGNITE-1700) IgniteQueueExample fails with "org.apache.ignite.internal.portable.PortableObjectImpl incompatible with org.apache.ignite.internal.processors.datastructures.GridCacheQu

2015-11-27 Thread Vasilisa Sidorova (JIRA)

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

Vasilisa  Sidorova resolved IGNITE-1700.

Resolution: Fixed

Fix verified for Apache Ignite 1.5.0 build #93 (now Portable Marshaller is 
default Binary Marshaller)

> IgniteQueueExample fails with 
> "org.apache.ignite.internal.portable.PortableObjectImpl incompatible with 
> org.apache.ignite.internal.processors.datastructures.GridCacheQueueHeader" 
> exception when it's running with portableMarshaller
> --
>
> Key: IGNITE-1700
> URL: https://issues.apache.org/jira/browse/IGNITE-1700
> Project: Ignite
>  Issue Type: Bug
>  Components: general
>Affects Versions: 1.5
> Environment: Ubuntu 14.04, 1.5.0 build #319
>Reporter: Vasilisa  Sidorova
>Assignee: Vasilisa  Sidorova
> Fix For: 1.5
>
>
> -
> DESCRIPTION
> -
> When default optimizedMarshaller is changed into portableMarshaller in 
> example-ignite.xml then IgniteQueueExample is failed with this config 
> -
> STEPS FOR REPRODUCE
> -
> 1. Build examples project in IDE
> 2.In the example-ignite.xml change property from:
> 
>  class="org.apache.ignite.marshaller.optimized.OptimizedMarshaller"> -->
> 
>  ACTUAL RESULT
> -
> Example is failed with exception:
> {noformat}
> Exception in thread "main" javax.cache.processor.EntryProcessorException: 
> java.lang.ClassCastException: 
> org.apache.ignite.internal.portable.PortableObjectImpl incompatible with 
> org.apache.ignite.internal.processors.datastructures.GridCacheQueueHeader
>   at 
> org.apache.ignite.internal.processors.cache.CacheInvokeResult.get(CacheInvokeResult.java:88)
>   at 
> org.apache.ignite.internal.processors.datastructures.GridAtomicCacheQueueImpl.transformHeader(GridAtomicCacheQueueImpl.java:246)
>   at 
> org.apache.ignite.internal.processors.datastructures.GridAtomicCacheQueueImpl.offer(GridAtomicCacheQueueImpl.java:52)
>   at 
> org.apache.ignite.internal.processors.datastructures.GridCacheQueueAdapter.put(GridCacheQueueAdapter.java:226)
>   at 
> org.apache.ignite.internal.processors.datastructures.GridCacheQueueProxy.put(GridCacheQueueProxy.java:598)
>   at 
> org.apache.ignite.examples.datastructures.IgniteQueueExample.initializeQueue(IgniteQueueExample.java:93)
>   at 
> org.apache.ignite.examples.datastructures.IgniteQueueExample.main(IgniteQueueExample.java:62)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:95)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)
>   at java.lang.reflect.Method.invoke(Method.java:620)
>   at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134)
> Caused by: java.lang.ClassCastException: 
> org.apache.ignite.internal.portable.PortableObjectImpl incompatible with 
> org.apache.ignite.internal.processors.datastructures.GridCacheQueueHeader
>   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>   at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:86)
>   at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:58)
>   at java.lang.reflect.Constructor.newInstance(Constructor.java:542)
>   at 
> org.apache.ignite.internal.portable.PortableClassDescriptor.newInstance(PortableClassDescriptor.java:686)
>   at 
> org.apache.ignite.internal.portable.PortableClassDescriptor.read(PortableClassDescriptor.java:609)
>   at 
> org.apache.ignite.internal.portable.PortableReaderExImpl.deserialize(PortableReaderExImpl.java:2160)
>   at 
> org.apache.ignite.internal.portable.GridPortableMarshaller.deserialize(GridPortableMarshaller.java:274)
>   at 
> org.apache.ignite.internal.portable.api.PortableMarshaller.unmarshal(PortableMarshaller.java:328)
>   at 
> org.apache.ignite.internal.processors.cache.CacheInvokeDirectResult.finishUnmarshal(CacheInvokeDirectResult.java:123)
>   at 
> org.apache.ignite.internal.processors.cache.GridCacheReturn.finishUnmarshal(GridCacheReturn.java:321)
>   at 
> org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateResponse.finishUnmarshal(GridNearAtomicUpdateResponse.java:427)
> 

[jira] [Created] (IGNITE-2021) CPP: Implement tests for ODBC driver.

2015-11-27 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-2021:
---

 Summary: CPP: Implement tests for ODBC driver.
 Key: IGNITE-2021
 URL: https://issues.apache.org/jira/browse/IGNITE-2021
 Project: Ignite
  Issue Type: Sub-task
  Components: interop
Reporter: Igor Sapego
Assignee: Igor Sapego
 Fix For: 1.6


Need to implement tests sub-project for ODBC driver.




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


[jira] [Updated] (IGNITE-2021) CPP: Create test project for ODBC driver.

2015-11-27 Thread Igor Sapego (JIRA)

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

Igor Sapego updated IGNITE-2021:

Summary: CPP: Create test project for ODBC driver.  (was: CPP: Implement 
tests for ODBC driver.)

> CPP: Create test project for ODBC driver.
> -
>
> Key: IGNITE-2021
> URL: https://issues.apache.org/jira/browse/IGNITE-2021
> Project: Ignite
>  Issue Type: Sub-task
>  Components: interop
>Reporter: Igor Sapego
>Assignee: Igor Sapego
> Fix For: 1.6
>
>
> Need to implement tests sub-project for ODBC driver.



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


[jira] [Created] (IGNITE-2022) CPP: Add local tests for ODBC driver.

2015-11-27 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-2022:
---

 Summary: CPP: Add local tests for ODBC driver.
 Key: IGNITE-2022
 URL: https://issues.apache.org/jira/browse/IGNITE-2022
 Project: Ignite
  Issue Type: Sub-task
  Components: interop
Reporter: Igor Sapego
Assignee: Igor Sapego
 Fix For: 1.6


Need to add tests for the components that can be tested locally, without 
establishing connection to a node. Here is the list of such a components:
1. Configuration.
2. ConnectionInfo.
3. Parser.
5. ApplicationDataBuffer.
4. Row.
6. Cursor.
7. Utility.



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


[jira] [Commented] (IGNITE-530) Implement IgniteTwitterStreamer to stream data from Twitter feeds

2015-11-27 Thread Anton Vinogradov (JIRA)

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

Anton Vinogradov commented on IGNITE-530:
-

Raul, 

Did you mean replace annotations with code?

> Implement IgniteTwitterStreamer to stream data from Twitter feeds
> -
>
> Key: IGNITE-530
> URL: https://issues.apache.org/jira/browse/IGNITE-530
> Project: Ignite
>  Issue Type: Sub-task
>  Components: streaming
>Reporter: Dmitriy Setrakyan
>Assignee: Anton Vinogradov
> Fix For: 1.5
>
>
> We have {{IgniteDataStreamer}} which is used to load data into Ignite under 
> high load. It was previously named {{IgniteDataLoader}}, see ticket 
> IGNITE-394.
> We should create {{IgniteTwitterStreamer}} which will consume messages from 
> Twitter and stream them into Ignite caches.
> More details to follow, but to the least we should be able to:
> * Convert Twitter data to Ignite data using an optional pluggable converter.
> * Specify the cache name for the Ignite cache to load data into.
> * Specify other flags available on {{IgniteDataStreamer}} class.



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


[jira] [Resolved] (IGNITE-1954) .Net: IIgnite.GetConfiguration

2015-11-27 Thread Pavel Tupitsyn (JIRA)

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

Pavel  Tupitsyn resolved IGNITE-1954.
-
Resolution: Done

> .Net: IIgnite.GetConfiguration
> --
>
> Key: IGNITE-1954
> URL: https://issues.apache.org/jira/browse/IGNITE-1954
> Project: Ignite
>  Issue Type: Sub-task
>  Components: interop
>Affects Versions: 1.1.4
>Reporter: Pavel  Tupitsyn
>Assignee: Pavel  Tupitsyn
> Fix For: 1.6
>
>
> Ability to obtain configuration of a running Ignite instance.
> See Ignite.configuration() in Java.



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


[jira] [Closed] (IGNITE-1954) .Net: IIgnite.GetConfiguration

2015-11-27 Thread Pavel Tupitsyn (JIRA)

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

Pavel  Tupitsyn closed IGNITE-1954.
---

> .Net: IIgnite.GetConfiguration
> --
>
> Key: IGNITE-1954
> URL: https://issues.apache.org/jira/browse/IGNITE-1954
> Project: Ignite
>  Issue Type: Sub-task
>  Components: interop
>Affects Versions: 1.1.4
>Reporter: Pavel  Tupitsyn
>Assignee: Pavel  Tupitsyn
> Fix For: 1.6
>
>
> Ability to obtain configuration of a running Ignite instance.
> See Ignite.configuration() in Java.



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


[jira] [Commented] (IGNITE-530) Implement IgniteTwitterStreamer to stream data from Twitter feeds

2015-11-27 Thread JIRA

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

Raúl Kripalani commented on IGNITE-530:
---

Yes.

> Implement IgniteTwitterStreamer to stream data from Twitter feeds
> -
>
> Key: IGNITE-530
> URL: https://issues.apache.org/jira/browse/IGNITE-530
> Project: Ignite
>  Issue Type: Sub-task
>  Components: streaming
>Reporter: Dmitriy Setrakyan
>Assignee: Anton Vinogradov
> Fix For: 1.5
>
>
> We have {{IgniteDataStreamer}} which is used to load data into Ignite under 
> high load. It was previously named {{IgniteDataLoader}}, see ticket 
> IGNITE-394.
> We should create {{IgniteTwitterStreamer}} which will consume messages from 
> Twitter and stream them into Ignite caches.
> More details to follow, but to the least we should be able to:
> * Convert Twitter data to Ignite data using an optional pluggable converter.
> * Specify the cache name for the Ignite cache to load data into.
> * Specify other flags available on {{IgniteDataStreamer}} class.



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


[jira] [Updated] (IGNITE-1685) BrokenBarrierException in test o.a.i.i.processors.cache.distributed.IgniteCacheClientNodeChangingTopologyTest.testAtomicClockPutAllMultinode

2015-11-27 Thread Semen Boikov (JIRA)

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

Semen Boikov updated IGNITE-1685:
-
Fix Version/s: (was: 1.5)
   1.6

> BrokenBarrierException in test 
> o.a.i.i.processors.cache.distributed.IgniteCacheClientNodeChangingTopologyTest.testAtomicClockPutAllMultinode
> 
>
> Key: IGNITE-1685
> URL: https://issues.apache.org/jira/browse/IGNITE-1685
> Project: Ignite
>  Issue Type: Test
>Reporter: Ivan Veselovsky
>Assignee: Semen Boikov
>Priority: Blocker
>  Labels: Muted_test
> Fix For: 1.6
>
>
> BrokenBarrierException followed by a hang up observed in "Ignite Cache 2" 
> build 
> http://94.72.60.102/viewLog.html?buildId=551330&buildTypeId=Ignite_IgniteCache2&tab=buildLog
> {code}
>  java.util.concurrent.BrokenBarrierException
>   at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:243)
>   at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:355)
>   at 
> org.apache.ignite.internal.processors.cache.distributed.IgniteCacheClientNodeChangingTopologyTest$14.call(IgniteCacheClientNodeChangingTopologyTest.java:1553)
> {code}



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


[jira] [Closed] (IGNITE-2020) [Test failed] GridProjectionLocalJobMultipleArgumentsSelfTest cain fail sometimes

2015-11-27 Thread Andrey Gura (JIRA)

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

Andrey Gura closed IGNITE-2020.
---

> [Test failed] GridProjectionLocalJobMultipleArgumentsSelfTest cain fail 
> sometimes
> -
>
> Key: IGNITE-2020
> URL: https://issues.apache.org/jira/browse/IGNITE-2020
> Project: Ignite
>  Issue Type: Test
>Reporter: Andrey Gura
> Fix For: 1.5
>
>
> Test from {{GridProjectionLocalJobMultipleArgumentsSelfTest}} class can fail 
> because collisions of {{ids}} happen due to  {{System.identityHashCode}} 
> method invocation.
> {noformat}
> junit.framework.AssertionFailedError: expected:<3> but was:<2>
> at junit.framework.Assert.fail(Assert.java:57)
> at junit.framework.Assert.failNotEquals(Assert.java:329)
> at junit.framework.Assert.assertEquals(Assert.java:78)
> at junit.framework.Assert.assertEquals(Assert.java:234)
> at junit.framework.Assert.assertEquals(Assert.java:241)
> at junit.framework.TestCase.assertEquals(TestCase.java:409)
> at 
> org.apache.ignite.internal.GridProjectionLocalJobMultipleArgumentsSelfTest.testCallWithProducer(GridProjectionLocalJobMultipleArgumentsSelfTest.java:154)
> {noformat}



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


[jira] [Closed] (IGNITE-1989) Update scala to 2.11 and spark to 1.5.2

2015-11-27 Thread Sergey Kozlov (JIRA)

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

Sergey Kozlov closed IGNITE-1989.
-

> Update scala to 2.11 and spark to 1.5.2
> ---
>
> Key: IGNITE-1989
> URL: https://issues.apache.org/jira/browse/IGNITE-1989
> Project: Ignite
>  Issue Type: Bug
>Affects Versions: 1.5
>Reporter: Alexey Kuznetsov
>Assignee: Sergey Kozlov
>Priority: Minor
> Fix For: 1.5
>
>
> Update dependencies in corresponding pom.xml



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


[jira] [Closed] (IGNITE-2018) Refactor Examples: move all data classes to package "model".

2015-11-27 Thread Sergey Kozlov (JIRA)

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

Sergey Kozlov closed IGNITE-2018.
-

> Refactor Examples: move all data classes to package "model".
> 
>
> Key: IGNITE-2018
> URL: https://issues.apache.org/jira/browse/IGNITE-2018
> Project: Ignite
>  Issue Type: Bug
>  Components: general
>Affects Versions: 1.5
>Reporter: Alexey Kuznetsov
>Assignee: Sergey Kozlov
> Fix For: 1.5
>
>
> We have a lot almost the same inner classes like Person, Organization in 
> different examples.
> Need to have one place with data classes for all java and scala examples.



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


[jira] [Commented] (IGNITE-1195) Released Ignite version 1.3.0 does not build with -Dhadoop.version=2.6.0

2015-11-27 Thread Konstantin Boudnik (JIRA)

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

Konstantin Boudnik commented on IGNITE-1195:


Sorry, what do you mean it is fixed? Was committed anywhere or you can not 
reproduce it anymore? 
Also, are you trying to build Ignite 1.3 with the latest versions of Hadoop? 
Sorry, I am confused about this, because I don't see this issue with Ignite 1.4 
nor 1.5 branch head...

> Released Ignite version 1.3.0 does not build with -Dhadoop.version=2.6.0
> 
>
> Key: IGNITE-1195
> URL: https://issues.apache.org/jira/browse/IGNITE-1195
> Project: Ignite
>  Issue Type: Bug
>Reporter: Ivan Veselovsky
>Assignee: Nikolay Tikhonov
> Fix For: 1.5
>
> Attachments: ignite-1195.patch
>
>
> Released version 1.3.0 
> (http://archive.apache.org/dist/incubator/ignite/1.3.0//apache-ignite-1.3.0-incubating-src.zip,
>  
> http://apache.osuosl.org/incubator/ignite/1.3.0//apache-ignite-1.3.0-incubating-src.zip)
>  does not build with argument 
> -Dhadoop.version=2.6.0  ( mvn clean package -DskipTests 
> -Dhadoop.version=2.6.0 -Dignite.edition=hadoop), 
> [ERROR] COMPILATION ERROR : 
> [INFO] -
> [ERROR] 
> /tmp/apache-ignite-1.3.0-incubating-src/modules/yarn/src/test/java/org/apache/ignite/yarn/IgniteApplicationMasterSelfTest.java:[368,9]
>  method does not override or implement a method from a supertype
> [INFO] 1 error 
> [INFO] -



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