[jira] [Created] (IGNITE-6757) to bring serializable versions of java 8 functional interfaces

2017-10-25 Thread Alexandre Boudnik (JIRA)
Alexandre Boudnik created IGNITE-6757:
-

 Summary: to bring serializable versions of java 8 functional 
interfaces
 Key: IGNITE-6757
 URL: https://issues.apache.org/jira/browse/IGNITE-6757
 Project: Ignite
  Issue Type: Improvement
  Security Level: Public (Viewable by anyone)
Reporter: Alexandre Boudnik
Assignee: Alexandre Boudnik






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (IGNITE-3468) Missing Primary Key flag in getColumns()

2016-07-12 Thread Alexandre Boudnik (JIRA)
Alexandre Boudnik created IGNITE-3468:
-

 Summary: Missing Primary Key flag in getColumns()
 Key: IGNITE-3468
 URL: https://issues.apache.org/jira/browse/IGNITE-3468
 Project: Ignite
  Issue Type: Improvement
  Components: data structures, odbc
Affects Versions: 1.6
Reporter: Alexandre Boudnik
Assignee: Alexandre Boudnik
 Fix For: 1.7


When implemented it allows BI tools to build more optimal queries



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


[jira] [Created] (IGNITE-3467) jdbc getTables() returns catalog as null

2016-07-12 Thread Alexandre Boudnik (JIRA)
Alexandre Boudnik created IGNITE-3467:
-

 Summary: jdbc getTables() returns catalog as null
 Key: IGNITE-3467
 URL: https://issues.apache.org/jira/browse/IGNITE-3467
 Project: Ignite
  Issue Type: Bug
Affects Versions: 1.6
Reporter: Alexandre Boudnik
Assignee: Alexandre Boudnik
Priority: Critical
 Fix For: 1.7


Then some jdbc query tool uses null values as catalog name. An H2 database 
returns word "DATABASE" in CATALOG column, and then correctly resolves a 
fully-qualified name. I would recommend to do the same for these metadata.



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


[jira] [Created] (IGNITE-3466) select * causes NoClassDefFoundError with jdbc query tools

2016-07-12 Thread Alexandre Boudnik (JIRA)
Alexandre Boudnik created IGNITE-3466:
-

 Summary: select * causes NoClassDefFoundError with jdbc query tools
 Key: IGNITE-3466
 URL: https://issues.apache.org/jira/browse/IGNITE-3466
 Project: Ignite
  Issue Type: Bug
Reporter: Alexandre Boudnik
Priority: Critical


it happens when _KEY and _VALUE fields have types other then primitive. I would 
recommend exclude these from "SELECT STAR" list



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


[jira] [Created] (IGNITE-3457) Active Store

2016-07-08 Thread Alexandre Boudnik (JIRA)
Alexandre Boudnik created IGNITE-3457:
-

 Summary: Active Store
 Key: IGNITE-3457
 URL: https://issues.apache.org/jira/browse/IGNITE-3457
 Project: Ignite
  Issue Type: New Feature
  Components: general
Reporter: Alexandre Boudnik
Assignee: Alexandre Boudnik


To address missing features, such as backup/restore, snapshot, replication, and 
continues export



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


[jira] [Created] (IGNITE-3389) metadata result set throws NPE when closed

2016-06-28 Thread Alexandre Boudnik (JIRA)
Alexandre Boudnik created IGNITE-3389:
-

 Summary: metadata result set throws NPE when closed
 Key: IGNITE-3389
 URL: https://issues.apache.org/jira/browse/IGNITE-3389
 Project: Ignite
  Issue Type: Bug
  Components: clients, odbc, SQL
Affects Versions: 1.6, 1.7
Reporter: Alexandre Boudnik
Assignee: Alexandre Boudnik
 Fix For: 1.7


Need to handle when ResultSet has no cursor



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


[jira] [Created] (IGNITE-3322) collect transaction log

2016-06-15 Thread Alexandre Boudnik (JIRA)
Alexandre Boudnik created IGNITE-3322:
-

 Summary: collect transaction log
 Key: IGNITE-3322
 URL: https://issues.apache.org/jira/browse/IGNITE-3322
 Project: Ignite
  Issue Type: Sub-task
  Components: cache
 Environment: any
Reporter: Alexandre Boudnik
Assignee: Alexandre Boudnik


It should collect transaction log from all cluster nodes; record both successes 
and failures.



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


[jira] [Created] (IGNITE-3321) Address possible data corruption in Persistent Store implementations

2016-06-15 Thread Alexandre Boudnik (JIRA)
Alexandre Boudnik created IGNITE-3321:
-

 Summary: Address possible data corruption in Persistent Store 
implementations
 Key: IGNITE-3321
 URL: https://issues.apache.org/jira/browse/IGNITE-3321
 Project: Ignite
  Issue Type: Improvement
  Components: cache
Affects Versions: 1.6
 Environment: any
Reporter: Alexandre Boudnik
Assignee: Alexandre Boudnik


When records from partitions on different nodes are committed, each node uses 
its own SQL connection. It is possible that one of DML statements will fail on 
one of the connections, while others have committed successfully.

And we need to make a very hard decision:
- If we ignore fail then we will lose some changes.
- If we throw an exception we will make inconsistent changes.



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


[jira] [Created] (IGNITE-1560) ClassNotFoundException on AWS

2015-09-28 Thread Alexandre Boudnik (JIRA)
Alexandre Boudnik created IGNITE-1560:
-

 Summary: ClassNotFoundException on AWS
 Key: IGNITE-1560
 URL: https://issues.apache.org/jira/browse/IGNITE-1560
 Project: Ignite
  Issue Type: Bug
  Components: general
Affects Versions: ignite-1.4
 Environment: AWS
Reporter: Alexandre Boudnik
Priority: Critical


Optional ignite-aws has outdated (2012) dependency:


  com.amazonaws
  aws-java-sdk
  1.3.21.1
  compile


that depends on


org.codehaus.jackson
jackson-core-asl
1.8.9
jar
compile


org.codehaus.jackson
jackson-mapper-asl
1.8.9
jar
compile


As results it produces ClassNotFoundException for org.codehaus.jackson.JsonNode 
and org.codehaus.jackson.map.ObjectMapper classes

I would recommend to switch to newer version of aws-java-sdk, which is has no 
external dependencies.



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


[jira] [Created] (IGNITE-1371) Key-Value store (like Cassandra) as CacheStore

2015-09-03 Thread Alexandre Boudnik (JIRA)
Alexandre Boudnik created IGNITE-1371:
-

 Summary: Key-Value store (like Cassandra) as CacheStore
 Key: IGNITE-1371
 URL: https://issues.apache.org/jira/browse/IGNITE-1371
 Project: Ignite
  Issue Type: New Feature
  Components: cache
Reporter: Alexandre Boudnik
Assignee: Alexandre Boudnik






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


[jira] [Created] (IGNITE-1295) BSP implementation

2015-08-24 Thread Alexandre Boudnik (JIRA)
Alexandre Boudnik created IGNITE-1295:
-

 Summary: BSP implementation
 Key: IGNITE-1295
 URL: https://issues.apache.org/jira/browse/IGNITE-1295
 Project: Ignite
  Issue Type: New Feature
  Components: compute
Reporter: Alexandre Boudnik






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