[GitHub] ignite pull request: IGNITE-1371 implemented

2015-10-22 Thread irudyak
GitHub user irudyak opened a pull request: https://github.com/apache/ignite/pull/172 IGNITE-1371 implemented You can merge this pull request into a Git repository by running: $ git pull https://github.com/irudyak/ignite ignite-1371 Alternatively you can review and apply

[GitHub] ignite pull request #789: Fix for ignite-3293

2016-06-10 Thread irudyak
Github user irudyak closed the pull request at: https://github.com/apache/ignite/pull/789 --- 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

[GitHub] ignite pull request #789: Fix for ignite-3293

2016-06-10 Thread irudyak
GitHub user irudyak reopened a pull request: https://github.com/apache/ignite/pull/789 Fix for ignite-3293 It's a patch to scripts bootstrapping Ignite-Cassandra-LoadTests infrastructure in Amazon You can merge this pull request into a Git repository by running: $ git pull

[GitHub] ignite pull request #789: Fix for ignite-3293

2016-06-09 Thread irudyak
GitHub user irudyak opened a pull request: https://github.com/apache/ignite/pull/789 Fix for ignite-3293 It's a patch to scripts bootstrapping Ignite-Cassandra-LoadTests infrastructure in Amazon You can merge this pull request into a Git repository by running: $ git pull

Re: Cassandra cache store [IGNITE-1371]

2016-02-17 Thread irudyak
Actually the idea of PersistenceCallback interface looks good. I'll try to think how it's better to implement CassandraData class. -- View this message in context: http://apache-ignite-developers.2346864.n4.nabble.com/Cassandra-cache-store-IGNITE-1371-tp6880p7436.html Sent from the Apache

Re: Cassandra cache store [IGNITE-1371]

2016-02-19 Thread irudyak
Well, it just depends on how soon you are going to publish release 1.6. It will take about 1 month for me to implement PersistenceCallback. -- View this message in context: http://apache-ignite-developers.2346864.n4.nabble.com/Cassandra-cache-store-IGNITE-1371-tp6880p7466.html Sent from the

Re: Cassandra cache store [IGNITE-1371]

2016-03-09 Thread irudyak
Hi guys, I am quite busy now. It looks like I'll just start implementing PersistenceCallback in a month. -- View this message in context: http://apache-ignite-developers.2346864.n4.nabble.com/Cassandra-cache-store-IGNITE-1371-tp6880p7827.html Sent from the Apache Ignite Developers mailing list

Re: Cassandra cache store [IGNITE-1371]

2016-04-07 Thread irudyak
into repository: https://github.com/irudyak/ignite 4) Current implementation is available in branch "ignite-1371" -- View this message in context: http://apache-ignite-developers.2346864.n4.nabble.com/Cassandra-cache-store-IGNITE-1371-tp6880p8313.html Sent from the Apache Ignite Developers ma

[GitHub] ignite pull request #851: IGNITE-3417 Cassandra packages have no description...

2016-07-04 Thread irudyak
GitHub user irudyak opened a pull request: https://github.com/apache/ignite/pull/851 IGNITE-3417 Cassandra packages have no descriptions You can merge this pull request into a Git repository by running: $ git pull https://github.com/irudyak/ignite ignite-3417 Alternatively

[GitHub] ignite pull request #961: IGNITE-3701 Ignite Maven project version number

2016-08-16 Thread irudyak
Github user irudyak closed the pull request at: https://github.com/apache/ignite/pull/961 --- 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

[GitHub] ignite pull request #961: IGNITE-3701 Ignite Maven project version number

2016-08-16 Thread irudyak
GitHub user irudyak reopened a pull request: https://github.com/apache/ignite/pull/961 IGNITE-3701 Ignite Maven project version number You can merge this pull request into a Git repository by running: $ git pull https://github.com/irudyak/ignite ignite-3701 Alternatively you

