subscribe!

2018-06-01 Thread The Malted Loaf
subscribe!

Re: Ability to check and completely fill transactions on creation

2018-06-01 Thread Dmitriy Setrakyan
Anton, we are very far from agreement. I think it makes sense to step back, come up with a clean design and propose it again. On Fri, Jun 1, 2018 at 12:59 PM, Anton Vinogradov wrote: > Dmitriy, > > Unfortunately, we have more than 2 types of txs, full list is > > GridDhtTxLocal >

Re: Apache ignite client for YCSB

2018-06-01 Thread Brian Cooper
Hi, I'm not involved with YCSB anymore. I suggest opening an issue on the github repo itself; the maintainers are pretty responsive. Brian On Fri, Jun 1, 2018 at 3:29 AM, Ilya Suntsov wrote: > Hi Brian, > > I would like to add Apache Ignite (https://apacheignite.readme.io/docs) > client to

Re: Ability to check and completely fill transactions on creation

2018-06-01 Thread Anton Vinogradov
Dmitriy, Unfortunately, we have more than 2 types of txs, full list is GridDhtTxLocal GridDhtTxRemote GridNearTxLocal GridNearTxRemote BTW, We have no clear documentation about behaviour and difference. I created an issue [1] to solve this, but seems no one interested :( 1) What I see is that

[CVE-2014-0114]: Apache Ignite is vulnerable to existing CVE-2014-0114

2018-06-01 Thread Denis Magda
[CVE-2014-0114]: Apache Ignite is vulnerable to existing CVE-2014-0114 Severity: Important Vendor: The Apache Software Foundation Versions Affected: Apache Ignite 2.4 or earlier Impact: An attacker can execute arbitrary code on Ignite nodes in the case when Ignite classpath contains arbitrary

Re: About readme.io's latest docs

2018-06-01 Thread 李玉珏
Prachi, Can you help to export all the latest version of all documents to me? I am ready to make a synchronization of the chinese version of the document. thanks! 在 2017/11/24 下午1:33, Prachi Garg 写道: Attached. On Wed, Nov 15, 2017 at 4:41 AM, 李玉珏@163 <18624049...@163.com

Re: Ability to check and completely fill transactions on creation

2018-06-01 Thread Dmitriy Setrakyan
I do not like the inconsistent behavior between different transaction events. I now feel that we need to separate events between Near TX and Remote TX, and maybe focus on the Near TX for now. How about we only add events for the Near TX and have a consistent behavior across all Near TX events. I

[GitHub] ignite pull request #4111: Ignite 8645

2018-06-01 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/4111 Ignite 8645 You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite IGNITE-8645 Alternatively you can review and apply these changes as

[jira] [Created] (IGNITE-8684) Partition state exchange during rebalance continues to keep sending state messages (single,full) in loop even if no changes in partitions states

2018-06-01 Thread Alexei Scherbakov (JIRA)
Alexei Scherbakov created IGNITE-8684: - Summary: Partition state exchange during rebalance continues to keep sending state messages (single,full) in loop even if no changes in partitions states Key: IGNITE-8684

[GitHub] ignite pull request #4110: IGNITE-8681: Introduce expiry throttling.

2018-06-01 Thread AMashenkov
GitHub user AMashenkov opened a pull request: https://github.com/apache/ignite/pull/4110 IGNITE-8681: Introduce expiry throttling. Thread will avoid try to clean expired entries if recent try has finished with "nothing to clean". You can merge this pull request into a Git

[GitHub] ignite pull request #4060: IGN-10640 [IGNITE-8603] Add JMX-metric to cluster...

2018-06-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4060 ---

[GitHub] ignite pull request #4107: IGNITE-8658 Add info message for complete partiti...

2018-06-01 Thread Mikhail1988
Github user Mikhail1988 closed the pull request at: https://github.com/apache/ignite/pull/4107 ---

[GitHub] ignite pull request #4109: Tests fail after IGNITE-6639

2018-06-01 Thread Mikhail1988
GitHub user Mikhail1988 opened a pull request: https://github.com/apache/ignite/pull/4109 Tests fail after IGNITE-6639 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-master-8683 Alternatively you

[jira] [Created] (IGNITE-8683) Test fails after IGNITE-6639

2018-06-01 Thread Mikhail Cherkasov (JIRA)
Mikhail Cherkasov created IGNITE-8683: - Summary: Test fails after IGNITE-6639 Key: IGNITE-8683 URL: https://issues.apache.org/jira/browse/IGNITE-8683 Project: Ignite Issue Type: Bug

[GitHub] ignite pull request #4101: IGNITE-8666 Add ability of filtering data during ...

2018-06-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4101 ---

