[jira] [Created] (IGNITE-9504) Classpath cannot be customised

2018-09-10 Thread Rob Gibbon (JIRA)
Rob Gibbon created IGNITE-9504: -- Summary: Classpath cannot be customised Key: IGNITE-9504 URL: https://issues.apache.org/jira/browse/IGNITE-9504 Project: Ignite Issue Type: Bug Affects

[jira] [Created] (IGNITE-9506) Timeout object with mutable end time breaks GridTimeoutProcessor behavior

2018-09-10 Thread Ivan Pavlukhin (JIRA)
Ivan Pavlukhin created IGNITE-9506: -- Summary: Timeout object with mutable end time breaks GridTimeoutProcessor behavior Key: IGNITE-9506 URL: https://issues.apache.org/jira/browse/IGNITE-9506

Re: Class field ThreadLocal. Why not static?

2018-09-10 Thread Alexey Goncharuk
Maxim, Ignite supports starting multiple instances of Ignite in the same VM, so having static thread locals for the fields you mentioned does not work. Generally, I think thread-local should be bound to the lifespan of the component it describes. Static thread-locals are hard to clean-up and

[jira] [Created] (IGNITE-9508) Remove legacy configuration mixin

2018-09-10 Thread Alexander Kalinin (JIRA)
Alexander Kalinin created IGNITE-9508: - Summary: Remove legacy configuration mixin Key: IGNITE-9508 URL: https://issues.apache.org/jira/browse/IGNITE-9508 Project: Ignite Issue Type:

Re: IGNITE-7482 Cursor in TextQuery fetches all data in first call to next() or hasNext()

2018-09-10 Thread Tâm Nguyễn Mạnh
Hi, I have not been assigned yet. But i really want to. On Fri, Sep 7, 2018 at 4:13 PM Ilya Kasnacheev wrote: > Hello! > > Can you please frame it as Github pull request as per our process? Do you > have ticket for that? > > Regards, > -- > Ilya Kasnacheev > > > пт, 7 сент. 2018 г. в 5:08, Tâm

Re: Critical worker threads liveness checking drawbacks