[GitHub] ignite pull request #961: IGNITE-3172 Ignite Maven project version number

2016-08-16 Thread irudyak
GitHub user irudyak opened a pull request: https://github.com/apache/ignite/pull/961 IGNITE-3172 Ignite Maven project version number You can merge this pull request into a Git repository by running: $ git pull https://github.com/irudyak/ignite ignite-3701 Alternatively you

[GitHub] ignite pull request #1062: IGNITE 3791 Wrap keyspace, table and column name ...

2016-09-14 Thread irudyak
Github user irudyak closed the pull request at: https://github.com/apache/ignite/pull/1062 --- 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

[GitHub] ignite pull request #1062: Ignite 3791 Wrap keyspace, table and column name ...

2016-09-14 Thread irudyak
GitHub user irudyak opened a pull request: https://github.com/apache/ignite/pull/1062 Ignite 3791 Wrap keyspace, table and column name with escape characters in generated CQL queries You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] ignite pull request #1086: IGNITE-3313 Make table name optional in Cassandra...

2016-09-20 Thread irudyak
GitHub user irudyak opened a pull request: https://github.com/apache/ignite/pull/1086 IGNITE-3313 Make table name optional in Cassandra persistence descriptor You can merge this pull request into a Git repository by running: $ git pull https://github.com/irudyak/ignite ignite

[GitHub] ignite pull request #1111: IGNITE 3609 Utilize Cassandra logged batches for ...

2016-09-24 Thread irudyak
GitHub user irudyak opened a pull request: https://github.com/apache/ignite/pull/ IGNITE 3609 Utilize Cassandra logged batches for transactions You can merge this pull request into a Git repository by running: $ git pull https://github.com/irudyak/ignite ignite-3609

[GitHub] ignite pull request #1189: IGNITE-4075 Cassandra store should load all avail...

2016-10-26 Thread irudyak
GitHub user irudyak opened a pull request: https://github.com/apache/ignite/pull/1189 IGNITE-4075 Cassandra store should load all available data when no parameters are provided in loadCache() You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] ignite pull request #1274: IGNITE-4205 CassandraCacheStore should start Igni...

2016-11-23 Thread irudyak
GitHub user irudyak opened a pull request: https://github.com/apache/ignite/pull/1274 IGNITE-4205 CassandraCacheStore should start IgniteThread threads in loadCache() method You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] ignite pull request #2074: IGNITE 5368 Cassandra store should support privat...

2017-06-08 Thread irudyak
Github user irudyak closed the pull request at: https://github.com/apache/ignite/pull/2074 --- 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

Re: How to store Binary Object in Cassandra Backup Store

2017-05-19 Thread irudyak
You are using invalid persistence descriptor. It should be something like: * * You can find more details about persistence descriptor configuration here: https://apacheignite-mix.readme.io/docs/base-concepts#section-persistencesettingsbean

[GitHub] ignite pull request #3940: IGNITE-8354 Ignite Continuosly refreshes Cassandr...

2018-05-15 Thread irudyak
Github user irudyak closed the pull request at: https://github.com/apache/ignite/pull/3940 ---

[GitHub] ignite pull request #3940: IGNITE-8354 Ignite Continuosly refreshes Cassandr...

2018-04-28 Thread irudyak
GitHub user irudyak opened a pull request: https://github.com/apache/ignite/pull/3940 IGNITE-8354 Ignite Continuosly refreshes Cassandra Session when there is an Exception in execute method of CassandraSessionImpl You can merge this pull request into a Git repository by running

[GitHub] ignite pull request #3471: IGNITE-5779 Incorrect mapping of smallint cassand...

2018-02-04 Thread irudyak
GitHub user irudyak opened a pull request: https://github.com/apache/ignite/pull/3471 IGNITE-5779 Incorrect mapping of smallint cassandra type. You can merge this pull request into a Git repository by running: $ git pull https://github.com/irudyak/ignite ignite-5779