[GitHub] ignite pull request #4108: IGNITE-8682 Attempt to configure IGFS in persiste...

2018-06-01 Thread glukos
GitHub user glukos opened a pull request: https://github.com/apache/ignite/pull/4108 IGNITE-8682 Attempt to configure IGFS in persistent mode without spec… …ific data region ends with AssertionError You can merge this pull request into a Git repository by running: $ git

[jira] [Created] (IGNITE-8682) Attempt to configure IGFS in persistent mode without specific data region ends with AssertionError

2018-06-01 Thread Ivan Rakov (JIRA)
Ivan Rakov created IGNITE-8682: -- Summary: Attempt to configure IGFS in persistent mode without specific data region ends with AssertionError Key: IGNITE-8682 URL: https://issues.apache.org/jira/browse/IGNITE-8682

[jira] [Created] (IGNITE-8681) Using ExpiryPolicy with persistence causes significant slowdown.

2018-06-01 Thread Andrew Mashenkov (JIRA)
Andrew Mashenkov created IGNITE-8681: Summary: Using ExpiryPolicy with persistence causes significant slowdown. Key: IGNITE-8681 URL: https://issues.apache.org/jira/browse/IGNITE-8681 Project:

[GitHub] ignite pull request #4106: IGNITE-8664: Added StringEncoder

2018-06-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4106 ---

Re: Ability to check and completely fill transactions on creation

2018-06-01 Thread Anton Vinogradov
Dmitriy, 1) EVT_TX_PREPARED were added this morning to check event generation on remote nodes :) 2) Only GridNearTxLocal has label now, that's the implementation we currently have. It can be improved if necesary, I think. So, actually, label always available at - EVT_TX_STARTED, -

Re: Ability to check and completely fill transactions on creation

2018-06-01 Thread Dmitriy Setrakyan
Ok, sounds good. I till have more comments: 1. I think you have missed EVT_TX_PREPARED event 2. I am still very confused with your comment on "label()" method. Why is the label not propagated to remote nodes? What happens when users call this "label()" method for other TX events, not

[GitHub] ignite pull request #4107: IGNITE-8658 Add info message for complete partiti...

2018-06-01 Thread Mikhail1988
GitHub user Mikhail1988 opened a pull request: https://github.com/apache/ignite/pull/4107 IGNITE-8658 Add info message for complete partition exchange You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

Re: Ability to check and completely fill transactions on creation

2018-06-01 Thread Anton Vinogradov
Dmitriy, In that case there will be no chances to listen only tx creation events without slowing down the system on other tx events creation and filtering. All events are processed at same thread where tx changes the state, so, we have to have the way to decrease potential slowdown. I made it

[jira] [Created] (IGNITE-8680) Encoding categorical features with OneHotEncoder

2018-06-01 Thread Yury Babak (JIRA)
Yury Babak created IGNITE-8680: -- Summary: Encoding categorical features with OneHotEncoder Key: IGNITE-8680 URL: https://issues.apache.org/jira/browse/IGNITE-8680 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-8679) Integration with tensorflow datasets

2018-06-01 Thread Yury Babak (JIRA)
Yury Babak created IGNITE-8679: -- Summary: Integration with tensorflow datasets Key: IGNITE-8679 URL: https://issues.apache.org/jira/browse/IGNITE-8679 Project: Ignite Issue Type: New Feature

[jira] [Created] (IGNITE-8677) Web Console: Change Color Philosophy

2018-06-01 Thread Vica Abramova (JIRA)
Vica Abramova created IGNITE-8677: - Summary: Web Console: Change Color Philosophy Key: IGNITE-8677 URL: https://issues.apache.org/jira/browse/IGNITE-8677 Project: Ignite Issue Type:

Apache ignite client for YCSB

2018-06-01 Thread Ilya Suntsov
Hi Brian, I would like to add Apache Ignite (https://apacheignite.readme.io/docs) client to YCSB repository. Pull request passed all travis tests: https://github.com/brianfrankcooper/YCSB/pull/1118 Could you please take a look at this PR? -- Best Regards, Ilya Suntsov email:

[GitHub] ignite pull request #4106: IGNITE-8664

2018-06-01 Thread zaleslaw
GitHub user zaleslaw opened a pull request: https://github.com/apache/ignite/pull/4106 IGNITE-8664 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8664 Alternatively you can review and apply these

[jira] [Created] (IGNITE-8676) Possible data loss after stoping/starting several nodes at the same time

2018-06-01 Thread Andrey Aleksandrov (JIRA)
Andrey Aleksandrov created IGNITE-8676: -- Summary: Possible data loss after stoping/starting several nodes at the same time Key: IGNITE-8676 URL: https://issues.apache.org/jira/browse/IGNITE-8676