2018-09-10 Thread Maxim Muzafarov
I think we should find exact answers to these questions: 1. What `critical` issue exactly is? 2. How can we find critical issues? 3. How can we handle critical issues? First, - Ignore uninterruptable actions (e.g. worker\service shutdown) - Long I/O operations (should be a configurable

[GitHub] ignite pull request #4709: IGNITE-9342: Fix two-step queries cache for multi...

2018-09-10 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request: https://github.com/apache/ignite/pull/4709 IGNITE-9342: Fix two-step queries cache for multiple statements query You can merge this pull request into a Git repository by running: $ git pull

Re: Apache Ignite 2.7 release

2018-09-10 Thread Ilya Kasnacheev
Hello! There's still two issues with the submission. The first one is that we're downloading "latest" version from preferred mirror but a specified version, such as "2.6", we're also going to download from "slow" archive.apache.org/dist. That's a great limitation for this change, since most real

Re: .Net MethodVisitor ambiguous exception during get StringMethod "Contains"

2018-09-10 Thread Tâm Nguyễn Mạnh
Hi Paven, This is not compile error, this is runtime error. I got this while i try to use linq to query name contains (.NET core) On Sun, Sep 9, 2018 at 5:29 PM Pavel Tupitsyn wrote: > Hi, > > Do you mean that you can't compile the code? > It certainly compiles (under full .NET, .NET Core, and

Re: IoC/DI support in Apache Ignite.NEt

2018-09-10 Thread Alexey Goncharuk
Hello Artyom, Welcome to the Apache Ignite community! I've added you to the list of contributors, you should now be able to assign tickets to yourself. Get familiar with Apache Ignite development process described here: https://cwiki.apache.org/confluence/display/IGNITE/Development+Process

[GitHub] ignite pull request #4708: IGNITE-9445 Use valid tag for page write unlock w...

2018-09-10 Thread ascherbakoff
GitHub user ascherbakoff opened a pull request: https://github.com/apache/ignite/pull/4708 IGNITE-9445 Use valid tag for page write unlock while reading cold page from disk You can merge this pull request into a Git repository by running: $ git pull

Re: IGNITE-7482 Cursor in TextQuery fetches all data in first call to next() or hasNext()

2018-09-10 Thread Alexey Goncharuk
Hi, Please send your jira account ID so we can add you to the contributors list. Then you will be able to assign tickets to yourself and contribute to the project according to the process. You can get more info here: https://cwiki.apache.org/confluence/display/IGNITE/Development+Process

Class field ThreadLocal. Why not static?

2018-09-10 Thread Maxim Muzafarov
Igniters, According to javadoc [1] class ThreadLocal: `ThreadLocal instances are typically private *static* fields in classes that wish to associate state with a thread (e.g., a user ID or Transaction ID).` So, AFAIK non-static ThreadLocal usage means as `per thread - per class instance`. What

[jira] [Created] (IGNITE-9507) .NET: AsCacheQueryable, invalid results when TValue is polymorfic type

2018-09-10 Thread Pavel Poltoratskiy (JIRA)
Pavel Poltoratskiy created IGNITE-9507: -- Summary: .NET: AsCacheQueryable, invalid results when TValue is polymorfic type Key: IGNITE-9507 URL: https://issues.apache.org/jira/browse/IGNITE-9507

[jira] [Created] (IGNITE-9505) IGFS Hadoop wrapper v1 doesn't implement getScheme()

2018-09-10 Thread Rob Gibbon (JIRA)
Rob Gibbon created IGNITE-9505: -- Summary: IGFS Hadoop wrapper v1 doesn't implement getScheme() Key: IGNITE-9505 URL: https://issues.apache.org/jira/browse/IGNITE-9505 Project: Ignite Issue

[jira] [Created] (IGNITE-9510) Add vertical cursor to ignite-chart component, fix tooltip positionin.

2018-09-10 Thread Alexander Kalinin (JIRA)
Alexander Kalinin created IGNITE-9510: - Summary: Add vertical cursor to ignite-chart component, fix tooltip positionin. Key: IGNITE-9510 URL: https://issues.apache.org/jira/browse/IGNITE-9510

Re: PHP thin client

2018-09-10 Thread Igor Sapego
Guys, I've reviewed the API (which looks good), run tests and examples and here are my commments: 1. Main page for documentation is empty. 2. More output for Auth example is needed. This is not a test, after all, but example. 3. If I try run test with APACHE_IGNITE_CLIENT_ENDPOINTS=127.0.0.1,

Re: Support TextQuery for ThinClient

2018-09-10 Thread Dmitriy Pavlov
Hi, I've didn't heard about such plans. TextQuery is not widely used, as far as I know. Hope this helps. Sincerely, Dmitriy Pavlov пт, 7 сент. 2018 г. в 4:57, Tâm Nguyễn Mạnh : > Hi, > > Is there any plan about support TextQuery for ThinClient ? > > -- > Thanks & Best Regards > > Tam, Nguyen

[GitHub] ignite pull request #4714: Ignite 9441-2

2018-09-10 Thread ibessonov
GitHub user ibessonov opened a pull request: https://github.com/apache/ignite/pull/4714 Ignite 9441-2 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9441-2 Alternatively you can review and apply

Re: Support TextQuery for ThinClient

2018-09-10 Thread Tâm Nguyễn Mạnh
Hi, I would like to implement this feature. Can we open a ticket for that ? Vào Th 2, 10 thg 9, 2018 lúc 8:27 CH Dmitriy Pavlov đã viết: > Hi, > > I've didn't heard about such plans. TextQuery is not widely used, as far as > I know. > > Hope this helps. > > Sincerely, > Dmitriy Pavlov > > пт, 7

[GitHub] ignite pull request #4710: IGNITE-9495 Update version for org.apache.lucene

2018-09-10 Thread Max-Pudov
GitHub user Max-Pudov opened a pull request: https://github.com/apache/ignite/pull/4710 IGNITE-9495 Update version for org.apache.lucene org.apache.lucene is updated to 7.4.0 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] ignite pull request #4711: IGNITE 6346

2018-09-10 Thread xtern
GitHub user xtern opened a pull request: https://github.com/apache/ignite/pull/4711 IGNITE 6346 You can merge this pull request into a Git repository by running: $ git pull https://github.com/xtern/ignite IGNITE-6346 Alternatively you can review and apply these changes as

Re: PHP thin client

2018-09-10 Thread Igor Sapego
By the way, I used Ubuntu 18.04, PHP 7.2.7 and what seems to be PhpUnit 7.3 (not sure here). Best Regards, Igor On Mon, Sep 10, 2018 at 3:28 PM Igor Sapego wrote: > Guys, I've reviewed the API (which looks good), run tests and examples and > here are my commments: > > 1. Main page for

[jira] [Created] (IGNITE-9514) [ML] Reduce time for the updating models on many partitions

2018-09-10 Thread Aleksey Zinoviev (JIRA)
Aleksey Zinoviev created IGNITE-9514: Summary: [ML] Reduce time for the updating models on many partitions Key: IGNITE-9514 URL: https://issues.apache.org/jira/browse/IGNITE-9514 Project: Ignite

[jira] [Created] (IGNITE-9516) Vaccum cannot complete after rebalance

2018-09-10 Thread Ivan Pavlukhin (JIRA)
Ivan Pavlukhin created IGNITE-9516: -- Summary: Vaccum cannot complete after rebalance Key: IGNITE-9516 URL: https://issues.apache.org/jira/browse/IGNITE-9516 Project: Ignite Issue Type: Bug

Re: Minor version changes and server/client compatibility

2018-09-10 Thread Dmitriy Pavlov
Hi David, Ignite does not maintain compatibility between different versions. It is not easy to do in a general case. But if you would like to hear about it from other users, you can also ask on the user list. Sincerely, Dmitriy Pavlov ср, 5 сент. 2018 г. в 18:18, David Harvey : > We have

[jira] [Created] (IGNITE-9511) Update styling for modal windows

2018-09-10 Thread Alexander Kalinin (JIRA)
Alexander Kalinin created IGNITE-9511: - Summary: Update styling for modal windows Key: IGNITE-9511 URL: https://issues.apache.org/jira/browse/IGNITE-9511 Project: Ignite Issue Type:

[GitHub] ignite pull request #4712: Ignite 9478

2018-09-10 Thread SGrimstad
GitHub user SGrimstad opened a pull request: https://github.com/apache/ignite/pull/4712 Ignite 9478 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite IGNITE-9478 Alternatively you can review and apply these

Re: Bots on dev list

2018-09-10 Thread Dmitriy Pavlov
Hi Alexey, Thank you for that brilliant idea. Build ID was added intentionally to separate topics. But for timeout failures, it creates odd topics. I would like to suggest a modification of the idea: What if we will include a suite name instead of build ID. It will keep the context of suite

[jira] [Created] (IGNITE-9512) testRollbackOnTopologyLockPessimistic still fails on master.

2018-09-10 Thread Alexei Scherbakov (JIRA)
Alexei Scherbakov created IGNITE-9512: - Summary: testRollbackOnTopologyLockPessimistic still fails on master. Key: IGNITE-9512 URL: https://issues.apache.org/jira/browse/IGNITE-9512 Project:

[GitHub] ignite pull request #4150: IGNITE-8509 Fix cache 6 suite flaky tests.

2018-09-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4150 ---

[GitHub] ignite pull request #4713: Ignite-9465: Node.js client: improve complex obje...

2018-09-10 Thread ekaterina-nbl
GitHub user ekaterina-nbl opened a pull request: https://github.com/apache/ignite/pull/4713 Ignite-9465: Node.js client: improve complex object flags processing You can merge this pull request into a Git repository by running: $ git pull https://github.com/nobitlost/ignite

[jira] [Created] (IGNITE-9513) [ML] Unify all preprocessors trainers' generics

2018-09-10 Thread Aleksey Zinoviev (JIRA)
Aleksey Zinoviev created IGNITE-9513: Summary: [ML] Unify all preprocessors trainers' generics Key: IGNITE-9513 URL: https://issues.apache.org/jira/browse/IGNITE-9513 Project: Ignite

[jira] [Created] (IGNITE-9515) OBDC: Do not quote PUBLIC schema in ODBC metadata

2018-09-10 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-9515: --- Summary: OBDC: Do not quote PUBLIC schema in ODBC metadata Key: IGNITE-9515 URL: https://issues.apache.org/jira/browse/IGNITE-9515 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-9509) Created one facade for exising ui-grid tables.

2018-09-10 Thread Alexander Kalinin (JIRA)
Alexander Kalinin created IGNITE-9509: - Summary: Created one facade for exising ui-grid tables. Key: IGNITE-9509 URL: https://issues.apache.org/jira/browse/IGNITE-9509 Project: Ignite

[GitHub] ignite pull request #4718: IGNITE-9487 Introduce IGNITE_REST_GETALL_KEY_VALU...

2018-09-10 Thread alamar
GitHub user alamar opened a pull request: https://github.com/apache/ignite/pull/4718 IGNITE-9487 Introduce IGNITE_REST_GETALL_KEY_VALUE to change getall output format. You can merge this pull request into a Git repository by running: $ git pull

Re: .Net MethodVisitor ambiguous exception during get StringMethod "Contains"

2018-09-10 Thread Pavel Tupitsyn
Can you provide a reproducer please? On Mon, Sep 10, 2018 at 9:15 AM Tâm Nguyễn Mạnh wrote: > Hi Paven, > > This is not compile error, this is runtime error. I got this while i try to > use linq to query name contains (.NET core) > > On Sun, Sep 9, 2018 at 5:29 PM Pavel Tupitsyn > wrote: > > >

[GitHub] ignite pull request #4716: IGNITE-9500 SQL system view for list of caches

2018-09-10 Thread alex-plekhanov
GitHub user alex-plekhanov opened a pull request: https://github.com/apache/ignite/pull/4716 IGNITE-9500 SQL system view for list of caches You can merge this pull request into a Git repository by running: $ git pull https://github.com/alex-plekhanov/ignite ignite-9500

[GitHub] ignite pull request #4717: IGNITE-9518 getPagesFillFactor returns NaN for em...

2018-09-10 Thread ibessonov
GitHub user ibessonov opened a pull request: https://github.com/apache/ignite/pull/4717 IGNITE-9518 getPagesFillFactor returns NaN for empty cache You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

Re: Bots on dev list

2018-09-10 Thread Vladimir Ozerov
Folks, If there will be a single thread for all failures, nobody will read it. Simply because it will be always "unread", with tons of messages, where it would be impossible to find a failure I am responsible for. Several threads - on per suite - makes situation a bit better, but still nobody

[GitHub] akalash commented on a change in pull request #3: IGNITE-9333 Add statistics page

2018-09-10 Thread GitBox
akalash commented on a change in pull request #3: IGNITE-9333 Add statistics page URL: https://github.com/apache/ignite-teamcity-bot/pull/3#discussion_r216378674 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/IgnitePersistentTeamcity.java ## @@

Re: Python thin client

2018-09-10 Thread Igor Sapego
Guys, I've cloned your repository, run pip3 install -e . then run pip3 install -r requirements/* over all the requirements, and finally run python ./setup.py pytest, but get the following output: running pytest Searching for attrs==18.1.0 Best match: attrs 18.1.0 Using

Re: Bots on dev list

2018-09-10 Thread Alexey Kuznetsov
Dmitriy, I like your idea to add suite name. On Mon, Sep 10, 2018 at 5:42 PM Dmitriy Pavlov wrote: > Hi Alexey, > > Thank you for that brilliant idea. Build ID was added intentionally to > separate topics. But for timeout failures, it creates odd topics. > > I would like to suggest a

Re: Minor version changes and server/client compatibility

2018-09-10 Thread Taras Ledkov
Dmitry, my short comment about maintains compatibilities. Ignite should be maintains (according to review checklist [1]): - binary compatibility for persistence store between minor releases; - JDBC and ODBC and thin client protocol forward and backward compatibility  between two consecutive

Re: Minor version changes and server/client compatibility

2018-09-10 Thread Dmitriy Pavlov
Hi Taras, thank you for your comments. I totally agree. пн, 10 сент. 2018 г. в 17:14, Taras Ledkov : > Dmitry, my short comment about maintains compatibilities. > > Ignite should be maintains (according to review checklist [1]): > > - binary compatibility for persistence store between minor

[jira] [Created] (IGNITE-9517) Replace uses of ConcurrentHashSet with GridConcurrentHashSet in tests

2018-09-10 Thread Ilya Kasnacheev (JIRA)
Ilya Kasnacheev created IGNITE-9517: --- Summary: Replace uses of ConcurrentHashSet with GridConcurrentHashSet in tests Key: IGNITE-9517 URL: https://issues.apache.org/jira/browse/IGNITE-9517 Project:

[GitHub] akalash commented on a change in pull request #3: IGNITE-9333 Add statistics page

2018-09-10 Thread GitBox
akalash commented on a change in pull request #3: IGNITE-9333 Add statistics page URL: https://github.com/apache/ignite-teamcity-bot/pull/3#discussion_r216379313 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/IgnitePersistentTeamcity.java ## @@

Re: Apache Ignite Hackathon: Open Source contribution is simple

2018-09-10 Thread Dmitriy Pavlov
Denis, Konstantin, Thank you for your feedback. After a private discussion with Ksenia, we've created a new idea of how to name the event: 'Apache Ignite Day, Workshop: Open Source contribution is simple'. It can be slightly better because we don't want competition between members, just fun and a

Re: IoC/DI support in Apache Ignite.NEt

2018-09-10 Thread Pavel Tupitsyn
Hi Artyom, Ticket already exists: https://issues.apache.org/jira/browse/IGNITE-9299 Feel free to grab it. But before diving deep into coding, can you please provide a short overview of the proposed implementation? Either on dev list or in JIRA ticket directly. Thanks, Pavel On Mon, Sep 10,

[jira] [Created] (IGNITE-9518) getPagesFillFactor returns NaN for empty cache

2018-09-10 Thread Ivan Bessonov (JIRA)
Ivan Bessonov created IGNITE-9518: - Summary: getPagesFillFactor returns NaN for empty cache Key: IGNITE-9518 URL: https://issues.apache.org/jira/browse/IGNITE-9518 Project: Ignite Issue

[GitHub] ignite pull request #4708: IGNITE-9445 Use valid tag for page write unlock w...

2018-09-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4708 ---

[GitHub] ignite pull request #4719: Availability zones via spring

2018-09-10 Thread DaveWHarvey
GitHub user DaveWHarvey opened a pull request: https://github.com/apache/ignite/pull/4719 Availability zones via spring You can merge this pull request into a Git repository by running: $ git pull https://github.com/percipiomedia/ignite availability_zones_via_spring

[GitHub] ignite pull request #4715: IGNITE-9158

2018-09-10 Thread zaleslaw
GitHub user zaleslaw opened a pull request: https://github.com/apache/ignite/pull/4715 IGNITE-9158 Added Pipeline You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9158 Alternatively you can review

[jira] [Created] (IGNITE-9519) PK as complex type should can be keep at inline index

2018-09-10 Thread Yury Gerzhedovich (JIRA)
Yury Gerzhedovich created IGNITE-9519: - Summary: PK as complex type should can be keep at inline index Key: IGNITE-9519 URL: https://issues.apache.org/jira/browse/IGNITE-9519 Project: Ignite

[jira] [Created] (IGNITE-9520) Investigate fuzzy free lists

2018-09-10 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-9520: Summary: Investigate fuzzy free lists Key: IGNITE-9520 URL: https://issues.apache.org/jira/browse/IGNITE-9520 Project: Ignite Issue Type: Task

Re: Bots on dev list

2018-09-10 Thread Dmitriy Pavlov
Hi Vladimir, In general, I agree with these ideas, but it will be a lot of work to be done to make personal notification even possible. We need to match each TC and GitHub, GitHub account with email, this could become huge manual work. We need to develop personal notifications code. Would you

[jira] [Created] (IGNITE-9524) Ignite Spring Session Integration

2018-09-10 Thread Prachi Garg (JIRA)
Prachi Garg created IGNITE-9524: --- Summary: Ignite Spring Session Integration Key: IGNITE-9524 URL: https://issues.apache.org/jira/browse/IGNITE-9524 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-9521) Ignite TC bot: remove duplicates in PR analysis branch selection

2018-09-10 Thread Dmitriy Pavlov (JIRA)
Dmitriy Pavlov created IGNITE-9521: -- Summary: Ignite TC bot: remove duplicates in PR analysis branch selection Key: IGNITE-9521 URL: https://issues.apache.org/jira/browse/IGNITE-9521 Project: Ignite

[jira] [Created] (IGNITE-9525) Ignite + Informatica Integration

2018-09-10 Thread Prachi Garg (JIRA)
Prachi Garg created IGNITE-9525: --- Summary: Ignite + Informatica Integration Key: IGNITE-9525 URL: https://issues.apache.org/jira/browse/IGNITE-9525 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-9522) Document Python thin client

2018-09-10 Thread Prachi Garg (JIRA)
Prachi Garg created IGNITE-9522: --- Summary: Document Python thin client Key: IGNITE-9522 URL: https://issues.apache.org/jira/browse/IGNITE-9522 Project: Ignite Issue Type: Task

Re: Support TextQuery for ThinClient

2018-09-10 Thread Dmitriy Pavlov
Hi, sure, feel free to open a ticket. About implementation, I personally do not mind, but I can't represent an opinion of all community members. I hope TextQuery/Thin Client developers and maintainers will step in and share their vision. пн, 10 сент. 2018 г. в 16:31, Tâm Nguyễn Mạnh : > Hi, >

[jira] [Created] (IGNITE-9523) Document PHP thin client

2018-09-10 Thread Prachi Garg (JIRA)
Prachi Garg created IGNITE-9523: --- Summary: Document PHP thin client Key: IGNITE-9523 URL: https://issues.apache.org/jira/browse/IGNITE-9523 Project: Ignite Issue Type: Task

Re: Workflow improvement

2018-09-10 Thread Dmitriy Pavlov
Hi Dmitrii, I deployed change with blockers summary of failures at the top of PR result page. The Bot is migrating entries now, I hope it will be done in 1-4 hours. I noticed your PRs are created in your own fork, not in https://github.com/apache/ignite-teamcity-bot Could you please create

Re: Critical worker threads liveness checking drawbacks

2018-09-10 Thread David Harvey
When I've done this before,I've needed to find the oldest thread, and kill the node running that. From a language standpoint, Maxim's "without progress" better than "heartbeat". For example, what I'm most interested in on a distributed system is which thread started the work it has not

[jira] [Created] (IGNITE-9526) Allow explicitly setting index inline size for Java objects

2018-09-10 Thread Stanislav Lukyanov (JIRA)
Stanislav Lukyanov created IGNITE-9526: -- Summary: Allow explicitly setting index inline size for Java objects Key: IGNITE-9526 URL: https://issues.apache.org/jira/browse/IGNITE-9526 Project:

Re: Support TextQuery for ThinClient

2018-09-10 Thread Tâm Nguyễn Mạnh
Hi, Yes, im going to add into .Net Thin Client. I Already looked into implementation of other Thin Client’s methods. Its quite easy to implement TextQuery for .Net Thi Client. Actually I did it on my personal branch and I would love to push it into Ignite git. Vào Th 3, 11 thg 9, 2018 lúc 2:47

Re: Support TextQuery for ThinClient

2018-09-10 Thread Pavel Tupitsyn
Hi, Text query should be easy to implement in thin client protocol, all the plumbing is there for cursors and so on. We just need a new operation similar to existing ones. Are you going to add it to .NET Thin Client? Pavel On Mon, Sep 10, 2018 at 8:22 PM Dmitriy Pavlov wrote: > Hi, sure,

Re: IGNITE-7482 Cursor in TextQuery fetches all data in first call to next() or hasNext()

2018-09-10 Thread Tâm Nguyễn Mạnh
Hi, I just registered. Here is my jira account: nguyenmanhtam...@gmail.com Thank you, Tamnm On Mon, Sep 10, 2018 at 3:25 PM Alexey Goncharuk wrote: > Hi, > > Please send your jira account ID so we can add you to the contributors > list. Then you will be able to assign tickets to yourself and

[jira] [Created] (IGNITE-9527) NPE in CacheLateAffinityAssignmentTest#testNoForceKeysRequests test

2018-09-10 Thread Mikhail Cherkasov (JIRA)
Mikhail Cherkasov created IGNITE-9527: - Summary: NPE in CacheLateAffinityAssignmentTest#testNoForceKeysRequests test Key: IGNITE-9527 URL: https://issues.apache.org/jira/browse/IGNITE-9527

Re: Workflow improvement

2018-09-10 Thread Dmitrii Ryabov
Hi, Dmitriy, I made PRs in my fork for test purposes. Real PRs were made to the GitHub mirror, and one of them is already merged by D. Govorukhin. PR with GitHub statuses [1] is ready for review. PR with JIRA comment will be ready in a few days. [1]

Re: PHP thin client

2018-09-10 Thread Alexey Kosenchuk
Hi Igor, thanks for the review. Pls see below... >> 1. Main page for documentation is empty. What is the main page for documentation? As wrote, the auto-generated API spec is here: https://rawgit.com/nobitlost/ignite/ignite-7783-docs/modules/platforms/php/api_docs/html/index.html All other

Re: affinityBackupFilter for AWS Availability Zones

2018-09-10 Thread Dave Harvey
Submitted a patch for this https://issues.apache.org/jira/browse/IGNITE-9365 -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

Re: Apache Ignite 2.7 release

2018-09-10 Thread Roman Shtykh
Ilya, The "latest" version is the default, and resolved by https://ignite.apache.org/latest which is used by our web site when a user download the latest Ignite version. And I think this is the authority to judge of the latest official release (pom.xml you suggest can have SNAPSHOTs

[jira] [Created] (IGNITE-9528) Web Console: PageConfigure service incorrectly process error

2018-09-10 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-9528: Summary: Web Console: PageConfigure service incorrectly process error Key: IGNITE-9528 URL: https://issues.apache.org/jira/browse/IGNITE-9528 Project: Ignite