Re: Python thin client

2018-10-10 Thread Dmitry Melnichuk
Hi, Stepan! I looked at the benchmark code and the overall methodics, discussed it with fellow programmers, and came up with basically two remarks. First of all, I think, the key for the good (or, at least, unobjectionable) measurement is to isolate the object being measured from the

[jira] [Created] (IGNITE-9833) Update Master Trends metrics: add total run time (duration), number of runs

2018-10-10 Thread Nikolai Kulagin (JIRA)
Nikolai Kulagin created IGNITE-9833: --- Summary: Update Master Trends metrics: add total run time (duration), number of runs Key: IGNITE-9833 URL: https://issues.apache.org/jira/browse/IGNITE-9833

Re: Python thin client

2018-10-10 Thread Vladimir Ozerov
Hi Dmitry, I agree with your comments on benchmarking code. As more fair alternative we may measure time of loading N elements into the cache, so that it will be necessary to call time() only twice. However, provided that we have real network here, and according to numbers one PUT in Python

[jira] [Created] (IGNITE-9834) ClientImpl shouldn't fail JVM with 130 error code after node validation errors

2018-10-10 Thread Alexey Platonov (JIRA)
Alexey Platonov created IGNITE-9834: --- Summary: ClientImpl shouldn't fail JVM with 130 error code after node validation errors Key: IGNITE-9834 URL: https://issues.apache.org/jira/browse/IGNITE-9834

Re: Absence of unsigned integer read/write support in IBinaryRawReader/Writer

2018-10-10 Thread Dmitriy Setrakyan
On Tue, Oct 9, 2018 at 9:55 PM Raymond Wilson wrote: > > I am curious that unsigned ints would not be a universally supported type > on all platforms. Is that really the case? > I am not aware of any unsigned ints in Java, at least yet. Here is a Stack Overflow thread on this:

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

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

[GitHub] ignite pull request #4904: IGNITE-9783: MVCC: Track all nodes participating ...

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

[jira] [Created] (IGNITE-9835) Document IGNITE.CACHES system view

2018-10-10 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-9835: --- Summary: Document IGNITE.CACHES system view Key: IGNITE-9835 URL: https://issues.apache.org/jira/browse/IGNITE-9835 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-9837) Test BinaryMetadataUpdatesFlowTest.testConcurrentMetadataUpdates is flaky in master.

2018-10-10 Thread Amelchev Nikita (JIRA)
Amelchev Nikita created IGNITE-9837: --- Summary: Test BinaryMetadataUpdatesFlowTest.testConcurrentMetadataUpdates is flaky in master. Key: IGNITE-9837 URL: https://issues.apache.org/jira/browse/IGNITE-9837

[GitHub] ignite pull request #4939: IGNITE-9834: Cancel tcp-client-disco-msg-worker i...

2018-10-10 Thread avplatonov
GitHub user avplatonov opened a pull request: https://github.com/apache/ignite/pull/4939 IGNITE-9834: Cancel tcp-client-disco-msg-worker in normal order after validation error …rror You can merge this pull request into a Git repository by running: $ git pull

[GitHub] SomeFire opened a new pull request #32: add PR title to the PR number for autocomplete TC branch

2018-10-10 Thread GitBox
SomeFire opened a new pull request #32: add PR title to the PR number for autocomplete TC branch URL: https://github.com/apache/ignite-teamcity-bot/pull/32 This is an automated message from the Apache Git Service. To

[GitHub] ignite pull request #4940: IGNITE-9446: Added cache status check before runn...

2018-10-10 Thread rkondakov
GitHub user rkondakov opened a pull request: https://github.com/apache/ignite/pull/4940 IGNITE-9446: Added cache status check before running vacuum. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

Re: Python thin client

