[GitHub] ignite pull request #820: ignite-3336

2016-07-06 Thread sboikov
Github user sboikov closed the pull request at:

https://github.com/apache/ignite/pull/820


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #820: ignite-3336

2016-06-20 Thread sboikov
GitHub user sboikov opened a pull request:

https://github.com/apache/ignite/pull/820

ignite-3336



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gridgain/apache-ignite ignite-3336

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/820.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #820


commit b6f7e63af572c385f280532d9400c60c2827603d
Author: Valentin Kulichenko 
Date:   2016-02-23T00:21:15Z

IGNITE-2706 - Fixed GridHandleTable.lookup()

commit fbff90e521c3b82783b6d442d684620e30dd55f5
Author: Valentin Kulichenko 
Date:   2016-02-26T00:34:03Z

IGNITE-2450 - More fixes for Proxy serialization

commit aad672b591d87c04774bf4787468398feb1b
Author: sboikov 
Date:   2016-02-24T16:32:57Z

Compatibility fix for CacheContinuousQueryBatchAck message.
(cherry picked from commit faa77e2)

commit 3da257f2d2f191649d0213524644d9e67b03d8d2
Author: sboikov 
Date:   2016-02-25T10:54:11Z

Continuous query compatibility fix (topVer can be null for old 
CacheContinuousQueryEntry).
(cherry picked from commit dee6190)

commit 9c9129f1f81ce59715c7eb536c6637ae26ec1dee
Author: sboikov 
Date:   2016-02-26T07:46:50Z

Set serialVersionUID for CacheEntryPredicateAdapter for backward 
compatibility.
(cherry picked from commit 7d65ec9)

commit c951fc06be5fd731fe192456c6547fa116a64485
Author: sboikov 
Date:   2016-02-26T12:49:37Z

ignite-2720 Need call 'initializeLocalAddresses' before starting client 
message worker.

commit dc8630b6e6afc95fdfa7dda21d3fa747e95347b1
Author: AKuznetsov 
Date:   2016-02-29T04:26:32Z

IGNITE-2726 Added missing off heap metrics for Visor Console.

commit 26bd1dfb424c57eba368bc243dc390e3dff5e805
Author: iveselovskiy 
Date:   2016-02-25T11:38:22Z

IGNITE-2352: IGFS: Correct access time and modification time propagation 
from secondary file system. This closes #501.

commit dff4015b8291ebc9aafc47e1dfa5fcd733956349
Author: iveselovskiy 
Date:   2016-02-10T12:45:58Z

IGNITE-2195: Implemented Hadoop FileSystem factory capable of working with 
kerberized file systems. This closes #464.

commit 1af09d44716b61b42f8df08d75ff25e322260b70
Author: vozerov-gridgain 
Date:   2016-02-10T13:57:16Z

Improved KerberosHadoopFileSystemFactory JavaDocs.

commit 21fae4ed15f4f13b66bbac8c487cac2b30ccca93
Author: iveselovskiy 
Date:   2016-02-10T15:54:36Z

added missing file header to 
org.apache.ignite.hadoop.fs.KerberosHadoopFileSystemFactorySelfTest

Signed-off-by: Anton Vinogradov 

commit bbe9983b2ca7da969f7f3d2008c2a04f698ab223
Author: vozerov-gridgain 
Date:   2016-02-26T11:45:30Z

IGNITE-2715: No more spam from within GridQueryProcessor about missing 
field for BinaryProperty. This closes #514.

commit 7d26ba8f424402e2e7e826c5770ce2273955
Author: vozerov-gridgain 
Date:   2016-02-26T11:19:44Z

IGNITE-2681: Binary serialization warning is no longer printed to the log.

commit 91edd7e04d7e90829d9ad176d1f3b31d7a8ebadf
Author: vozerov-gridgain 
Date:   2016-02-26T11:28:02Z

IGNITE-2681: Binary serialization warning is no longer printed to the log 
(part 2).

commit 77d67892441059bfcf00b66b777ef2cdfddbae43
Author: vozerov-gridgain 
Date:   2016-03-02T11:26:11Z

IGNITE-2681: Suppress warnings from org.jsr166 package as well.

commit 79815b70b5ce4c7441773becae18fbb22782b4a6
Author: Anton Vinogradov 
Date:   2016-03-04T11:17:30Z

IGNITE-2758 IGNITE_HOME/libs/ignite-aws/aws-java-sdk-1.10.29.jar doesn't 
contain any classes

commit 75ed3f0a4245b77e9b0fa252255a9ba1c7cf6241
Author: Alexey Kuznetsov 
Date:   2016-03-09T08:09:18Z

Minor Visor fixes.

commit bbd189cac828b2724eafccc405c453552d3479e4
Author: agura 
Date:   2016-02-28T16:43:58Z

ignite-2719 Value is not copied in entry processor

commit 7c150feed6282e8fd8802f0b066d39eb4cafc677
Author: nikolay_tikhonov 
Date:   2016-03-03T13:21:53Z

Fixed  IGNITE-1186 "Filter is sent instead of factory when continuous query 
is created".
(cherry picked from commit baa1312)

commit a395023046fd86c016a20cc654eeab7162a2ebf6
Author: Valentin Kulichenko 
Date:   2016-03-02T23:39:04Z

IGNITE-2748 - Do not make a remote call when java.lang.Object method is 
called on service proxy

commit 8d976043df92acc3fb036789e7a12919806037ce
Author: Valentin Kulichenko