[jira] [Created] (IGNITE-8442) How to use ignite cache for cross-platform(Java, C++)

2018-05-06 Thread Liu Jingyuan (JIRA)
Liu Jingyuan created IGNITE-8442: Summary: How to use ignite cache for cross-platform(Java, C++) Key: IGNITE-8442 URL: https://issues.apache.org/jira/browse/IGNITE-8442 Project: Ignite Issue

[GitHub] ignite pull request #3948: IGNITE-8439: user-specified IGNITE_JETTY_HOST doe...

2018-05-06 Thread shroman
GitHub user shroman opened a pull request: https://github.com/apache/ignite/pull/3948 IGNITE-8439: user-specified IGNITE_JETTY_HOST doesn't work. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shroman/ignite IGNITE-8439

Apache Ignite 2.5 release: Can IGNITE-8041 be included?

2018-05-06 Thread techbysample
Denis/Yury, Can this ticket be include in 2.5?: This is very isolated, as I have added another example for GA Grid. Ticket is presently planned for 2.6. Ticket Number Description https://issues.apache.org/jira/browse/IGNITE-8041 Add a GA

[GitHub] ignite pull request #3947: IGNITE-8041: Add a GA Grid example that solves 'K...

2018-05-06 Thread techbysample
GitHub user techbysample opened a pull request: https://github.com/apache/ignite/pull/3947 IGNITE-8041: Add a GA Grid example that solves 'Knapsack Problem' Add a GA Grid example that solves 'Knapsack Problem' You can merge this pull request into a Git repository by running: $

Re: method arguments code style

2018-05-06 Thread Dmitriy Govorukhin
Vladimir, My eyes cry when I see this public double getCost(Session ses, int[] masks, TableFilter[] filters, int filter, SortOrder sortOrder, HashSet cols) { return SpatialTreeIndex.getCostRangeIndex(masks,table.getRowCountApproximation(), columns) / 10; } Why did arguments split into

Suggestion about Docker Swarm Services and Scaling Ignite automatically

2018-05-06 Thread Jonathan Schoreels
Hello everyone, As adviced by @dsetrakyan, I would like to post one simple suggestion about Ignite and deployment, in particular container one's like docker. Docker Swarm allows to simply scale a service by setting the "replicas" parameter to a positive Integer. However, for lot of clustered

[GitHub] ignite pull request #3946: IGNITE-8434 .NET: Fix service proxies on .NET Cor...

2018-05-06 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/3946 IGNITE-8434 .NET: Fix service proxies on .NET Core You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-8434