Semen Boikov created IGNITE-5272:
Summary: Try get rid of custom discovery message for client cache
start
Key: IGNITE-5272
URL: https://issues.apache.org/jira/browse/IGNITE-5272
Project: Ignite
+1
On Tue, May 23, 2017 at 12:55 AM, Denis Magda wrote:
> Igniters,
>
> This branch (https://github.com/apache/ignite/tree/ignite-5267) adds a
> distributed and transactional Persistent Store to Apache Ignite project.
> The store seamlessly integrates with Apache Ignite 2.0 page memory
> archite
I noticed the latest Apache Zeppelin integration page on readme is 1.7, but
there are integrations for 1.8 and 1.9 too. Missing update?
https://apacheignite-mix.readme.io/v1.7/docs/apache-zeppelin
-- Roman
Ilya Borisov created IGNITE-5271:
Summary: Web Console: light basic/advanced configuration
Key: IGNITE-5271
URL: https://issues.apache.org/jira/browse/IGNITE-5271
Project: Ignite
Issue Type:
> 4) I believe the VOTE to accept the donation should be *decoupled* from
> any VOTEs –or decisions– on *what* to do with the donation and *when* to do
> it. Although it's sane and healthy to discuss the future of the donation
> inside its new home, ultimately there should be no time pressure by
Igniters,
This branch (https://github.com/apache/ignite/tree/ignite-5267) adds a
distributed and transactional Persistent Store to Apache Ignite project. The
store seamlessly integrates with Apache Ignite 2.0 page memory architecture.
One of the main advantages of the store is that Apache Ignit
Hello Val,
As I discussed earlier, the problem arises in the cluster environment.
we have 2 SB staleless instance backed by Ignite data store.
The local environment is working fine and I am able to see the user
sessions are being stored correctly.
I could not make session replication working wi
Valentin Kulichenko created IGNITE-5270:
---
Summary: Cassandra store should support binary objects with POJO
strategy
Key: IGNITE-5270
URL: https://issues.apache.org/jira/browse/IGNITE-5270
Projec
Thanks! I created a ticket for improvement:
https://issues.apache.org/jira/browse/IGNITE-5270
-Val
On Mon, May 22, 2017 at 7:52 PM, Igor Rudyak wrote:
> Hi Val,
>
> As of now, Cassandra store can work with binary objects only as BLOBs -
> storing them as BLOBs in Cassandra database.
>
> Igor
>
Semen Boikov created IGNITE-5269:
Summary: [IGNITE-4575] Implement in Ignite wrapper for enums based
on H2 user value type
Key: IGNITE-5269
URL: https://issues.apache.org/jira/browse/IGNITE-5269
Proje
Hi Rishi,
I'm not sure I understand what the issue is. Can you elaborate a bit more
and provide exact examples of what is not working? What code tweaks are
required and how critical are they? Also I recall that your example was
working fine after the latest fixes in 1.9 (if I'm not mistaken). Did
Semen Boikov created IGNITE-5268:
Summary: [GG-12193] DDL: Support dynamic index persistence
Key: IGNITE-5268
URL: https://issues.apache.org/jira/browse/IGNITE-5268
Project: Ignite
Issue Type
GitHub user skalashnikov opened a pull request:
https://github.com/apache/ignite/pull/1989
IGNITE-4724: SQL: corrected result type for AVG()
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-4724
Alte
Hi Val,
As of now, Cassandra store can work with binary objects only as BLOBs -
storing them as BLOBs in Cassandra database.
Igor
On Mon, May 22, 2017 at 1:40 AM, Valentin Kulichenko <
valentin.kuliche...@gmail.com> wrote:
> Hi Igor,
>
> Can you please clarify if Cassandra store can work direct
Guys,
As discussed, pushed the branch being stabilized to ignite-5267 (and
created the corresponding ticket).
2017-05-21 6:48 GMT+03:00 Denis Magda :
> Sounds good to me.
>
> To keep all of you in the loop, eventually, the *IP clearance vote* has
> been initiated on @incubator-general. Here is t
Alexey Goncharuk created IGNITE-5267:
Summary: Persistent storage migration
Key: IGNITE-5267
URL: https://issues.apache.org/jira/browse/IGNITE-5267
Project: Ignite
Issue Type: New Feature
GitHub user sergey-chugunov-1985 opened a pull request:
https://github.com/apache/ignite/pull/1988
properties to configure memoryMetrics are added, documentation improved
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/a
Hi Mike,
Generally, establishing connections in parallel could make sense, but note
that in most this would be a minor optimization, because:
- Under load connections are established once and then reused. If you
observe disconnections during application lifetime under load, then
probably
GitHub user AMashenkov opened a pull request:
https://github.com/apache/ignite/pull/1987
IGNITE-3562: Updated updated Lucene version.
updated to 4.10.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-3
Hi Igniters,
Whilst diagnosing a problem with a slow query, I became aware of a potential
issue in the Ignite codebase. When executing a SQL query that is to run
remotely, the IgniteH2Indexing#send() method is called, with a
Collection as one of its parameters. This collection is
iterated seq
Pavel Tupitsyn created IGNITE-5266:
--
Summary: .NET: Support LongCount in LINQ
Key: IGNITE-5266
URL: https://issues.apache.org/jira/browse/IGNITE-5266
Project: Ignite
Issue Type: Improvement
Sergey Chugunov created IGNITE-5265:
---
Summary: Eviction Rate memory metric to be implemented
Key: IGNITE-5265
URL: https://issues.apache.org/jira/browse/IGNITE-5265
Project: Ignite
Issue Ty
Igniters,
I've created new PR https://github.com/apache/ignite/pull/1986 without
merge conflicts against master. Please review these changes instead of
PR1956.
Thank you
Best Regards,
Dmitry Pavlov
пн, 22 мая 2017 г. в 13:21, Alexey Goncharuk :
> Thanks, Dmitriy!
>
> If there are no other obje
Github user dspavlov closed the pull request at:
https://github.com/apache/ignite/pull/1980
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is e
GitHub user dspavlov opened a pull request:
https://github.com/apache/ignite/pull/1986
IGNITE-4947: Create AI 2.0 TC suites
New PR against master with squash all commits from
https://github.com/apache/ignite/pull/1980
You can merge this pull request into a Git repository by running
Github user asfgit closed the pull request at:
https://github.com/apache/ignite/pull/1985
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is ena
Github user voipp closed the pull request at:
https://github.com/apache/ignite/pull/1581
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enab
Github user ntikhonov closed the pull request at:
https://github.com/apache/ignite/pull/1760
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
Vladimir Ozerov created IGNITE-5264:
---
Summary: DDL operations must operate on per-schema basis
Key: IGNITE-5264
URL: https://issues.apache.org/jira/browse/IGNITE-5264
Project: Ignite
Issue
GitHub user ptupitsyn opened a pull request:
https://github.com/apache/ignite/pull/1985
IGNITE-5257 .NET: SQL query timeouts
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ptupitsyn/ignite ignite-5257
Alternatively you can revi
GitHub user agura opened a pull request:
https://github.com/apache/ignite/pull/1984
ignite-5203 Simple BLOB support added
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/agura/incubator-ignite ignite-5203-master
Alternatively yo
Vladimir Ozerov created IGNITE-5263:
---
Summary: ODBC: use schema notion instead of cache name
Key: IGNITE-5263
URL: https://issues.apache.org/jira/browse/IGNITE-5263
Project: Ignite
Issue Ty
GitHub user vadopolski opened a pull request:
https://github.com/apache/ignite/pull/1983
Ignite 4447 2
Removed IgniteCache150ClientsTest.java to IgniteCacheTestSuite.java.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vadopolski
Github user AMashenkov closed the pull request at:
https://github.com/apache/ignite/pull/1981
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
GitHub user AMashenkov opened a pull request:
https://github.com/apache/ignite/pull/1982
IGNITE-5252: Expose getFieldName method to SqlFieldsQuery result.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ign
GitHub user AMashenkov opened a pull request:
https://github.com/apache/ignite/pull/1981
Expose getFieldName method to SqlFieldsQuery result.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-5252
Alt
Github user dspavlov closed the pull request at:
https://github.com/apache/ignite/pull/1956
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is e
GitHub user dspavlov opened a pull request:
https://github.com/apache/ignite/pull/1980
Ignite 4947: Fix AI 2.0 TC suites
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-4947
Alternatively you can r
GitHub user devozerov opened a pull request:
https://github.com/apache/ignite/pull/1979
IGNITE-5054
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-5054
Alternatively you can review and apply these
Alexey Kuznetsov created IGNITE-5262:
Summary: CacheJdbcPojoStore: implement support for custom
transformers on writing to RDBMS
Key: IGNITE-5262
URL: https://issues.apache.org/jira/browse/IGNITE-5262
Thanks, Dmitriy!
If there are no other objections, I will merge the changes shortly.
2017-05-22 13:10 GMT+03:00 Dmitry Pavlov :
> Hi, Igniters!
>
> Could you please review and merge changes from
> https://github.com/apache/ignite/pull/1956 into master.
>
> These changes makes running tests with
Hi, Igniters!
Could you please review and merge changes from
https://github.com/apache/ignite/pull/1956 into master.
These changes makes running tests with similar results in TC Run configs
"Ignite 2.0 Tests" as it is in "Ignite Tests".
Best regards,
Dmitry Pavlov
ср, 17 мая 2017 г. в 20:52, Al
wangbo created IGNITE-5261:
--
Summary: Why one job of the Task stopped by exception,the other
jobs may stopped.
Key: IGNITE-5261
URL: https://issues.apache.org/jira/browse/IGNITE-5261
Project: Ignite
GitHub user dkarachentsev opened a pull request:
https://github.com/apache/ignite/pull/1978
Ignite 5223 Allow use local binary metadata cache if it's possible
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite
Github user devozerov closed the pull request at:
https://github.com/apache/ignite/pull/1962
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
Hi Igor,
Can you please clarify if Cassandra store can work directly with binary
objects or not, when POJO strategy is used? In other words, are POJO
classes required on server nodes for this strategy? What will happen if
CacheConfiguration#keepBinaryInStore property set to true?
-Val
GitHub user DmitriyGovorukhin opened a pull request:
https://github.com/apache/ignite/pull/1977
Checkpoint copy page optimization
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite
ignite-gg-12163-checkpoint-
47 matches
Mail list logo