[jira] [Updated] (IGNITE-1338) SQL engine doesn't convert query fields name in upper case before using
[ https://issues.apache.org/jira/browse/IGNITE-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Konstantinov updated IGNITE-1338: --- Priority: Trivial (was: Minor) > SQL engine doesn't convert query fields name in upper case before using > --- > > Key: IGNITE-1338 > URL: https://issues.apache.org/jira/browse/IGNITE-1338 > Project: Ignite > Issue Type: Bug > Components: SQL >Affects Versions: ignite-1.4 >Reporter: Pavel Konstantinov >Assignee: Sergi Vladykin >Priority: Trivial > Fix For: ignite-1.4 > > Attachments: test-cluster-2.xml > > > I'm played with Ignite control center and found this bug. > I'm attached example xml-file. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (IGNITE-1338) SQL engine doesn't convert query fields name in upper case before using
[ https://issues.apache.org/jira/browse/IGNITE-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Konstantinov updated IGNITE-1338: --- Description: Node can not be started if query fields name written in lower case and key fields with the same fields in upper case in cache type metadata. Please use attached configuration file for reproducing. {code} [14:30:28,526][SEVERE][main][IgniteKernal] Got exception while starting (will rollback startup routine). class org.apache.ignite.IgniteCheckedException: Failed to register query type: TypeDescriptor [name=org.apache.ignite.Comalgorithm, fields={APCSBJCODE=class java.math.BigDecimal, APCID=class java.math.BigDecimal, AGRSBJCODE=class java.math.BigDecimal, AGRID=class java.math.BigDecimal, DAOSBJCODE=class java.math.BigDecimal, DAOID=class java.math.BigDecimal, CTPSBJCODE=class java.math.BigDecimal, CTPID=class java.math.BigDecimal, apcsbjcode=class java.math.BigDecimal, apcid=class java.math.BigDecimal, algcode=class java.math.BigDecimal, algisversioned=class java.lang.Short, algtype=class java.lang.Integer, algcalcobjecttype=class java.lang.Integer, algclasspath=class java.lang.String, algcomment=class java.lang.String, algopendate=class java.sql.Date, algclosedate=class java.sql.Date, algentstatus=class java.lang.Integer, agrsbjcode=class java.math.BigDecimal, agrid=class java.math.BigDecimal, daosbjcode=class java.math.BigDecimal, daoid=class java.math.BigDecimal, ctpsbjcode=class java.math.BigDecimal, ctpid=class java.math.BigDecimal, algusefields=class java.lang.String}, indexes={FK1COMALGORITHM=IndexDescriptor [type=SORTED], FK3COMALGORITHM=IndexDescriptor [type=SORTED], FK4COMALGORITHM=IndexDescriptor [type=SORTED], SQL050208183448780=IndexDescriptor [type=SORTED]}, fullTextIdx=null, keyCls=class java.lang.Object, valCls=class java.lang.Object, valTextIdx=false, registered=false] at org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.registerType(IgniteH2Indexing.java:1058) at org.apache.ignite.internal.processors.query.GridQueryProcessor.initializeCache(GridQueryProcessor.java:194) at org.apache.ignite.internal.processors.query.GridQueryProcessor.onCacheStart(GridQueryProcessor.java:292) at org.apache.ignite.internal.processors.cache.GridCacheProcessor.startCache(GridCacheProcessor.java:1048) at org.apache.ignite.internal.processors.cache.GridCacheProcessor.onKernalStart(GridCacheProcessor.java:820) at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:963) at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1617) at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1484) at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:965) at org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:892) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:784) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:705) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:576) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:546) at org.apache.ignite.Ignition.start(Ignition.java:346) at org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartup.java:302) Caused by: org.h2.jdbc.JdbcSQLException: Повтор имени столбца "APCSBJCODE" Duplicate column name "APCSBJCODE"; SQL statement: CREATE TABLE "cache2".org_apache_ignite_Comalgorithm (_key OTHER NOT NULL,_val OTHER,APCSBJCODE DECIMAL,APCID DECIMAL,AGRSBJCODE DECIMAL,AGRID DECIMAL,DAOSBJCODE DECIMAL,DAOID DECIMAL,CTPSBJCODE DECIMAL,CTPID DECIMAL,apcsbjcode DECIMAL,apcid DECIMAL,algcode DECIMAL,algisversioned SMALLINT,algtype INT,algcalcobjecttype INT,algclasspath VARCHAR,algcomment VARCHAR,algopendate DATE,algclosedate DATE,algentstatus INT,agrsbjcode DECIMAL,agrid DECIMAL,daosbjcode DECIMAL,daoid DECIMAL,ctpsbjcode DECIMAL,ctpid DECIMAL,algusefields VARCHAR) engine "org.apache.ignite.internal.processors.query.h2.opt.GridH2Table$Engine" [42121-175] at org.h2.message.DbException.getJdbcSQLException(DbException.java:332) at org.h2.message.DbException.get(DbException.java:172) at org.h2.message.DbException.get(DbException.java:149) at org.h2.table.Table.setColumns(Table.java:394) at org.h2.table.TableBase.(TableBase.java:44) at org.apache.ignite.internal.processors.query.h2.opt.GridH2Table.(GridH2Table.java:90) at org.apache.ignite.internal.processors.query.h2.opt.GridH2Table$Engine.createTable(GridH2Table.java:618) at org.apache.ignite.internal.processors.query.h2.opt.GridH2Table$Engine.createTable(GridH2Table.java:602) at org.h2.schema.Schema.createTable(Schema.java:584) at org.h2.command.ddl.CreateTable.update(CreateTable.java
[jira] [Updated] (IGNITE-1338) SQL engine doesn't convert query fields name in upper case before using
[ https://issues.apache.org/jira/browse/IGNITE-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Kuznetsov updated IGNITE-1338: - Description: Node can not be started if query fields name written in **lower case** and key fields with the **same** fields in **upper case** in cache type metadata. Please use attached configuration file for reproducing. {code} [14:30:28,526][SEVERE][main][IgniteKernal] Got exception while starting (will rollback startup routine). class org.apache.ignite.IgniteCheckedException: Failed to register query type: TypeDescriptor [name=org.apache.ignite.Comalgorithm, fields={APCSBJCODE=class java.math.BigDecimal, APCID=class java.math.BigDecimal, AGRSBJCODE=class java.math.BigDecimal, AGRID=class java.math.BigDecimal, DAOSBJCODE=class java.math.BigDecimal, DAOID=class java.math.BigDecimal, CTPSBJCODE=class java.math.BigDecimal, CTPID=class java.math.BigDecimal, apcsbjcode=class java.math.BigDecimal, apcid=class java.math.BigDecimal, algcode=class java.math.BigDecimal, algisversioned=class java.lang.Short, algtype=class java.lang.Integer, algcalcobjecttype=class java.lang.Integer, algclasspath=class java.lang.String, algcomment=class java.lang.String, algopendate=class java.sql.Date, algclosedate=class java.sql.Date, algentstatus=class java.lang.Integer, agrsbjcode=class java.math.BigDecimal, agrid=class java.math.BigDecimal, daosbjcode=class java.math.BigDecimal, daoid=class java.math.BigDecimal, ctpsbjcode=class java.math.BigDecimal, ctpid=class java.math.BigDecimal, algusefields=class java.lang.String}, indexes={FK1COMALGORITHM=IndexDescriptor [type=SORTED], FK3COMALGORITHM=IndexDescriptor [type=SORTED], FK4COMALGORITHM=IndexDescriptor [type=SORTED], SQL050208183448780=IndexDescriptor [type=SORTED]}, fullTextIdx=null, keyCls=class java.lang.Object, valCls=class java.lang.Object, valTextIdx=false, registered=false] at org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.registerType(IgniteH2Indexing.java:1058) at org.apache.ignite.internal.processors.query.GridQueryProcessor.initializeCache(GridQueryProcessor.java:194) at org.apache.ignite.internal.processors.query.GridQueryProcessor.onCacheStart(GridQueryProcessor.java:292) at org.apache.ignite.internal.processors.cache.GridCacheProcessor.startCache(GridCacheProcessor.java:1048) at org.apache.ignite.internal.processors.cache.GridCacheProcessor.onKernalStart(GridCacheProcessor.java:820) at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:963) at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1617) at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1484) at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:965) at org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:892) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:784) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:705) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:576) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:546) at org.apache.ignite.Ignition.start(Ignition.java:346) at org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartup.java:302) Caused by: org.h2.jdbc.JdbcSQLException: Повтор имени столбца "APCSBJCODE" Duplicate column name "APCSBJCODE"; SQL statement: CREATE TABLE "cache2".org_apache_ignite_Comalgorithm (_key OTHER NOT NULL,_val OTHER,APCSBJCODE DECIMAL,APCID DECIMAL,AGRSBJCODE DECIMAL,AGRID DECIMAL,DAOSBJCODE DECIMAL,DAOID DECIMAL,CTPSBJCODE DECIMAL,CTPID DECIMAL,apcsbjcode DECIMAL,apcid DECIMAL,algcode DECIMAL,algisversioned SMALLINT,algtype INT,algcalcobjecttype INT,algclasspath VARCHAR,algcomment VARCHAR,algopendate DATE,algclosedate DATE,algentstatus INT,agrsbjcode DECIMAL,agrid DECIMAL,daosbjcode DECIMAL,daoid DECIMAL,ctpsbjcode DECIMAL,ctpid DECIMAL,algusefields VARCHAR) engine "org.apache.ignite.internal.processors.query.h2.opt.GridH2Table$Engine" [42121-175] at org.h2.message.DbException.getJdbcSQLException(DbException.java:332) at org.h2.message.DbException.get(DbException.java:172) at org.h2.message.DbException.get(DbException.java:149) at org.h2.table.Table.setColumns(Table.java:394) at org.h2.table.TableBase.(TableBase.java:44) at org.apache.ignite.internal.processors.query.h2.opt.GridH2Table.(GridH2Table.java:90) at org.apache.ignite.internal.processors.query.h2.opt.GridH2Table$Engine.createTable(GridH2Table.java:618) at org.apache.ignite.internal.processors.query.h2.opt.GridH2Table$Engine.createTable(GridH2Table.java:602) at org.h2.schema.Schema.createTable(Schema.java:584) at org.h2.command.ddl.CreateTable.update(CreateTa
[jira] [Updated] (IGNITE-1338) SQL engine doesn't convert query fields name in upper case before using
[ https://issues.apache.org/jira/browse/IGNITE-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Kuznetsov updated IGNITE-1338: - Description: Node can not be started if query fields name written in *lower case* and key fields with the *same* fields in *upper case* in cache type metadata. Please use attached configuration file for reproducing. {code} [14:30:28,526][SEVERE][main][IgniteKernal] Got exception while starting (will rollback startup routine). class org.apache.ignite.IgniteCheckedException: Failed to register query type: TypeDescriptor [name=org.apache.ignite.Comalgorithm, fields={APCSBJCODE=class java.math.BigDecimal, APCID=class java.math.BigDecimal, AGRSBJCODE=class java.math.BigDecimal, AGRID=class java.math.BigDecimal, DAOSBJCODE=class java.math.BigDecimal, DAOID=class java.math.BigDecimal, CTPSBJCODE=class java.math.BigDecimal, CTPID=class java.math.BigDecimal, apcsbjcode=class java.math.BigDecimal, apcid=class java.math.BigDecimal, algcode=class java.math.BigDecimal, algisversioned=class java.lang.Short, algtype=class java.lang.Integer, algcalcobjecttype=class java.lang.Integer, algclasspath=class java.lang.String, algcomment=class java.lang.String, algopendate=class java.sql.Date, algclosedate=class java.sql.Date, algentstatus=class java.lang.Integer, agrsbjcode=class java.math.BigDecimal, agrid=class java.math.BigDecimal, daosbjcode=class java.math.BigDecimal, daoid=class java.math.BigDecimal, ctpsbjcode=class java.math.BigDecimal, ctpid=class java.math.BigDecimal, algusefields=class java.lang.String}, indexes={FK1COMALGORITHM=IndexDescriptor [type=SORTED], FK3COMALGORITHM=IndexDescriptor [type=SORTED], FK4COMALGORITHM=IndexDescriptor [type=SORTED], SQL050208183448780=IndexDescriptor [type=SORTED]}, fullTextIdx=null, keyCls=class java.lang.Object, valCls=class java.lang.Object, valTextIdx=false, registered=false] at org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.registerType(IgniteH2Indexing.java:1058) at org.apache.ignite.internal.processors.query.GridQueryProcessor.initializeCache(GridQueryProcessor.java:194) at org.apache.ignite.internal.processors.query.GridQueryProcessor.onCacheStart(GridQueryProcessor.java:292) at org.apache.ignite.internal.processors.cache.GridCacheProcessor.startCache(GridCacheProcessor.java:1048) at org.apache.ignite.internal.processors.cache.GridCacheProcessor.onKernalStart(GridCacheProcessor.java:820) at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:963) at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1617) at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1484) at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:965) at org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:892) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:784) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:705) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:576) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:546) at org.apache.ignite.Ignition.start(Ignition.java:346) at org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartup.java:302) Caused by: org.h2.jdbc.JdbcSQLException: Повтор имени столбца "APCSBJCODE" Duplicate column name "APCSBJCODE"; SQL statement: CREATE TABLE "cache2".org_apache_ignite_Comalgorithm (_key OTHER NOT NULL,_val OTHER,APCSBJCODE DECIMAL,APCID DECIMAL,AGRSBJCODE DECIMAL,AGRID DECIMAL,DAOSBJCODE DECIMAL,DAOID DECIMAL,CTPSBJCODE DECIMAL,CTPID DECIMAL,apcsbjcode DECIMAL,apcid DECIMAL,algcode DECIMAL,algisversioned SMALLINT,algtype INT,algcalcobjecttype INT,algclasspath VARCHAR,algcomment VARCHAR,algopendate DATE,algclosedate DATE,algentstatus INT,agrsbjcode DECIMAL,agrid DECIMAL,daosbjcode DECIMAL,daoid DECIMAL,ctpsbjcode DECIMAL,ctpid DECIMAL,algusefields VARCHAR) engine "org.apache.ignite.internal.processors.query.h2.opt.GridH2Table$Engine" [42121-175] at org.h2.message.DbException.getJdbcSQLException(DbException.java:332) at org.h2.message.DbException.get(DbException.java:172) at org.h2.message.DbException.get(DbException.java:149) at org.h2.table.Table.setColumns(Table.java:394) at org.h2.table.TableBase.(TableBase.java:44) at org.apache.ignite.internal.processors.query.h2.opt.GridH2Table.(GridH2Table.java:90) at org.apache.ignite.internal.processors.query.h2.opt.GridH2Table$Engine.createTable(GridH2Table.java:618) at org.apache.ignite.internal.processors.query.h2.opt.GridH2Table$Engine.createTable(GridH2Table.java:602) at org.h2.schema.Schema.createTable(Schema.java:584) at org.h2.command.ddl.CreateTable.update(CreateTable.ja
[jira] [Resolved] (IGNITE-1337) Platforms CPP: Move "common" module to Ignite.
[ https://issues.apache.org/jira/browse/IGNITE-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Ozerov resolved IGNITE-1337. - Resolution: Fixed > Platforms CPP: Move "common" module to Ignite. > -- > > Key: IGNITE-1337 > URL: https://issues.apache.org/jira/browse/IGNITE-1337 > Project: Ignite > Issue Type: Sub-task > Components: interop >Affects Versions: 1.1.4 >Reporter: Vladimir Ozerov >Assignee: Vladimir Ozerov >Priority: Blocker > Fix For: ignite-1.4 > > > It is necessary to move "common" (JNI) CPP module from Gridgain to Ignite. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Closed] (IGNITE-1337) Platforms CPP: Move "common" module to Ignite.
[ https://issues.apache.org/jira/browse/IGNITE-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Ozerov closed IGNITE-1337. --- > Platforms CPP: Move "common" module to Ignite. > -- > > Key: IGNITE-1337 > URL: https://issues.apache.org/jira/browse/IGNITE-1337 > Project: Ignite > Issue Type: Sub-task > Components: interop >Affects Versions: 1.1.4 >Reporter: Vladimir Ozerov >Assignee: Vladimir Ozerov >Priority: Blocker > Fix For: ignite-1.4 > > > It is necessary to move "common" (JNI) CPP module from Gridgain to Ignite. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (IGNITE-843) Web configuration tools development
[ https://issues.apache.org/jira/browse/IGNITE-843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14724981#comment-14724981 ] Pavel Konstantinov commented on IGNITE-843: --- Safari specific bug - top menu panel font becomes thin in undocked state. > Web configuration tools development > --- > > Key: IGNITE-843 > URL: https://issues.apache.org/jira/browse/IGNITE-843 > Project: Ignite > Issue Type: Task > Components: wizards >Affects Versions: sprint-5 > Environment: Specific frameworks: > # Main SPA stack: HTML5 / LESS / AngularJS 1.3.x / Bootstrap 3.x > # Auxiliary: jQuery 2.x / AngularJS UI 0.x > # HTTP server: node.js > # Tools: Grunt, Lodash 2.x, Font-Awesome 4.x, Animate.css, ngTable > Install node.js locally. > Install Angular, LESS, and Grunt plugins into IDEA. > Use LESS instead of CSS. >Reporter: Alexey Goncharuk >Assignee: Alexey Kuznetsov > Fix For: ignite-1.4 > > Attachments: ig-843.png > > > Frameworks to be used: > # Bootstrap > # AngularJS > # NodeJS > # MongoDB > Web control Center will communicate with Ignite Cluster via special > lightweight proxy (so called web-agent) implemented on web-sockets. > Test server: http://104.197.2.239 -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (IGNITE-1339) JVM Crash on TC Queries suite
Sergi Vladykin created IGNITE-1339: -- Summary: JVM Crash on TC Queries suite Key: IGNITE-1339 URL: https://issues.apache.org/jira/browse/IGNITE-1339 Project: Ignite Issue Type: Bug Reporter: Sergi Vladykin Priority: Critical Fix For: ignite-1.4 {code} [07:13:33][org.apache.ignite:ignite-indexing] [07:12:05,772][ERROR][ignite-#53702%sys-cache.IgniteCacheOffheapTieredMultithreadedSelfTest2%][GridMapQueryExecutor] Failed to process message: GridQueryRequest [reqId=1712, pageSize=1024, space=null, qrys=[GridCacheSqlQuery [alias=__Z0(), qry=SELECT [07:13:33][org.apache.ignite:ignite-indexing] "".PERSON._KEY __C0, [07:13:33][org.apache.ignite:ignite-indexing] "".PERSON._VAL __C1 [07:13:33][org.apache.ignite:ignite-indexing] FROM "".PERSON [07:13:33][org.apache.ignite:ignite-indexing] WHERE (SALARY >= ?1) AND (SALARY <= ?2), params=[9.48320472052535E8, 9.48321472052535E8]]], topVer=AffinityTopologyVersion [topVer=3, minorTopVer=0], extraSpaces=null, parts=[0, 1, 3, 6, 7, 8, 10, 11, 12, 13, 14, 17, 18, 19, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 42, 44, 45, 46, 47, 51, 53, 54, 55, 58, 59, 60, 61, 62, 63, 68, 69, 72, 73, 75, 76, 78, 80, 81, 82, 85, 86, 87, 88, 89, 90, 91, 94, 95, 98, 101, 102, 105, 106, 109, 110, 111, 114, 116, 117, 119, 120, 121, 122, 123, 125, 126, 127, 128, 129, 130, 133, 134, 135, 137, 139, 140, 141, 145, 147, 149, 151, 153, 154, 155, 156, 157, 158, 159, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 177, 178, 181, 183, 184, 186, 187, 188, 189, 190, 191, 192, 194, 195, 196, 198, 199, 200, 201, 205, 206, 208, 209, 211, 212, 213, 214, 215, 217, 218, 219, 220, 221, 222, 223, 224, 225, 227, 231, 232, 234, 236, 237, 240, 241, 242, 243, 245, 246, 247, 248, 250, 251, 253, 254, 255, 257, 258, 259, 260, 261, 263, 264, 265, 266, 268, 269, 270, 272, 273, 274, 276, 277, 278, 279, 280, 282, 283, 285, 287, 288, 290, 292, 293, 294, 296, 298, 300, 301, 302, 308, 309, 311, 314, 315, 317, 318, 319, 320, 321, 322, 324, 325, 327, 328, 329, 330, 331, 332, 333, 334, 340, 342, 343, 345, 346, 350, 352, 353, 354, 356, 358, 359, 360, 364, 365, 366, 368, 371, 372, 373, 375, 376, 379, 380, 381, 382, 384, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 405, 407, 409, 410, 412, 413, 414, 416, 417, 420, 421, 422, 423, 424, 429, 430, 431, 432, 433, 435, 436, 437, 438, 439, 441, 442, 443, 444, 445, 446, 448, 449, 451, 453, 454, 456, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 469, 470, 471, 472, 473, 476, 477, 479, 480, 482, 484, 486, 487, 488, 489, 490, 491, 492, 493, 495, 497, 501, 502, 505, 507, 508, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 532, 534, 535, 537, 538, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 557, 558, 559, 561, 562, 563, 565, 566, 568, 569, 571, 573, 575, 576, 578, 579, 582, 583, 585, 586, 590, 592, 593, 594, 595, 596, 597, 598, 599, 603, 604, 605, 606, 607, 608, 609, 611, 612, 614, 615, 617, 618, 619, 620, 623, 624, 625, 627, 628, 629, 631, 632, 633, 634, 635, 636, 637, 639, 641, 643, 644, 645, 646, 647, 648, 649, 652, 654, 656, 657, 658, 659, 660, 662, 663, 664, 665, 667, 668, 669, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 685, 686, 687, 688, 689, 692, 694, 696, 698, 699, 700, 701, 703, 706, 707, 710, 712, 713, 715, 716, 717, 718, 719, 723, 725, 727, 728, 729, 730, 732, 733, 734, 735, 736, 738, 741, 742, 743, 744, 746, 747, 749, 751, 752, 753, 758, 759, 760, 762, 764, 766, 767, 768, 769, 771, 773, 775, 776, 777, 780, 781, 782, 783, 786, 789, 790, 791, 792, 796, 799, 801, 802, 804, 809, 813, 814, 815, 816, 817, 819, 820, 821, 822, 824, 825, 827, 829, 830, 832, 833, 841, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 855, 857, 859, 860, 862, 864, 865, 867, 868, 869, 870, 872, 874, 875, 876, 879, 881, 883, 884, 885, 886, 887, 888, 889, 890, 892, 894, 896, 898, 899, 901, 902, 903, 904, 906, 908, 909, 911, 912, 913, 914, 917, 918, 919, 920, 921, 922, 925, 927, 929, 931, 932, 934, 935, 938, 939, 940, 941, 942, 943, 945, 946, 948, 949, 950, 952, 955, 957, 959, 960, 961, 962, 964, 965, 967, 968, 969, 971, 972, 974, 975, 976, 977, 979, 980, 981, 984, 985, 989, 990, 991, 993, 995, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1012, 1013, 1014, 1015, 1016, 1017, 1019, 1020, 1021, 1022]] [07:13:33][org.apache.ignite:ignite-indexing] class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtInvalidPartitionException [part=31, msg=Creating partition which does not belong [part=31, topVer=AffinityTopologyVersion [topVer=3, minorTopVer=0], this.topVer=AffinityTopologyVersion [topVer=3, minorTopVer=0]]] [07:13:33][org.apache.ignite:ignite-indexing] at org.apache.ignite.i
[jira] [Closed] (IGNITE-1253) The indexing module breaks the build
[ https://issues.apache.org/jira/browse/IGNITE-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianfranco Murador closed IGNITE-1253. -- > The indexing module breaks the build > - > > Key: IGNITE-1253 > URL: https://issues.apache.org/jira/browse/IGNITE-1253 > Project: Ignite > Issue Type: Bug >Affects Versions: 1.1.4 >Reporter: Gianfranco Murador >Assignee: Sergi Vladykin > Attachments: Screen Shot 2015-08-31 at 2.18.27 PM.png > > > ./incubator-ignite/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/sql/GridSqlQueryParser.java:[568,43] > reference to Parameter is ambiguous. both class java.lang.reflect.Parameter > in java.lang.reflect and class org.h2.expression.Parameter in > org.h2.expression match -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (IGNITE-1340) Platforms .Net: Fix PlatformCachePartialUpdateException propagation
Pavel Tupitsyn created IGNITE-1340: --- Summary: Platforms .Net: Fix PlatformCachePartialUpdateException propagation Key: IGNITE-1340 URL: https://issues.apache.org/jira/browse/IGNITE-1340 Project: Ignite Issue Type: Improvement Components: interop Affects Versions: 1.1.4 Reporter: Pavel Tupitsyn Assignee: Pavel Tupitsyn Fix For: ignite-1.4 PlatformCachePartialUpdateException should be thrown from PlatformCache in sync/async mode when CachePartialUpdateCheckedException/CachePartialUpdateException occurs. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (IGNITE-1340) Platforms .Net: Fix PlatformCachePartialUpdateException propagation
[ https://issues.apache.org/jira/browse/IGNITE-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14725063#comment-14725063 ] ASF GitHub Bot commented on IGNITE-1340: GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/54 IGNITE-1340 Platforms .Net: Fix PlatformCachePartialUpdateException propagation You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-gg-10689 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/54.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 #54 commit c2eb83ec4e9f76447e3d455936dd81c0394345ba Author: Pavel Tupitsyn Date: 2015-08-24T14:40:29Z Merge pull request #1 from apache/master IGNITE-1286: .Net solution and project skeletons. commit 29c6d1e6dcbe4438078465872b8c6926212fcc43 Author: Pavel Tupitsyn Date: 2015-08-25T07:24:23Z Merge pull request #2 from apache/master Merging from main repo commit 51bc2ecd613256d648db340b15b19494d96a7ceb Author: ptupitsyn Date: 2015-08-25T10:03:43Z Merge remote-tracking branch 'upstream/master' commit 811b2e2024ede38c7fe8472a3d1002c2c65061fb Author: ptupitsyn Date: 2015-08-25T13:38:48Z Merge remote-tracking branch 'remotes/upstream/master' commit 18c06b6dcb2c79a823dc044ed17c96253781ed99 Author: ptupitsyn Date: 2015-08-25T13:43:44Z Merge remote-tracking branch 'remotes/upstream/master' commit db209709dbed9d0ea0be9272e4b5136162508d36 Author: ptupitsyn Date: 2015-08-26T08:29:20Z Merge remote-tracking branch 'remotes/upstream/master' commit 3ae21f8f84ea26a0adab24ba7d5ee20d42a17164 Author: ptupitsyn Date: 2015-08-26T09:13:39Z Merge remote-tracking branch 'remotes/upstream/master' commit 9e29394c9b6a26839d88453a68671f32acc097c9 Author: ptupitsyn Date: 2015-08-26T09:55:45Z Merge remote-tracking branch 'remotes/upstream/master' commit b1fe45d2bb1f4f350c860cdd0557d75ead90a972 Author: ptupitsyn Date: 2015-08-26T13:01:10Z Merge remote-tracking branch 'remotes/upstream/master' commit 005ade0375aa6d32243f4a5562149186305113d0 Author: ptupitsyn Date: 2015-08-26T13:05:15Z Merge remote-tracking branch 'remotes/upstream/master' commit 20043f3534a5e8d7457f4f025b30d5b23385279a Author: ptupitsyn Date: 2015-08-27T08:09:52Z Merge remote-tracking branch 'remotes/upstream/master' commit ac81c42f0a7247a838c589c095485930d59a0b35 Author: ptupitsyn Date: 2015-08-27T08:44:51Z Merge remote-tracking branch 'remotes/upstream/master' commit 486c624b3490031c7f892281287bfb5c90793c27 Author: ptupitsyn Date: 2015-08-27T10:07:28Z Merge remote-tracking branch 'remotes/upstream/master' commit 56736a8fc96c924b3aff6badff90e8481947515a Author: ptupitsyn Date: 2015-08-27T10:33:37Z Merge remote-tracking branch 'remotes/upstream/master' commit 1cfcb497d03d75e654b3f9976a6e8d2683d0e207 Author: ptupitsyn Date: 2015-08-31T13:03:30Z Merge remote-tracking branch 'remotes/upstream/master' commit 25b798aa1d5590aafa9db0a25db936fcc381e3ef Author: ptupitsyn Date: 2015-08-31T14:58:54Z wip commit 21a9117541f7b307a276710b89ce9ddaa374c2c1 Author: ptupitsyn Date: 2015-08-31T15:22:02Z wip commit e4792de58727c1f531e78818b35a999fe3cdfc0c Author: ptupitsyn Date: 2015-08-31T15:33:42Z wip commit a84be23b04a296fda43008469e7e240504893e5e Author: ptupitsyn Date: 2015-09-01T09:13:31Z Merge remote-tracking branch 'remotes/upstream/master' into ignite-gg-10689 Conflicts: modules/platform/src/main/java/org/apache/ignite/internal/processors/platform/PlatformAbstractTarget.java modules/platform/src/main/java/org/apache/ignite/internal/processors/platform/cache/PlatformCachePartialUpdateException.java modules/platform/src/main/java/org/apache/ignite/internal/processors/platform/utils/PlatformFutureUtils.java commit 7d08e2b4072d5c09f9e9fad68ac35131e44d27f3 Author: ptupitsyn Date: 2015-09-01T09:13:39Z Merge remote-tracking branch 'remotes/upstream/master' into ignite-gg-10689 Conflicts: modules/platform/src/main/java/org/apache/ignite/internal/processors/platform/PlatformAbstractTarget.java modules/platform/src/main/java/org/apache/ignite/internal/processors/platform/cache/PlatformCachePartialUpdateException.java modules/platform/src/main/java/org/apache/ignite/internal/processors/platform/utils/PlatformFutureUtils.java > Platforms .Net: Fix PlatformCachePartialUpdateException propagation > --- > > Key: IGNITE-1340 > URL: https://issues.apache.org/jira/browse/IGNITE-1340 > Proje
[jira] [Created] (IGNITE-1341) Platforms: refactor exceptions.
Vladimir Ozerov created IGNITE-1341: --- Summary: Platforms: refactor exceptions. Key: IGNITE-1341 URL: https://issues.apache.org/jira/browse/IGNITE-1341 Project: Ignite Issue Type: Sub-task Components: interop Affects Versions: 1.1.4 Reporter: Vladimir Ozerov Assignee: Vladimir Ozerov Priority: Critical Fix For: ignite-1.4 1) Move exceptions from "platforms" to "core". 2) PlatformNativeException: move from "compute" to base package. 3) PlatormExtendedException: incorporate into regular exception hierarchy. 4) PlatformContext.createNativeException must return PlatformNativeException. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (IGNITE-1342) Improve platform node attribute passing logic.
Vladimir Ozerov created IGNITE-1342: --- Summary: Improve platform node attribute passing logic. Key: IGNITE-1342 URL: https://issues.apache.org/jira/browse/IGNITE-1342 Project: Ignite Issue Type: Task Components: interop Affects Versions: 1.1.4 Reporter: Vladimir Ozerov Priority: Critical Fix For: ignite-1.5 Currently we pass only those attributes, which are from "java.lang" package. This is done to avoid marshalling errors. We must let processor/context decide which attributes to write depending on their abilities. At first glance we can simply convert to "strings" those attributes which cannot be marshalled. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (IGNITE-1343) Implement PlatformContext.
Vladimir Ozerov created IGNITE-1343: --- Summary: Implement PlatformContext. Key: IGNITE-1343 URL: https://issues.apache.org/jira/browse/IGNITE-1343 Project: Ignite Issue Type: Sub-task Components: interop Affects Versions: 1.1.4 Reporter: Vladimir Ozerov Assignee: Vladimir Ozerov Priority: Critical Fix For: ignite-1.4 -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (IGNITE-1344) Unable to build ignite example under JDK1.8
Sergey Kozlov created IGNITE-1344: - Summary: Unable to build ignite example under JDK1.8 Key: IGNITE-1344 URL: https://issues.apache.org/jira/browse/IGNITE-1344 Project: Ignite Issue Type: Bug Components: general Affects Versions: ignite-1.4 Reporter: Sergey Kozlov Assignee: Yakov Zhdanov Priority: Critical Fix For: ignite-1.4 {noformat} [ERROR] COMPILATION ERROR : [INFO] - [ERROR] /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[101,46] cannot find symbol symbol: class Ignite location: class org.apache.ignite.examples.java8.messaging.MessagingExample [ERROR] /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[101,61] cannot find symbol symbol: class IgniteMessaging location: class org.apache.ignite.examples.java8.messaging.MessagingExample [ERROR] /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[101,90] cannot find symbol symbol: class IgniteException location: class org.apache.ignite.examples.java8.messaging.MessagingExample [ERROR] /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[139,9] cannot find symbol symbol: class IgniteMessaging location: class org.apache.ignite.examples.java8.messaging.MessagingExample [ERROR] /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[140,15] cannot find symbol symbol: class CountDownLatch location: class org.apache.ignite.examples.java8.messaging.MessagingExample [ERROR] /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[141,15] cannot find symbol symbol: class CountDownLatch location: class org.apache.ignite.examples.java8.messaging.MessagingExample [ERROR] /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/datagrid/CacheAffinityExample.java:[44,51] cannot find symbol symbol: class IgniteException location: class org.apache.ignite.examples.java8.datagrid.CacheAffinityExample [ERROR] /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[47,14] cannot find symbol symbol: class Ignite location: class org.apache.ignite.examples.java8.messaging.MessagingExample [ERROR] /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[47,30] cannot find symbol symbol: variable Ignition location: class org.apache.ignite.examples.java8.messaging.MessagingExample [ERROR] /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[48,18] cannot find symbol symbol: variable ExamplesUtils location: class org.apache.ignite.examples.java8.messaging.MessagingExample [ERROR] /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[60,13] cannot find symbol symbol: class ClusterGroup location: class org.apache.ignite.examples.java8.messaging.MessagingExample [ERROR] /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[65,13] cannot find symbol symbol: class CountDownLatch location: class org.apache.ignite.examples.java8.messaging.MessagingExample [ERROR] /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[65,47] cannot find symbol symbol: class CountDownLatch location: class org.apache.ignite.examples.java8.messaging.MessagingExample [ERROR] /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[66,13] cannot find symbol symbol: class CountDownLatch location: class org.apache.ignite.examples.java8.messaging.MessagingExample [ERROR] /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[66,49] cannot find symbol symbol: class CountDownLatch location: class org.apache.ignite.examples.java8.messaging.MessagingExample [ERROR] /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/ex
[jira] [Updated] (IGNITE-1344) Unable to build ignite examples under JDK1.8
[ https://issues.apache.org/jira/browse/IGNITE-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Kozlov updated IGNITE-1344: -- Summary: Unable to build ignite examples under JDK1.8 (was: Unable to build ignite example under JDK1.8) > Unable to build ignite examples under JDK1.8 > > > Key: IGNITE-1344 > URL: https://issues.apache.org/jira/browse/IGNITE-1344 > Project: Ignite > Issue Type: Bug > Components: general >Affects Versions: ignite-1.4 >Reporter: Sergey Kozlov >Assignee: Yakov Zhdanov >Priority: Critical > Fix For: ignite-1.4 > > > {noformat} > [ERROR] COMPILATION ERROR : > [INFO] - > [ERROR] > /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[101,46] > cannot find symbol > symbol: class Ignite > location: class org.apache.ignite.examples.java8.messaging.MessagingExample > [ERROR] > /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[101,61] > cannot find symbol > symbol: class IgniteMessaging > location: class org.apache.ignite.examples.java8.messaging.MessagingExample > [ERROR] > /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[101,90] > cannot find symbol > symbol: class IgniteException > location: class org.apache.ignite.examples.java8.messaging.MessagingExample > [ERROR] > /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[139,9] > cannot find symbol > symbol: class IgniteMessaging > location: class org.apache.ignite.examples.java8.messaging.MessagingExample > [ERROR] > /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[140,15] > cannot find symbol > symbol: class CountDownLatch > location: class org.apache.ignite.examples.java8.messaging.MessagingExample > [ERROR] > /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[141,15] > cannot find symbol > symbol: class CountDownLatch > location: class org.apache.ignite.examples.java8.messaging.MessagingExample > [ERROR] > /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/datagrid/CacheAffinityExample.java:[44,51] > cannot find symbol > symbol: class IgniteException > location: class > org.apache.ignite.examples.java8.datagrid.CacheAffinityExample > [ERROR] > /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[47,14] > cannot find symbol > symbol: class Ignite > location: class org.apache.ignite.examples.java8.messaging.MessagingExample > [ERROR] > /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[47,30] > cannot find symbol > symbol: variable Ignition > location: class org.apache.ignite.examples.java8.messaging.MessagingExample > [ERROR] > /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[48,18] > cannot find symbol > symbol: variable ExamplesUtils > location: class org.apache.ignite.examples.java8.messaging.MessagingExample > [ERROR] > /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[60,13] > cannot find symbol > symbol: class ClusterGroup > location: class org.apache.ignite.examples.java8.messaging.MessagingExample > [ERROR] > /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[65,13] > cannot find symbol > symbol: class CountDownLatch > location: class org.apache.ignite.examples.java8.messaging.MessagingExample > [ERROR] > /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[65,47] > cannot find symbol > symbol: class CountDownLatch > location: class org.apache.ignite.examples.java8.messaging.MessagingExample > [ERROR] > /D:/1.4/gridgain-community-fabric-1.4.1-QAIS3103/examples/src/main/java8/org/apache/ignite/examples/java8/messaging/MessagingExample.java:[66,13] > cannot find symbol > symbol: class CountDownLatch > location: class org.apache.ignite.ex
[jira] [Created] (IGNITE-1345) Cache stability issues in load/failover tests
Semen Boikov created IGNITE-1345: Summary: Cache stability issues in load/failover tests Key: IGNITE-1345 URL: https://issues.apache.org/jira/browse/IGNITE-1345 Project: Ignite Issue Type: Bug Components: cache Affects Versions: ignite-1.4 Reporter: Semen Boikov Assignee: Semen Boikov Priority: Critical This is parent issue to track cache bugs found in load/failover tests. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (IGNITE-1343) Implement PlatformContext.
[ https://issues.apache.org/jira/browse/IGNITE-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Ozerov resolved IGNITE-1343. - Resolution: Fixed > Implement PlatformContext. > -- > > Key: IGNITE-1343 > URL: https://issues.apache.org/jira/browse/IGNITE-1343 > Project: Ignite > Issue Type: Sub-task > Components: interop >Affects Versions: 1.1.4 >Reporter: Vladimir Ozerov >Assignee: Vladimir Ozerov >Priority: Critical > Fix For: ignite-1.4 > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Closed] (IGNITE-1343) Implement PlatformContext.
[ https://issues.apache.org/jira/browse/IGNITE-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Ozerov closed IGNITE-1343. --- > Implement PlatformContext. > -- > > Key: IGNITE-1343 > URL: https://issues.apache.org/jira/browse/IGNITE-1343 > Project: Ignite > Issue Type: Sub-task > Components: interop >Affects Versions: 1.1.4 >Reporter: Vladimir Ozerov >Assignee: Vladimir Ozerov >Priority: Critical > Fix For: ignite-1.4 > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Closed] (IGNITE-1340) Platforms .Net: Fix PlatformCachePartialUpdateException propagation
[ https://issues.apache.org/jira/browse/IGNITE-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Ozerov closed IGNITE-1340. --- > Platforms .Net: Fix PlatformCachePartialUpdateException propagation > --- > > Key: IGNITE-1340 > URL: https://issues.apache.org/jira/browse/IGNITE-1340 > Project: Ignite > Issue Type: Improvement > Components: interop >Affects Versions: 1.1.4 >Reporter: Pavel Tupitsyn >Assignee: Vladimir Ozerov > Fix For: ignite-1.4 > > > PlatformCachePartialUpdateException should be thrown from PlatformCache in > sync/async mode when > CachePartialUpdateCheckedException/CachePartialUpdateException occurs. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (IGNITE-1273) Tests from GridPortableBuilderAdditionalSelfTest were disabled.
[ https://issues.apache.org/jira/browse/IGNITE-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14725379#comment-14725379 ] Denis Magda commented on IGNITE-1273: - Fixed the rest of the failing tests - {{testCyclicArrays}} and {{testCyclicArrayList}}. The tests failed because cyclic references processing was not supported for arrays, collections, maps and some other types. Portable marshaller used to deserialize such objects as is without checking if a reference to the same object was already serialized before. Supported this feature for array, collections and maps. Added cyclic references specific test. Need to support the same feature for strings, big decimals, UUIDs and other types that are processed differently by marshaller. Plan to do this as a part of another task when check the current changes with TC and they are approved during a review. > Tests from GridPortableBuilderAdditionalSelfTest were disabled. > --- > > Key: IGNITE-1273 > URL: https://issues.apache.org/jira/browse/IGNITE-1273 > Project: Ignite > Issue Type: Bug >Reporter: Denis Magda >Assignee: Denis Magda > > Tests from {{GridPortableBuilderAdditionalSelfTest}} were disabled: > - testCyclicArrayList > - testCyclicArrays > - testModifyObjectArray > They have to be fixed or removed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (IGNITE-1273) Tests from GridPortableBuilderAdditionalSelfTest were disabled.
[ https://issues.apache.org/jira/browse/IGNITE-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14725384#comment-14725384 ] ASF GitHub Bot commented on IGNITE-1273: GitHub user dmagda opened a pull request: https://github.com/apache/ignite/pull/55 Ignite 1273: Tests from GridPortableBuilderAdditionalSelfTest were disabled All the details including the workflow are aggregated in the ticket: https://issues.apache.org/jira/browse/IGNITE-1273 You can merge this pull request into a Git repository by running: $ git pull https://github.com/dmagda/incubator-ignite ignite-1273 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/55.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 #55 commit 8ffe7af65dfc3f0e31cd6e35a989bbee488b7cf3 Author: Denis Magda Date: 2015-08-31T11:10:12Z ignite-1273: support modifications for all the arrays that are returned from PortableBuilder.getField(). Fixed a couple of bugs. commit df0aa2f5450c68e366de90236077d49183fb19b3 Author: Denis Magda Date: 2015-08-31T11:31:25Z ignite-1273: fixes in metadata impl commit 9ddbe17325847c407c400064a79615593bce3a75 Author: Denis Magda Date: 2015-08-31T11:45:14Z ignite-1273: refactoring commit 18bc0b397936a2c008da24640ee38b9f767fda7d Author: Denis Magda Date: 2015-08-31T11:45:28Z Merge remote-tracking branch 'apache-git/master' into ignite-1273 commit 979043dd6c69ed230a02f82c5f01372104079c9f Author: Denis Magda Date: 2015-09-01T06:51:07Z Merge remote-tracking branch 'remotes/apache-git/master' into ignite-1273 commit 1e399412ba5c6c4b1e7868f1e60679b8941545d6 Author: Denis Magda Date: 2015-09-01T11:34:25Z ignite-1273: supported handles serialization/deserialization for arrays and collections commit 8e8d59c7b3eb157530620dba0b5a0e6ad6229b2a Author: Denis Magda Date: 2015-09-01T12:44:12Z ignite-1273: fixed reading fields' handles, added cyclic references tests > Tests from GridPortableBuilderAdditionalSelfTest were disabled. > --- > > Key: IGNITE-1273 > URL: https://issues.apache.org/jira/browse/IGNITE-1273 > Project: Ignite > Issue Type: Bug >Reporter: Denis Magda >Assignee: Denis Magda > > Tests from {{GridPortableBuilderAdditionalSelfTest}} were disabled: > - testCyclicArrayList > - testCyclicArrays > - testModifyObjectArray > They have to be fixed or removed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (IGNITE-1346) Implement striped spint busy lock.
Vladimir Ozerov created IGNITE-1346: --- Summary: Implement striped spint busy lock. Key: IGNITE-1346 URL: https://issues.apache.org/jira/browse/IGNITE-1346 Project: Ignite Issue Type: Task Components: general Affects Versions: 1.1.4 Reporter: Vladimir Ozerov Assignee: Vladimir Ozerov Fix For: ignite-1.4 -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (IGNITE-1346) Implement striped spin busy lock.
[ https://issues.apache.org/jira/browse/IGNITE-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Ozerov updated IGNITE-1346: Summary: Implement striped spin busy lock. (was: Implement striped spint busy lock.) > Implement striped spin busy lock. > - > > Key: IGNITE-1346 > URL: https://issues.apache.org/jira/browse/IGNITE-1346 > Project: Ignite > Issue Type: Task > Components: general >Affects Versions: 1.1.4 >Reporter: Vladimir Ozerov >Assignee: Vladimir Ozerov > Fix For: ignite-1.4 > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (IGNITE-1346) Implement striped spin busy lock.
[ https://issues.apache.org/jira/browse/IGNITE-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Ozerov updated IGNITE-1346: Description: We have lots of places in code which require "busy" state semantics: 1) Multiple readers access some resource concurrently setting "busy" state. 2) At some point a single writer comes, prevents all further readers from accessing the resource, and blocks until all other previous reades are out. Currently we do that using either GridBusyLock or GridSpinBusyLock. The first one is based on ReentrantReadWriteLock and the second one is based on GridSpinReadWriteLock. Both implementation have the same performance characteristics, being limited by CPU bus bandwidth when trying to update atomically a shared variable. Better approach is to "stripe" the lock across multiple variables this minimizing contention between threads. That is, in ideal case each thread increments/decrements his own variable without any contention. Writer will have to iterate over all these variables and block on each until all readers are out. > Implement striped spin busy lock. > - > > Key: IGNITE-1346 > URL: https://issues.apache.org/jira/browse/IGNITE-1346 > Project: Ignite > Issue Type: Task > Components: general >Affects Versions: 1.1.4 >Reporter: Vladimir Ozerov >Assignee: Vladimir Ozerov > Fix For: ignite-1.4 > > > We have lots of places in code which require "busy" state semantics: > 1) Multiple readers access some resource concurrently setting "busy" state. > 2) At some point a single writer comes, prevents all further readers from > accessing the resource, and blocks until all other previous reades are out. > Currently we do that using either GridBusyLock or GridSpinBusyLock. The first > one is based on ReentrantReadWriteLock and the second one is based on > GridSpinReadWriteLock. > Both implementation have the same performance characteristics, being limited > by CPU bus bandwidth when trying to update atomically a shared variable. > Better approach is to "stripe" the lock across multiple variables this > minimizing contention between threads. That is, in ideal case each thread > increments/decrements his own variable without any contention. Writer will > have to iterate over all these variables and block on each until all readers > are out. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (IGNITE-1346) Implement striped spin busy lock.
[ https://issues.apache.org/jira/browse/IGNITE-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14725423#comment-14725423 ] Vladimir Ozerov commented on IGNITE-1346: - Implemented, see GridStripedSpinBusyLock class. > Implement striped spin busy lock. > - > > Key: IGNITE-1346 > URL: https://issues.apache.org/jira/browse/IGNITE-1346 > Project: Ignite > Issue Type: Task > Components: general >Affects Versions: 1.1.4 >Reporter: Vladimir Ozerov >Assignee: Vladimir Ozerov > Fix For: ignite-1.4 > > > We have lots of places in code which require "busy" state semantics: > 1) Multiple readers access some resource concurrently setting "busy" state. > 2) At some point a single writer comes, prevents all further readers from > accessing the resource, and blocks until all other previous reades are out. > Currently we do that using either GridBusyLock or GridSpinBusyLock. The first > one is based on ReentrantReadWriteLock and the second one is based on > GridSpinReadWriteLock. > Both implementation have the same performance characteristics, being limited > by CPU bus bandwidth when trying to update atomically a shared variable. > Better approach is to "stripe" the lock across multiple variables this > minimizing contention between threads. That is, in ideal case each thread > increments/decrements his own variable without any contention. Writer will > have to iterate over all these variables and block on each until all readers > are out. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (IGNITE-1341) Platforms: refactor exceptions.
[ https://issues.apache.org/jira/browse/IGNITE-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Ozerov resolved IGNITE-1341. - Resolution: Fixed > Platforms: refactor exceptions. > --- > > Key: IGNITE-1341 > URL: https://issues.apache.org/jira/browse/IGNITE-1341 > Project: Ignite > Issue Type: Sub-task > Components: interop >Affects Versions: 1.1.4 >Reporter: Vladimir Ozerov >Assignee: Vladimir Ozerov >Priority: Critical > Fix For: ignite-1.4 > > > 1) Move exceptions from "platforms" to "core". > 2) PlatformNativeException: move from "compute" to base package. > 3) PlatormExtendedException: incorporate into regular exception hierarchy. > 4) PlatformContext.createNativeException must return PlatformNativeException. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Closed] (IGNITE-1341) Platforms: refactor exceptions.
[ https://issues.apache.org/jira/browse/IGNITE-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Ozerov closed IGNITE-1341. --- > Platforms: refactor exceptions. > --- > > Key: IGNITE-1341 > URL: https://issues.apache.org/jira/browse/IGNITE-1341 > Project: Ignite > Issue Type: Sub-task > Components: interop >Affects Versions: 1.1.4 >Reporter: Vladimir Ozerov >Assignee: Vladimir Ozerov >Priority: Critical > Fix For: ignite-1.4 > > > 1) Move exceptions from "platforms" to "core". > 2) PlatformNativeException: move from "compute" to base package. > 3) PlatormExtendedException: incorporate into regular exception hierarchy. > 4) PlatformContext.createNativeException must return PlatformNativeException. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (IGNITE-1347) Create normal platform processor.
Vladimir Ozerov created IGNITE-1347: --- Summary: Create normal platform processor. Key: IGNITE-1347 URL: https://issues.apache.org/jira/browse/IGNITE-1347 Project: Ignite Issue Type: Sub-task Components: interop Affects Versions: 1.1.4 Reporter: Vladimir Ozerov Assignee: Vladimir Ozerov Priority: Critical Fix For: ignite-1.4 Currently we have no-op platform processor implementation in "core" module. We need to implement fully-fledged processor in "platforms" module. Processor creation sequence should be as follows: 1) Ask plugins for their processor. Stop in case of non-null result. 2) Check for PlatformConfiguration. If not null - create fully-fledged processor through reflection if it is present in classpath. Stop if created. 3) Return no-op processor. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (IGNITE-1294) Assertion in TCP communication SPI: client already created
[ https://issues.apache.org/jira/browse/IGNITE-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy Setrakyan updated IGNITE-1294: -- Issue Type: Sub-task (was: Bug) Parent: IGNITE-1345 > Assertion in TCP communication SPI: client already created > -- > > Key: IGNITE-1294 > URL: https://issues.apache.org/jira/browse/IGNITE-1294 > Project: Ignite > Issue Type: Sub-task > Components: general >Affects Versions: 1.1.4 >Reporter: Alexey Goncharuk >Assignee: Denis Magda > Attachments: ignite-1294.patch > > > Observed this failure on TC in master branch: > {code} > [19:39:53]W: [org.apache.ignite:ignite-core] > java.lang.AssertionError: Client already created [ > node=TcpDiscoveryNode [id=00db22a2-37de-4d41-9a81-1b3ccb7a3000, > addrs=[127.0.0.1], sockAddrs=[/127.0.0.1:47500], discPort=47500, order=1, > intOrder=1, lastExchangeTime=1440434393018, loc=false, > ver=1.4.1#19700101-sha1:, isClient=false], > client=GridShmemCommunicationClient > [shmem=IpcSharedMemoryClientEndpoint [inSpace=IpcSharedMemorySpace > [opSize=262144, shmemPtr=139828001624128, shmemId=815824901, semId=696811527, > closed=false, isReader=true, writerPid=23710, readerPid=23710, > tokFileName=/opt/TeamcityAgent/temp/buildTmp/ignite/work/ipc/shmem/00db22a2-37de-4d41-9a81-1b3ccb7a3000-23710/gg-shmem-space-1087-23710-262144, > closed=false], outSpace=IpcSharedMemorySpace [opSize=262144, > shmemPtr=139828001357888, shmemId=815792132, semId=696778758, closed=false, > isReader=false, writerPid=23710, readerPid=23710, > tokFileName=/opt/TeamcityAgent/temp/buildTmp/ignite/work/ipc/shmem/00db22a2-37de-4d41-9a81-1b3ccb7a3000-23710/gg-shmem-space-1086-23710-262144, > closed=false], checkIn=true, checkOut=true], > writeBuf=java.nio.HeapByteBuffer[pos=0 lim=8192 cap=8192], > formatter=org.apache.ignite.internal.managers.communication.GridIoManager$2@489a1849, > super=GridAbstractCommunicationClient [lastUsed=1440434393133, reserves=0]], > oldClient=GridTcpNioCommunicationClient [ses=GridSelectorNioSessionImpl > [selectorIdx=0, queueSize=0, writeBuf=java.nio.DirectByteBuffer[pos=0 > lim=32768 cap=32768], readBuf=java.nio.DirectByteBuffer[pos=0 lim=32768 > cap=32768], recovery=GridNioRecoveryDescriptor [acked=0, resendCnt=0, > rcvCnt=2, reserved=true, lastAck=0, nodeLeft=false, node=TcpDiscoveryNode > [id=00db22a2-37de-4d41-9a81-1b3ccb7a3000, addrs=[127.0.0.1], > sockAddrs=[/127.0.0.1:47500], discPort=47500, order=1, intOrder=1, > lastExchangeTime=1440434393018, loc=false, ver=1.4.1#19700101-sha1:, > isClient=false], connected=true, connectCnt=0, queueLimit=5120], > super=GridNioSessionImpl [locAddr=/127.0.0.1:45254, rmtAddr=/127.0.0.1:53055, > createTime=1440434393174, closeTime=0, bytesSent=26, bytesRcvd=345, > sndSchedTime=1440434393174, lastSndTime=1440434393174, > lastRcvTime=1440434393184, readsPaused=false, > filterChain=FilterChain[filters=[GridNioCodecFilter > [parser=org.apache.ignite.internal.util.nio.GridDirectParser@1cc9616c, > directMode=true], GridConnectionBytesVerifyFilter], accepted=true]], > super=GridAbstractCommunicationClient [lastUsed=1440434393174, reserves=0]]] > [19:39:53]W: [org.apache.ignite:ignite-core]at > org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.reserveClient(TcpCommunicationSpi.java:1909) > [19:39:53]W: [org.apache.ignite:ignite-core]at > org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.sendMessage0(TcpCommunicationSpi.java:1840) > [19:39:53]W: [org.apache.ignite:ignite-core]at > org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.sendMessage(TcpCommunicationSpi.java:1806) > [19:39:53]W: [org.apache.ignite:ignite-core]at > org.apache.ignite.internal.managers.communication.GridIoManager.send(GridIoManager.java:1020) > [19:39:53]W: [org.apache.ignite:ignite-core]at > org.apache.ignite.internal.managers.communication.GridIoManager.send(GridIoManager.java:1168) > [19:39:53]W: [org.apache.ignite:ignite-core]at > org.apache.ignite.internal.processors.cache.GridCacheIoManager.send(GridCacheIoManager.java:598) > [19:39:53]W: [org.apache.ignite:ignite-core]at > org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.sendLocalPartitions(GridDhtPartitionsExchangeFuture.java:932) > [19:39:53]W: [org.apache.ignite:ignite-core]at > org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.sendPartitions(GridDhtPartitionsExchangeFuture.java:973) > [19:39:53]W: [org.apache.ignite:ignite-core]at > org.apache.ignite.internal.processors.cach
[jira] [Created] (IGNITE-1348) Move .Net platform from GridGain to Ignite.
Vladimir Ozerov created IGNITE-1348: --- Summary: Move .Net platform from GridGain to Ignite. Key: IGNITE-1348 URL: https://issues.apache.org/jira/browse/IGNITE-1348 Project: Ignite Issue Type: Sub-task Components: interop Affects Versions: 1.1.4 Reporter: Vladimir Ozerov Priority: Blocker Fix For: ignite-1.4 It is necessary to move the whole .Net module from GridGain to Ignite. We must: 1) Rename GridFactory -> Ignition. 2) Rename IGrid -> IIgnite 3) Rename all other "Grid*" classes (if any) to Ignite's counterparts. 4) Set correct Apache headers everywhere. 5) Ensure RAT exclusing are set in IGNITE_HOME/parent module. Once ticket is completed, it is necessary to create another one to update Ignite's build procedure. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (IGNITE-1348) Move .Net platform from GridGain to Ignite.
[ https://issues.apache.org/jira/browse/IGNITE-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn updated IGNITE-1348: Description: It is necessary to move the whole .Net module from GridGain to Ignite. We must: 1) Rename GridFactory -> Ignition. 2) Rename IGrid -> IIgnite 3) Rename all other "Grid*" classes (if any) to Ignite's counterparts. 4) Set correct Apache headers everywhere. 5) Ensure RAT exclusing are set in IGNITE_HOME/parent module. Exclude DR, Security, Product, Licensing, and corresponding events. Once ticket is completed, it is necessary to create another one to update Ignite's build procedure. was: It is necessary to move the whole .Net module from GridGain to Ignite. We must: 1) Rename GridFactory -> Ignition. 2) Rename IGrid -> IIgnite 3) Rename all other "Grid*" classes (if any) to Ignite's counterparts. 4) Set correct Apache headers everywhere. 5) Ensure RAT exclusing are set in IGNITE_HOME/parent module. Once ticket is completed, it is necessary to create another one to update Ignite's build procedure. > Move .Net platform from GridGain to Ignite. > --- > > Key: IGNITE-1348 > URL: https://issues.apache.org/jira/browse/IGNITE-1348 > Project: Ignite > Issue Type: Sub-task > Components: interop >Affects Versions: 1.1.4 >Reporter: Vladimir Ozerov >Priority: Blocker > Fix For: ignite-1.4 > > > It is necessary to move the whole .Net module from GridGain to Ignite. > We must: > 1) Rename GridFactory -> Ignition. > 2) Rename IGrid -> IIgnite > 3) Rename all other "Grid*" classes (if any) to Ignite's counterparts. > 4) Set correct Apache headers everywhere. > 5) Ensure RAT exclusing are set in IGNITE_HOME/parent module. > Exclude DR, Security, Product, Licensing, and corresponding events. > Once ticket is completed, it is necessary to create another one to update > Ignite's build procedure. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (IGNITE-1349) CachePutAllFailoverTxTest hangs
Semen Boikov created IGNITE-1349: Summary: CachePutAllFailoverTxTest hangs Key: IGNITE-1349 URL: https://issues.apache.org/jira/browse/IGNITE-1349 Project: Ignite Issue Type: Sub-task Components: cache Affects Versions: ignite-1.4 Reporter: Semen Boikov Assignee: Semen Boikov Priority: Blocker Fix For: ignite-1.4 Test CachePutAllFailoverTxTest executes cache.putAll concurrently with node start/stop. After some time it fails because of there are some transactions which can not finish prepare step. Hang reproduces if size of map for putAll is large ehough (~100). -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (IGNITE-1350) Platforms .Net: Add common cpp project to the solution
Pavel Tupitsyn created IGNITE-1350: --- Summary: Platforms .Net: Add common cpp project to the solution Key: IGNITE-1350 URL: https://issues.apache.org/jira/browse/IGNITE-1350 Project: Ignite Issue Type: Sub-task Components: interop Affects Versions: 1.1.4 Reporter: Pavel Tupitsyn Assignee: Pavel Tupitsyn Fix For: ignite-1.4 -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (IGNITE-1350) Platforms .Net: Add common cpp project to the solution
[ https://issues.apache.org/jira/browse/IGNITE-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14725581#comment-14725581 ] ASF GitHub Bot commented on IGNITE-1350: GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/56 IGNITE-1350 Platforms .Net: Add common cpp project to the solution You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-1350 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/56.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 #56 commit c2eb83ec4e9f76447e3d455936dd81c0394345ba Author: Pavel Tupitsyn Date: 2015-08-24T14:40:29Z Merge pull request #1 from apache/master IGNITE-1286: .Net solution and project skeletons. commit 29c6d1e6dcbe4438078465872b8c6926212fcc43 Author: Pavel Tupitsyn Date: 2015-08-25T07:24:23Z Merge pull request #2 from apache/master Merging from main repo commit 51bc2ecd613256d648db340b15b19494d96a7ceb Author: ptupitsyn Date: 2015-08-25T10:03:43Z Merge remote-tracking branch 'upstream/master' commit 811b2e2024ede38c7fe8472a3d1002c2c65061fb Author: ptupitsyn Date: 2015-08-25T13:38:48Z Merge remote-tracking branch 'remotes/upstream/master' commit 18c06b6dcb2c79a823dc044ed17c96253781ed99 Author: ptupitsyn Date: 2015-08-25T13:43:44Z Merge remote-tracking branch 'remotes/upstream/master' commit db209709dbed9d0ea0be9272e4b5136162508d36 Author: ptupitsyn Date: 2015-08-26T08:29:20Z Merge remote-tracking branch 'remotes/upstream/master' commit 3ae21f8f84ea26a0adab24ba7d5ee20d42a17164 Author: ptupitsyn Date: 2015-08-26T09:13:39Z Merge remote-tracking branch 'remotes/upstream/master' commit 9e29394c9b6a26839d88453a68671f32acc097c9 Author: ptupitsyn Date: 2015-08-26T09:55:45Z Merge remote-tracking branch 'remotes/upstream/master' commit b1fe45d2bb1f4f350c860cdd0557d75ead90a972 Author: ptupitsyn Date: 2015-08-26T13:01:10Z Merge remote-tracking branch 'remotes/upstream/master' commit 005ade0375aa6d32243f4a5562149186305113d0 Author: ptupitsyn Date: 2015-08-26T13:05:15Z Merge remote-tracking branch 'remotes/upstream/master' commit 20043f3534a5e8d7457f4f025b30d5b23385279a Author: ptupitsyn Date: 2015-08-27T08:09:52Z Merge remote-tracking branch 'remotes/upstream/master' commit ac81c42f0a7247a838c589c095485930d59a0b35 Author: ptupitsyn Date: 2015-08-27T08:44:51Z Merge remote-tracking branch 'remotes/upstream/master' commit 486c624b3490031c7f892281287bfb5c90793c27 Author: ptupitsyn Date: 2015-08-27T10:07:28Z Merge remote-tracking branch 'remotes/upstream/master' commit 56736a8fc96c924b3aff6badff90e8481947515a Author: ptupitsyn Date: 2015-08-27T10:33:37Z Merge remote-tracking branch 'remotes/upstream/master' commit 1cfcb497d03d75e654b3f9976a6e8d2683d0e207 Author: ptupitsyn Date: 2015-08-31T13:03:30Z Merge remote-tracking branch 'remotes/upstream/master' commit e0bc5b930b6f0ffba3cd9826011609bb8b454366 Author: ptupitsyn Date: 2015-09-01T11:35:35Z Merge remote-tracking branch 'remotes/upstream/master' commit 1fa2632375176610ca7f6dfd8d925d9062801098 Author: ptupitsyn Date: 2015-09-01T11:42:53Z Merge remote-tracking branch 'remotes/upstream/master' commit 0877d97726e6f43934dacc23ba38843195d7dce5 Author: ptupitsyn Date: 2015-09-01T13:44:26Z Merge remote-tracking branch 'remotes/upstream/master' commit d0bacad6d55916be95588c3267a661cee07772a3 Author: ptupitsyn Date: 2015-09-01T14:01:39Z Merge remote-tracking branch 'remotes/upstream/master' commit f63e6b59c0aad8b8b64b7c58e98df87341ce6598 Author: ptupitsyn Date: 2015-09-01T15:07:58Z Merge remote-tracking branch 'remotes/upstream/master' commit 4c6d1d9fb149af1230c98a2596e1f40bf5d2da34 Author: ptupitsyn Date: 2015-09-01T15:11:45Z IGNITE-1350 Platforms .Net: Add common cpp project to the solution commit b6b425fc00765ce1edc7c3471b16a271f7dabf40 Author: ptupitsyn Date: 2015-09-01T15:39:19Z wip > Platforms .Net: Add common cpp project to the solution > -- > > Key: IGNITE-1350 > URL: https://issues.apache.org/jira/browse/IGNITE-1350 > Project: Ignite > Issue Type: Sub-task > Components: interop >Affects Versions: 1.1.4 >Reporter: Pavel Tupitsyn >Assignee: Pavel Tupitsyn > Fix For: ignite-1.4 > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Assigned] (IGNITE-1348) Move .Net platform from GridGain to Ignite.
[ https://issues.apache.org/jira/browse/IGNITE-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn reassigned IGNITE-1348: --- Assignee: Pavel Tupitsyn > Move .Net platform from GridGain to Ignite. > --- > > Key: IGNITE-1348 > URL: https://issues.apache.org/jira/browse/IGNITE-1348 > Project: Ignite > Issue Type: Sub-task > Components: interop >Affects Versions: 1.1.4 >Reporter: Vladimir Ozerov >Assignee: Pavel Tupitsyn >Priority: Blocker > Fix For: ignite-1.4 > > > It is necessary to move the whole .Net module from GridGain to Ignite. > We must: > 1) Rename GridFactory -> Ignition. > 2) Rename IGrid -> IIgnite > 3) Rename all other "Grid*" classes (if any) to Ignite's counterparts. > 4) Set correct Apache headers everywhere. > 5) Ensure RAT exclusing are set in IGNITE_HOME/parent module. > Exclude DR, Security, Product, Licensing, and corresponding events. > Once ticket is completed, it is necessary to create another one to update > Ignite's build procedure. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (IGNITE-850) Implement clusters screen
[ https://issues.apache.org/jira/browse/IGNITE-850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14726698#comment-14726698 ] Pavel Konstantinov commented on IGNITE-850: --- "multicastGroup" must be removed from code generation if it empty (set any value then clear it). {code} {code} > Implement clusters screen > - > > Key: IGNITE-850 > URL: https://issues.apache.org/jira/browse/IGNITE-850 > Project: Ignite > Issue Type: Sub-task > Components: wizards >Reporter: Alexey Goncharuk >Assignee: Alexey Kuznetsov > Fix For: ignite-1.4 > > Attachments: cluster page.png, clusters-page-2.png, > clusters-page-3.png, clusters.pdf, ig-850-zones.png > > > See screenshot -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Comment Edited] (IGNITE-850) Implement clusters screen
[ https://issues.apache.org/jira/browse/IGNITE-850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14726698#comment-14726698 ] Pavel Konstantinov edited comment on IGNITE-850 at 9/2/15 3:59 AM: --- "multicastGroup" (and "localAddress" too) must be removed from code generation if it empty (set any value then clear it). {code} {code} was (Author: pkonstantinov): "multicastGroup" must be removed from code generation if it empty (set any value then clear it). {code} {code} > Implement clusters screen > - > > Key: IGNITE-850 > URL: https://issues.apache.org/jira/browse/IGNITE-850 > Project: Ignite > Issue Type: Sub-task > Components: wizards >Reporter: Alexey Goncharuk >Assignee: Alexey Kuznetsov > Fix For: ignite-1.4 > > Attachments: cluster page.png, clusters-page-2.png, > clusters-page-3.png, clusters.pdf, ig-850-zones.png > > > See screenshot -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Comment Edited] (IGNITE-850) Implement clusters screen
[ https://issues.apache.org/jira/browse/IGNITE-850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14726698#comment-14726698 ] Pavel Konstantinov edited comment on IGNITE-850 at 9/2/15 4:02 AM: --- 1) "multicastGroup" (and "localAddress" too) must be removed from code generation if it empty (set any value then clear it). {code} {code} 2) "Atomics configuration" "backups" should be generated only for partitioned mode {code} {code} was (Author: pkonstantinov): "multicastGroup" (and "localAddress" too) must be removed from code generation if it empty (set any value then clear it). {code} {code} > Implement clusters screen > - > > Key: IGNITE-850 > URL: https://issues.apache.org/jira/browse/IGNITE-850 > Project: Ignite > Issue Type: Sub-task > Components: wizards >Reporter: Alexey Goncharuk >Assignee: Alexey Kuznetsov > Fix For: ignite-1.4 > > Attachments: cluster page.png, clusters-page-2.png, > clusters-page-3.png, clusters.pdf, ig-850-zones.png > > > See screenshot -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (IGNITE-843) Web configuration tools development
[ https://issues.apache.org/jira/browse/IGNITE-843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14726706#comment-14726706 ] Pavel Konstantinov commented on IGNITE-843: --- Background for help tooltip should be not transparent. > Web configuration tools development > --- > > Key: IGNITE-843 > URL: https://issues.apache.org/jira/browse/IGNITE-843 > Project: Ignite > Issue Type: Task > Components: wizards >Affects Versions: sprint-5 > Environment: Specific frameworks: > # Main SPA stack: HTML5 / LESS / AngularJS 1.3.x / Bootstrap 3.x > # Auxiliary: jQuery 2.x / AngularJS UI 0.x > # HTTP server: node.js > # Tools: Grunt, Lodash 2.x, Font-Awesome 4.x, Animate.css, ngTable > Install node.js locally. > Install Angular, LESS, and Grunt plugins into IDEA. > Use LESS instead of CSS. >Reporter: Alexey Goncharuk >Assignee: Alexey Kuznetsov > Fix For: ignite-1.4 > > Attachments: ig-843.png > > > Frameworks to be used: > # Bootstrap > # AngularJS > # NodeJS > # MongoDB > Web control Center will communicate with Ignite Cluster via special > lightweight proxy (so called web-agent) implemented on web-sockets. > Test server: http://104.197.2.239 -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Comment Edited] (IGNITE-850) Implement clusters screen
[ https://issues.apache.org/jira/browse/IGNITE-850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14726698#comment-14726698 ] Pavel Konstantinov edited comment on IGNITE-850 at 9/2/15 4:24 AM: --- 1) "multicastGroup" (and "localAddress" too) must be removed from code generation if it empty (set any value then clear it). {code} {code} 2) "Atomics configuration" "backups" should be generated only for partitioned mode {code} {code} 3) we should escape back slashes in java-code {code} swapSpi.setBaseDirectory("c:\swap\base\directory"); {code} was (Author: pkonstantinov): 1) "multicastGroup" (and "localAddress" too) must be removed from code generation if it empty (set any value then clear it). {code} {code} 2) "Atomics configuration" "backups" should be generated only for partitioned mode {code} {code} > Implement clusters screen > - > > Key: IGNITE-850 > URL: https://issues.apache.org/jira/browse/IGNITE-850 > Project: Ignite > Issue Type: Sub-task > Components: wizards >Reporter: Alexey Goncharuk >Assignee: Alexey Kuznetsov > Fix For: ignite-1.4 > > Attachments: cluster page.png, clusters-page-2.png, > clusters-page-3.png, clusters.pdf, ig-850-zones.png > > > See screenshot -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (IGNITE-851) Implement caches screen
[ https://issues.apache.org/jira/browse/IGNITE-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14726737#comment-14726737 ] Pavel Konstantinov commented on IGNITE-851: --- Should any XML-code be generated if I set "Hibernate BLOB store factory"? Currently none code generated. > Implement caches screen > --- > > Key: IGNITE-851 > URL: https://issues.apache.org/jira/browse/IGNITE-851 > Project: Ignite > Issue Type: Sub-task > Components: wizards >Reporter: Alexey Goncharuk >Assignee: Alexey Kuznetsov > Fix For: ignite-1.4 > > Attachments: Caches.pdf, caches-page-advanced-2.png > > > See screenshot -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Comment Edited] (IGNITE-851) Implement caches screen
[ https://issues.apache.org/jira/browse/IGNITE-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14726737#comment-14726737 ] Pavel Konstantinov edited comment on IGNITE-851 at 9/2/15 4:48 AM: --- Should any XML-code be generated if I set "Hibernate BLOB store factory"? Currently none code generated. To comparison: Java-code {code} CacheHibernateBlobStoreFactory storeFactoryC1 = new CacheHibernateBlobStoreFactory(); cache.setCacheStoreFactory(storeFactoryC1); cache.setReadThrough(true); cache.setWriteBehindEnabled(true); {code} XML {code} {code} was (Author: pkonstantinov): Should any XML-code be generated if I set "Hibernate BLOB store factory"? Currently none code generated. > Implement caches screen > --- > > Key: IGNITE-851 > URL: https://issues.apache.org/jira/browse/IGNITE-851 > Project: Ignite > Issue Type: Sub-task > Components: wizards >Reporter: Alexey Goncharuk >Assignee: Alexey Kuznetsov > Fix For: ignite-1.4 > > Attachments: Caches.pdf, caches-page-advanced-2.png > > > See screenshot -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Comment Edited] (IGNITE-851) Implement caches screen
[ https://issues.apache.org/jira/browse/IGNITE-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14726737#comment-14726737 ] Pavel Konstantinov edited comment on IGNITE-851 at 9/2/15 4:49 AM: --- Should any XML-code be generated if I set "Hibernate BLOB store factory"? Currently none code generated for factory. To comparison: Java-code {code} CacheHibernateBlobStoreFactory storeFactoryC1 = new CacheHibernateBlobStoreFactory(); cache.setCacheStoreFactory(storeFactoryC1); cache.setReadThrough(true); cache.setWriteBehindEnabled(true); {code} XML {code} {code} was (Author: pkonstantinov): Should any XML-code be generated if I set "Hibernate BLOB store factory"? Currently none code generated. To comparison: Java-code {code} CacheHibernateBlobStoreFactory storeFactoryC1 = new CacheHibernateBlobStoreFactory(); cache.setCacheStoreFactory(storeFactoryC1); cache.setReadThrough(true); cache.setWriteBehindEnabled(true); {code} XML {code} {code} > Implement caches screen > --- > > Key: IGNITE-851 > URL: https://issues.apache.org/jira/browse/IGNITE-851 > Project: Ignite > Issue Type: Sub-task > Components: wizards >Reporter: Alexey Goncharuk >Assignee: Alexey Kuznetsov > Fix For: ignite-1.4 > > Attachments: Caches.pdf, caches-page-advanced-2.png > > > See screenshot -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Assigned] (IGNITE-1351) Move portable API examples to Ignite
[ https://issues.apache.org/jira/browse/IGNITE-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Denis Magda reassigned IGNITE-1351: --- Assignee: Denis Magda > Move portable API examples to Ignite > > > Key: IGNITE-1351 > URL: https://issues.apache.org/jira/browse/IGNITE-1351 > Project: Ignite > Issue Type: Bug >Reporter: Denis Magda >Assignee: Denis Magda > > We have to open source portable API examples that are a part of GridGain for > now. > The examples must be reworked/enhanced in order to use the latest portable > API. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (IGNITE-1351) Move portable API examples to Ignite
Denis Magda created IGNITE-1351: --- Summary: Move portable API examples to Ignite Key: IGNITE-1351 URL: https://issues.apache.org/jira/browse/IGNITE-1351 Project: Ignite Issue Type: Bug Reporter: Denis Magda We have to open source portable API examples that are a part of GridGain for now. The examples must be reworked/enhanced in order to use the latest portable API. -- This message was sent by Atlassian JIRA (v6.3.4#6332)