2018-10-10 Thread Dmitry Melnichuk
Stepan! Can you please update the benchmarks based on my suggestions earlier in this thread: use a cleaner time profiling for the loop, remove unnecessary operations (string formatting, rounding operations), stick to the primitive int value for put operations (agree with Vladimir, let's keep

[jira] [Created] (IGNITE-9836) Invalid check of ea java versions

2018-10-10 Thread Vasiliy Sisko (JIRA)
Vasiliy Sisko created IGNITE-9836: - Summary: Invalid check of ea java versions Key: IGNITE-9836 URL: https://issues.apache.org/jira/browse/IGNITE-9836 Project: Ignite Issue Type: Bug

Re: Apache Ignite 2.7 release

2018-10-10 Thread Nikolay Izhikov
Hello, Igniters. Today is a code freeze date but we still have 29 not merged tickets mapped to 2.7 release [1] It means: 1. We should continue work on 2.7 release and merge remaining tickets 2. Anyone who can help with #1, please, do it. 3. RC1 and further release builds will be created after

[GitHub] ignite pull request #4941: IGNITE-9680 Status output component

2018-10-10 Thread Klaster1
GitHub user Klaster1 opened a pull request: https://github.com/apache/ignite/pull/4941 IGNITE-9680 Status output component [See the issue](https://issues.apache.org/jira/browse/IGNITE-9680). You can merge this pull request into a Git repository by running: $ git pull

[GitHub] ignite pull request #4938: IGNITE-9832 MTCGA: AL header added to Doxyfile

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

Re: PHP thin client

2018-10-10 Thread Igor Sapego
Vyacheslav, In this case, we should do the same with all existing doxygen files, not only this one (see files with .dxg extension) Vova, Pavel, Were there historically any reasons to exclude doxygen files from check instead of adding a license header? Best Regards, Igor On Tue, Oct 9, 2018

Apache Ignite 2.7. Last Mile

2018-10-10 Thread Nikolay Izhikov
Hello, Igniters. I list all contributors that assigned to the 2.7 tickets. If you can help them to finish that tickets - please, do. Assigners, if you need any help - please, respond to this thread. NOTE: We have 6 Unassigned tickets for 2.7. Let's start work on it! Peter Ivanov -

[GitHub] asfgit closed pull request #29: IGNITE-9815: Muted tests shouldn't considered as blocker

2018-10-10 Thread GitBox
asfgit closed pull request #29: IGNITE-9815: Muted tests shouldn't considered as blocker URL: https://github.com/apache/ignite-teamcity-bot/pull/29 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance:

[GitHub] ignite pull request #4945: IGNITE-9685 [ML] Add ignite-tensorflow module to ...

2018-10-10 Thread vveider
GitHub user vveider opened a pull request: https://github.com/apache/ignite/pull/4945 IGNITE-9685 [ML] Add ignite-tensorflow module to build artifacts You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

Re: [TC Bot] Proposal of improvement

2018-10-10 Thread Dmitriy Pavlov
Hi Igniters, I'm glad to announce that one more change is done related to PR easy navigation. Now TC bot detects if there was a runAll and shows button <> only if there is some completed build. It is not a final-state of UI, but currently, I think

[GitHub] ignite pull request #4944: IGNITE-9430 Introduce IGNITE_REBALANCE_THROTTLE_O...

2018-10-10 Thread macrergate
GitHub user macrergate opened a pull request: https://github.com/apache/ignite/pull/4944 IGNITE-9430 Introduce IGNITE_REBALANCE_THROTTLE_OVERRIDE system property You can merge this pull request into a Git repository by running: $ git pull

Re: Python thin client

2018-10-10 Thread Степан Пильщиков
Dmitry, Thanks for review Agree with all suggestions. Made and run new benches without any redundant operations (prints, time calculation), only with "put" in "while true" cycle (almost) Case description, environment, results and code in ticket https://issues.apache.org/jira/browse/IGNITE-9824

[GitHub] ignite pull request #4947: IGNITE-9550 Get operation returns null for a lost...

2018-10-10 Thread dgovorukhin
GitHub user dgovorukhin opened a pull request: https://github.com/apache/ignite/pull/4947 IGNITE-9550 Get operation returns null for a lost partition with READ_SAFE policy You can merge this pull request into a Git repository by running: $ git pull

[GitHub] ignite pull request #4846: IGNITE-9550 Get operation returns null for a lost...

2018-10-10 Thread dgovorukhin
Github user dgovorukhin closed the pull request at: https://github.com/apache/ignite/pull/4846 ---

[GitHub] ignite pull request #4937: Ignite 9606 normalize refactoring

2018-10-10 Thread pavel-kuznetsov
Github user pavel-kuznetsov closed the pull request at: https://github.com/apache/ignite/pull/4937 ---

[GitHub] ignite pull request #4948: IGNITE-9606: JDBC getPrimaryKeys() returns wrong ...

2018-10-10 Thread pavel-kuznetsov
GitHub user pavel-kuznetsov opened a pull request: https://github.com/apache/ignite/pull/4948 IGNITE-9606: JDBC getPrimaryKeys() returns wrong value for COLUMN_NAME You can merge this pull request into a Git repository by running: $ git pull

[GitHub] asfgit closed pull request #27: IGNITE-9770 Add 'Re-run possible blockers' button

2018-10-10 Thread GitBox
asfgit closed pull request #27: IGNITE-9770 Add 'Re-run possible blockers' button URL: https://github.com/apache/ignite-teamcity-bot/pull/27 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As

[GitHub] asfgit closed pull request #30: IGNITE-9805 Animation v1

2018-10-10 Thread GitBox
asfgit closed pull request #30: IGNITE-9805 Animation v1 URL: https://github.com/apache/ignite-teamcity-bot/pull/30 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull

[GitHub] ignite pull request #4906: IGNITE-9606: JDBC getPrimaryKeys() returns wrong ...

2018-10-10 Thread pavel-kuznetsov
Github user pavel-kuznetsov closed the pull request at: https://github.com/apache/ignite/pull/4906 ---

[GitHub] asfgit closed pull request #31: Ignite 9800 2 - Make navigation more easy, provide buttons only for runned build

2018-10-10 Thread GitBox
asfgit closed pull request #31: Ignite 9800 2 - Make navigation more easy, provide buttons only for runned build URL: https://github.com/apache/ignite-teamcity-bot/pull/31 This is an automated message from the Apache Git

[GitHub] ignite pull request #4856: IGNITE-9550 ready future exchange actions

2018-10-10 Thread dgovorukhin
Github user dgovorukhin closed the pull request at: https://github.com/apache/ignite/pull/4856 ---

Re: [Discussion] Create new mailing list notifications@ and forward GitBox comments to it

2018-10-10 Thread Dmitriy Pavlov
Ok, let's keep it as is now. If no one is interested in this removal, so probably is not an issue. Anyway, Dmitrii Ryabov, thank you for contacting Infra. ср, 3 окт. 2018 г. в 18:47, Dmitriy Pavlov : > Sorry, the previous email was not clear and not finished: Main repository > related emails

[GitHub] ignite pull request #4909: IGNITE-9126 Update Apache Kafka dependency

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

Re: PHP thin client

2018-10-10 Thread Vladimir Ozerov
I am not sure there is an answer. This is just how we handled it before. IMO both approaches works fine. BTW, I already merged Vyacheslav's PR several hours ago. On Wed, Oct 10, 2018 at 1:24 PM Igor Sapego wrote: > Vyacheslav, > > In this case, we should do the same with all existing doxygen >

[GitHub] ignite pull request #4946: Ignite 9771

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

[jira] [Created] (IGNITE-9840) Possible deadlock on transactional future on client node in case of network problems or long GC pauses

2018-10-10 Thread Andrey Aleksandrov (JIRA)
Andrey Aleksandrov created IGNITE-9840: -- Summary: Possible deadlock on transactional future on client node in case of network problems or long GC pauses Key: IGNITE-9840 URL:

[jira] [Created] (IGNITE-9841) SQL take lost partitions into account when persistence is enabled

2018-10-10 Thread Stanislav Lukyanov (JIRA)
Stanislav Lukyanov created IGNITE-9841: -- Summary: SQL take lost partitions into account when persistence is enabled Key: IGNITE-9841 URL: https://issues.apache.org/jira/browse/IGNITE-9841

[jira] [Created] (IGNITE-9843) IgniteClientReconnectCacheQueriesFailoverTest fails: grid loses type meta without losing data

2018-10-10 Thread Ilya Kasnacheev (JIRA)
Ilya Kasnacheev created IGNITE-9843: --- Summary: IgniteClientReconnectCacheQueriesFailoverTest fails: grid loses type meta without losing data Key: IGNITE-9843 URL:

[GitHub] ignite pull request #4950: IGNITE-9247: CPP Thin: implemented operations on ...

2018-10-10 Thread isapego
GitHub user isapego opened a pull request: https://github.com/apache/ignite/pull/4950 IGNITE-9247: CPP Thin: implemented operations on multiple keys and values You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (IGNITE-9844) Replace action in pessimistic transaction makes value unwrap and causes ClassNotFoundException

2018-10-10 Thread Mikhail Cherkasov (JIRA)
Mikhail Cherkasov created IGNITE-9844: - Summary: Replace action in pessimistic transaction makes value unwrap and causes ClassNotFoundException Key: IGNITE-9844 URL:

[jira] [Created] (IGNITE-9842) IgniteErrorOnRebalanceTest fails: errors in indexing cause grid to stall

2018-10-10 Thread Ilya Kasnacheev (JIRA)
Ilya Kasnacheev created IGNITE-9842: --- Summary: IgniteErrorOnRebalanceTest fails: errors in indexing cause grid to stall Key: IGNITE-9842 URL: https://issues.apache.org/jira/browse/IGNITE-9842

[GitHub] ignite pull request #4949: IGNITE-9559 Node.js thin: nodejs directory should...

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

[GitHub] asfgit closed pull request #33: PR Check stages added to UI

2018-10-10 Thread GitBox
asfgit closed pull request #33: PR Check stages added to UI URL: https://github.com/apache/ignite-teamcity-bot/pull/33 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] dspavlov opened a new pull request #33: PR Check stages added to UI

2018-10-10 Thread GitBox
dspavlov opened a new pull request #33: PR Check stages added to UI URL: https://github.com/apache/ignite-teamcity-bot/pull/33 Phase 1 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] ignite pull request #4942: IGNITE-8936 Fixed Java version check.

2018-10-10 Thread vsisko
GitHub user vsisko opened a pull request: https://github.com/apache/ignite/pull/4942 IGNITE-8936 Fixed Java version check. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9836 Alternatively you can

[GitHub] ignite pull request #4943: IGNITE-9133

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

[GitHub] asfgit closed pull request #32: add PR title to the PR number for autocomplete TC branch

2018-10-10 Thread GitBox
asfgit closed pull request #32: add PR title to the PR number for autocomplete TC branch URL: https://github.com/apache/ignite-teamcity-bot/pull/32 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance:

[jira] [Created] (IGNITE-9838) TxStateChangeEventTest fails sometimes on TeamCity

2018-10-10 Thread Andrey Kuznetsov (JIRA)
Andrey Kuznetsov created IGNITE-9838: Summary: TxStateChangeEventTest fails sometimes on TeamCity Key: IGNITE-9838 URL: https://issues.apache.org/jira/browse/IGNITE-9838 Project: Ignite

[jira] [Created] (IGNITE-9839) Web Console: Migrate to new API of RxJS

2018-10-10 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-9839: Summary: Web Console: Migrate to new API of RxJS Key: IGNITE-9839 URL: https://issues.apache.org/jira/browse/IGNITE-9839 Project: Ignite Issue Type:

[GitHub] zzzadruga opened a new pull request #34: IGNITE-9833 Update Master Trends metrics

2018-10-10 Thread GitBox
zzzadruga opened a new pull request #34: IGNITE-9833 Update Master Trends metrics URL: https://github.com/apache/ignite-teamcity-bot/pull/34 Update Master Trends metrics: add total run time (duration) and number of runs

Re: Apache Ignite 2.7. Last Mile

2018-10-10 Thread Dmitriy Setrakyan
Vladimir Ozerov, Can you help with the unassigned MVCC tickets? D. On Wed, Oct 10, 2018 at 3:32 AM Nikolay Izhikov wrote: > Hello, Igniters. > > I list all contributors that assigned to the 2.7 tickets. > If you can help them to finish that tickets - please, do. > Assigners, if you need any

[GitHub] ignite pull request #4951: IGNITE-9583 PHP thin: php directory should be inc...

2018-10-10 Thread vveider
GitHub user vveider opened a pull request: https://github.com/apache/ignite/pull/4951 IGNITE-9583 PHP thin: php directory should be included in binary release You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (IGNITE-9845) Web Console: Add support of two way ssl authentication in Web Console agent

2018-10-10 Thread Andrey Novikov (JIRA)
Andrey Novikov created IGNITE-9845: -- Summary: Web Console: Add support of two way ssl authentication in Web Console agent Key: IGNITE-9845 URL: https://issues.apache.org/jira/browse/IGNITE-9845

Re: Python thin client

2018-10-10 Thread Dmitry Melnichuk
Stepan! Please tell me one thing about how you created the environment for your benchmarks, namely: how did you install the Python client. Did you just do `pip install pyignite`, or did you pull my working branch from the downstream repository and did `pip install -e

[jira] [Created] (IGNITE-9846) Web console: allow to $inject before function definition

2018-10-10 Thread Ilya Borisov (JIRA)
Ilya Borisov created IGNITE-9846: Summary: Web console: allow to $inject before function definition Key: IGNITE-9846 URL: https://issues.apache.org/jira/browse/IGNITE-9846 Project: Ignite

hi folks

2018-10-10 Thread Floydz Kborgmann
jus trying 2 understand the proj 4now.. hope i can help soon... ignite is great! cheers