[jira] [Created] (GEODE-2617) LuceneResultStruct should be Serializable

2017-03-07 Thread xiaojian zhou (JIRA)
xiaojian zhou created GEODE-2617: Summary: LuceneResultStruct should be Serializable Key: GEODE-2617 URL: https://issues.apache.org/jira/browse/GEODE-2617 Project: Geode Issue Type: Bug

Re: Review Request 57206: let LuceneResultStruct to be Serializable, then customer does not have to defined their Serializable class to hold result

2017-03-07 Thread xiaojian zhou
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57206/ --- (Updated March 7, 2017, 10:03 p.m.) Review request for geode, Barry Oglesby and

[jira] [Assigned] (GEODE-2617) LuceneResultStruct should be Serializable

2017-03-07 Thread xiaojian zhou (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xiaojian zhou reassigned GEODE-2617: Assignee: xiaojian zhou > LuceneResultStruct should be Serializable > -

Re: Review Request 57206: let LuceneResultStruct to be Serializable, then customer does not have to defined their Serializable class to hold result

2017-03-07 Thread Dan Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57206/#review168203 --- It looks good - my one question is if this should be DataSerializa

[jira] [Commented] (GEODE-1198) CI Failure: DistributedSystemDUnitTest.testConflictingUDPPort

2017-03-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900306#comment-15900306 ] ASF subversion and git services commented on GEODE-1198: Commit 56

Re: Review Request 57206: let LuceneResultStruct to be Serializable, then customer does not have to defined their Serializable class to hold result

2017-03-07 Thread Xiaojian Zhou
If so, we have to implement fromData() and toData() in LuceneResultStructImpl.java for K and V. But we don't know their type yet. On Tue, Mar 7, 2017 at 2:25 PM, Dan Smith wrote: > > --- > This is an automatically generated e-mail. To reply

[jira] [Resolved] (GEODE-2617) LuceneResultStruct should be Serializable

2017-03-07 Thread xiaojian zhou (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xiaojian zhou resolved GEODE-2617. -- Resolution: Fixed > LuceneResultStruct should be Serializable >

[jira] [Commented] (GEODE-2617) LuceneResultStruct should be Serializable

2017-03-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900309#comment-15900309 ] ASF subversion and git services commented on GEODE-2617: Commit b6

[jira] [Created] (GEODE-2618) Catch PrimaryBucketException in LuceneQueryFunction

2017-03-07 Thread nabarun (JIRA)
nabarun created GEODE-2618: -- Summary: Catch PrimaryBucketException in LuceneQueryFunction Key: GEODE-2618 URL: https://issues.apache.org/jira/browse/GEODE-2618 Project: Geode Issue Type: Bug

[jira] [Assigned] (GEODE-2618) Catch PrimaryBucketException in LuceneQueryFunction

2017-03-07 Thread nabarun (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nabarun reassigned GEODE-2618: -- Assignee: nabarun > Catch PrimaryBucketException in LuceneQueryFunction > -

[jira] [Created] (GEODE-2619) Function execution on server must handle CacheClosedException

2017-03-07 Thread nabarun (JIRA)
nabarun created GEODE-2619: -- Summary: Function execution on server must handle CacheClosedException Key: GEODE-2619 URL: https://issues.apache.org/jira/browse/GEODE-2619 Project: Geode Issue Type:

[jira] [Resolved] (GEODE-2583) Client can register a type with the server

2017-03-07 Thread Addison (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Addison resolved GEODE-2583. Resolution: REMIND > Client can register a type with the server > --

Re: Review Request 57206: let LuceneResultStruct to be Serializable, then customer does not have to defined their Serializable class to hold result

2017-03-07 Thread Dan Smith
On Tue, Mar 7, 2017 at 2:30 PM, Xiaojian Zhou wrote: > If so, we have to implement fromData() and toData() in > LuceneResultStructImpl.java for K and V. But we don't know their type yet. > > You don't need to know the type, you just call DataSerializer.writeObject. -Dan

[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #493 was SUCCESSFUL (with 1680 tests)

2017-03-07 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #493 was successful. --- Scheduled 1682 tests in total. https://build.spring.io/browse/SGF-NAG-493/ -- This

[GitHub] geode pull request #416: GEODE-2618: PrimaryBucketExceptions handled in Luce...

2017-03-07 Thread nabarunnag
GitHub user nabarunnag opened a pull request: https://github.com/apache/geode/pull/416 GEODE-2618: PrimaryBucketExceptions handled in LuceneQueryFunction.ex… …ecute * PrimaryBucketException while executing a LuceneQuery will now be caught and wrapped as a InternalFu

[jira] [Commented] (GEODE-2618) Catch PrimaryBucketException in LuceneQueryFunction

2017-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900347#comment-15900347 ] ASF GitHub Bot commented on GEODE-2618: --- GitHub user nabarunnag opened a pull reques

[jira] [Resolved] (GEODE-1198) CI Failure: DistributedSystemDUnitTest.testConflictingUDPPort

2017-03-07 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund resolved GEODE-1198. -- Resolution: Fixed Fix Version/s: (was: 1.0.0-incubating.M3) 1.2.0 See also

[jira] [Created] (GEODE-2620) Remove rate stats from LuceneIndexMetrices

2017-03-07 Thread nabarun (JIRA)
nabarun created GEODE-2620: -- Summary: Remove rate stats from LuceneIndexMetrices Key: GEODE-2620 URL: https://issues.apache.org/jira/browse/GEODE-2620 Project: Geode Issue Type: Bug Repo

[jira] [Commented] (GEODE-2267) Add gfsh command to export stat files

2017-03-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900353#comment-15900353 ] ASF subversion and git services commented on GEODE-2267: Commit aa

[jira] [Created] (GEODE-2621) CI Failure: ExportLogsDUnitTest.testExportWithStartAndEndDateTimeFiltering

2017-03-07 Thread Jared Stewart (JIRA)
Jared Stewart created GEODE-2621: Summary: CI Failure: ExportLogsDUnitTest.testExportWithStartAndEndDateTimeFiltering Key: GEODE-2621 URL: https://issues.apache.org/jira/browse/GEODE-2621 Project: Geo

[jira] [Assigned] (GEODE-2621) CI Failure: ExportLogsDUnitTest.testExportWithStartAndEndDateTimeFiltering

2017-03-07 Thread Jared Stewart (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jared Stewart reassigned GEODE-2621: Assignee: Jared Stewart > CI Failure: ExportLogsDUnitTest.testExportWithStartAndEndDateTime

[jira] [Updated] (GEODE-2621) CI Failure: ExportLogsDUnitTest.testExportWithStartAndEndDateTimeFiltering

2017-03-07 Thread Jared Stewart (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jared Stewart updated GEODE-2621: - Labels: CI Flaky (was: ) > CI Failure: ExportLogsDUnitTest.testExportWithStartAndEndDateTimeFilte

[jira] [Updated] (GEODE-2621) CI Failure: ExportLogsDUnitTest.testExportWithStartAndEndDateTimeFiltering

2017-03-07 Thread Jared Stewart (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jared Stewart updated GEODE-2621: - Description: {code} See

[jira] [Updated] (GEODE-2621) CI Failure: ExportLogsDUnitTest.testExportWithStartAndEndDateTimeFiltering

2017-03-07 Thread Jared Stewart (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jared Stewart updated GEODE-2621: - Affects Version/s: 1.1.0 > CI Failure: ExportLogsDUnitTest.testExportWithStartAndEndDateTimeFilter

[jira] [Updated] (GEODE-2621) CI Failure: ExportLogsDUnitTest.testExportWithStartAndEndDateTimeFiltering

2017-03-07 Thread Jared Stewart (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jared Stewart updated GEODE-2621: - Priority: Minor (was: Major) > CI Failure: ExportLogsDUnitTest.testExportWithStartAndEndDateTimeF

[GitHub] geode pull request #417: GEODE-2621: Reduce time sensitivity of ExportLogsDU...

2017-03-07 Thread jaredjstewart
GitHub user jaredjstewart opened a pull request: https://github.com/apache/geode/pull/417 GEODE-2621: Reduce time sensitivity of ExportLogsDUnitTest Precheckin started (still running) You can merge this pull request into a Git repository by running: $ git pull https://github.co

[jira] [Commented] (GEODE-2621) CI Failure: ExportLogsDUnitTest.testExportWithStartAndEndDateTimeFiltering

2017-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900382#comment-15900382 ] ASF GitHub Bot commented on GEODE-2621: --- GitHub user jaredjstewart opened a pull req

[jira] [Commented] (GEODE-2605) Unable to do a Lucene query without CLUSTER:READ privilege

2017-03-07 Thread Diane Hardman (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900383#comment-15900383 ] Diane Hardman commented on GEODE-2605: -- Here are the gfsh commands to reproduce this

[jira] [Updated] (GEODE-2605) Unable to do a Lucene query without CLUSTER:READ privilege

2017-03-07 Thread Diane Hardman (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Diane Hardman updated GEODE-2605: - Attachment: security.json The attached security.json file contains the roles and users with differ

[jira] [Comment Edited] (GEODE-2605) Unable to do a Lucene query without CLUSTER:READ privilege

2017-03-07 Thread Diane Hardman (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900383#comment-15900383 ] Diane Hardman edited comment on GEODE-2605 at 3/7/17 11:40 PM: -

[jira] [Commented] (GEODE-2621) CI Failure: ExportLogsDUnitTest.testExportWithStartAndEndDateTimeFiltering

2017-03-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900418#comment-15900418 ] ASF subversion and git services commented on GEODE-2621: Commit 55

[GitHub] geode pull request #417: GEODE-2621: Reduce time sensitivity of ExportLogsDU...

2017-03-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode/pull/417 --- 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 enabl

[jira] [Commented] (GEODE-2621) CI Failure: ExportLogsDUnitTest.testExportWithStartAndEndDateTimeFiltering

2017-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900419#comment-15900419 ] ASF GitHub Bot commented on GEODE-2621: --- Github user asfgit closed the pull request

[GitHub] geode issue #417: GEODE-2621: Reduce time sensitivity of ExportLogsDUnitTest

2017-03-07 Thread jaredjstewart
Github user jaredjstewart commented on the issue: https://github.com/apache/geode/pull/417 We’ll see if the nightly build passes in the morning :D > On Mar 7, 2017, at 4:07 PM, Kenneth Howe wrote: > > @pdxrunner commented on this pull request. > > Can you remove

[jira] [Commented] (GEODE-2621) CI Failure: ExportLogsDUnitTest.testExportWithStartAndEndDateTimeFiltering

2017-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900430#comment-15900430 ] ASF GitHub Bot commented on GEODE-2621: --- Github user jaredjstewart commented on the

[GitHub] geode issue #321: [GEODE-1577] Unhelpful generic types on Execution.execute

2017-03-07 Thread kirklund
Github user kirklund commented on the issue: https://github.com/apache/geode/pull/321 +1 Dan's latest suggestion sounds good to me. --- 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 featur

[jira] [Commented] (GEODE-1577) Unhelpful generic types on Execution.execute

2017-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900444#comment-15900444 ] ASF GitHub Bot commented on GEODE-1577: --- Github user kirklund commented on the issue

[jira] [Commented] (GEODE-1198) CI Failure: DistributedSystemDUnitTest.testConflictingUDPPort

2017-03-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900446#comment-15900446 ] ASF subversion and git services commented on GEODE-1198: Commit 7a

[GitHub] geode-native pull request #48: GEODE-2578: Remove 64 KiB limit on query stri...

2017-03-07 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/48#discussion_r104816808 --- Diff: src/cppcache/include/geode/DataOutput.hpp --- @@ -378,9 +378,8 @@ class CPPCACHE_EXPORT DataOutput { */ inline void w

[jira] [Commented] (GEODE-2578) Query string limited to 64 KiB

2017-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900453#comment-15900453 ] ASF GitHub Bot commented on GEODE-2578: --- Github user pivotal-jbarrett commented on a

[GitHub] geode-native issue #46: GEODE-2603 Docs: geode-native user guide >> Security...

2017-03-07 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on the issue: https://github.com/apache/geode-native/pull/46 @davebarnes97 you will need to do what @PivotalSarge did. Create a new branch from develop and cherry pick your changes from your old branch and then submit a new pull request. Your pul

[jira] [Commented] (GEODE-2603) Docs: geode-native user guide >> Security >> SSL setup needs update

2017-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900457#comment-15900457 ] ASF GitHub Bot commented on GEODE-2603: --- Github user pivotal-jbarrett commented on t

[GitHub] geode pull request #418: GEODE-2620: Rate stats removed from LuceneIndexMetr...

2017-03-07 Thread nabarunnag
GitHub user nabarunnag opened a pull request: https://github.com/apache/geode/pull/418 GEODE-2620: Rate stats removed from LuceneIndexMetrics * Commit Rate, update rate and query rate removed from LuceneIndexMetrics * They can be added back again when the getRate method

[jira] [Assigned] (GEODE-2558) Upgrade mockito dependency

2017-03-07 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund reassigned GEODE-2558: Assignee: Kirk Lund > Upgrade mockito dependency > -- > > K

[jira] [Commented] (GEODE-2620) Remove rate stats from LuceneIndexMetrices

2017-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900482#comment-15900482 ] ASF GitHub Bot commented on GEODE-2620: --- GitHub user nabarunnag opened a pull reques

[GitHub] geode-native pull request #46: GEODE-2603 Docs: geode-native user guide >> S...

2017-03-07 Thread davebarnes97
Github user davebarnes97 closed the pull request at: https://github.com/apache/geode-native/pull/46 --- 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 feat

[jira] [Updated] (GEODE-2605) Unable to do a Lucene query without CLUSTER:READ privilege

2017-03-07 Thread Karen Smoler Miller (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karen Smoler Miller updated GEODE-2605: --- Component/s: docs > Unable to do a Lucene query without CLUSTER:READ privilege > -

[jira] [Commented] (GEODE-2603) Docs: geode-native user guide >> Security >> SSL setup needs update

2017-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900486#comment-15900486 ] ASF GitHub Bot commented on GEODE-2603: --- Github user davebarnes97 closed the pull re

[jira] [Updated] (GEODE-1086) Generate javadocs for non-public API

2017-03-07 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-1086: - Labels: javadocs (was: ) > Generate javadocs for non-public API > >

[jira] [Updated] (GEODE-1707) Create missing package javadocs

2017-03-07 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-1707: - Labels: javadocs (was: ) > Create missing package javadocs > --- > >

[GitHub] geode-native pull request #42: GEODE-2441: Remove leftover pdx auto serializ...

2017-03-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode-native/pull/42 --- 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

[jira] [Commented] (GEODE-2441) Remove PDXAutoSerializer

2017-03-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900492#comment-15900492 ] ASF subversion and git services commented on GEODE-2441: Commit 7d

[jira] [Updated] (GEODE-1611) Region javadocs has misinformation regarding "the root region"

2017-03-07 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-1611: - Labels: javadocs (was: ) > Region javadocs has misinformation regarding "the root region" > -

[jira] [Commented] (GEODE-2441) Remove PDXAutoSerializer

2017-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900493#comment-15900493 ] ASF GitHub Bot commented on GEODE-2441: --- Github user asfgit closed the pull request

[jira] [Updated] (GEODE-888) Change build to fail if javadocs generates any warnings

2017-03-07 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-888: Labels: javadocs (was: ) > Change build to fail if javadocs generates any warnings > ---

[jira] [Commented] (GEODE-2509) Build failed at openSUSE LEAP 42.2

2017-03-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900496#comment-15900496 ] ASF subversion and git services commented on GEODE-2509: Commit af

[GitHub] geode-native pull request #47: GEODE-2509: Build failed at openSUSE LEAP 42....

2017-03-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode-native/pull/47 --- 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

[jira] [Commented] (GEODE-2509) Build failed at openSUSE LEAP 42.2

2017-03-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900497#comment-15900497 ] ASF subversion and git services commented on GEODE-2509: Commit 06

[jira] [Commented] (GEODE-2509) Build failed at openSUSE LEAP 42.2

2017-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900498#comment-15900498 ] ASF GitHub Bot commented on GEODE-2509: --- Github user asfgit closed the pull request

[jira] [Commented] (GEODE-2558) Upgrade mockito dependency

2017-03-07 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900507#comment-15900507 ] Kirk Lund commented on GEODE-2558: -- I just created feature/GEODE-2558 branch with this 1s

[jira] [Commented] (GEODE-2558) Upgrade mockito dependency

2017-03-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900510#comment-15900510 ] ASF subversion and git services commented on GEODE-2558: Commit ee

[jira] [Issue Comment Deleted] (GEODE-2558) Upgrade mockito dependency

2017-03-07 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-2558: - Comment: was deleted (was: I just created feature/GEODE-2558 branch with this 1st commit: {noformat} commi

[jira] [Updated] (GEODE-1608) update javadocs given the new ConfigurationProperties interface

2017-03-07 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-1608: - Labels: javadocs (was: ) > update javadocs given the new ConfigurationProperties interface >

[jira] [Created] (GEODE-2622) Fix failures in GMSMembershipManagerJUnitTest caused by upgrading to mockito 2.7.11

2017-03-07 Thread Kirk Lund (JIRA)
Kirk Lund created GEODE-2622: Summary: Fix failures in GMSMembershipManagerJUnitTest caused by upgrading to mockito 2.7.11 Key: GEODE-2622 URL: https://issues.apache.org/jira/browse/GEODE-2622 Project: Ge

[jira] [Created] (GEODE-2623) Fix failures in Put61Test caused by upgrading to mockito 2.7.11

2017-03-07 Thread Kirk Lund (JIRA)
Kirk Lund created GEODE-2623: Summary: Fix failures in Put61Test caused by upgrading to mockito 2.7.11 Key: GEODE-2623 URL: https://issues.apache.org/jira/browse/GEODE-2623 Project: Geode Issue

[jira] [Created] (GEODE-2624) Fix failures in Put65Test caused by upgrading to mockito 2.7.11

2017-03-07 Thread Kirk Lund (JIRA)
Kirk Lund created GEODE-2624: Summary: Fix failures in Put65Test caused by upgrading to mockito 2.7.11 Key: GEODE-2624 URL: https://issues.apache.org/jira/browse/GEODE-2624 Project: Geode Issue

[jira] [Created] (GEODE-2625) Fix failures in PutTest caused by upgrading to mockito 2.7.11

2017-03-07 Thread Kirk Lund (JIRA)
Kirk Lund created GEODE-2625: Summary: Fix failures in PutTest caused by upgrading to mockito 2.7.11 Key: GEODE-2625 URL: https://issues.apache.org/jira/browse/GEODE-2625 Project: Geode Issue Ty

[jira] [Created] (GEODE-2626) Fix failures in FastLoggerJUnitTest caused by upgrading to mockito 2.7.11

2017-03-07 Thread Kirk Lund (JIRA)
Kirk Lund created GEODE-2626: Summary: Fix failures in FastLoggerJUnitTest caused by upgrading to mockito 2.7.11 Key: GEODE-2626 URL: https://issues.apache.org/jira/browse/GEODE-2626 Project: Geode

[jira] [Updated] (GEODE-2627) Fix failures in OffHeapRegionEntryHelperJUnitTest caused by upgrading to mockito 2.7.11

2017-03-07 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-2627: - Component/s: (was: build) > Fix failures in OffHeapRegionEntryHelperJUnitTest caused by upgrading to

[jira] [Created] (GEODE-2627) Fix failures in OffHeapRegionEntryHelperJUnitTest caused by upgrading to mockito 2.7.11

2017-03-07 Thread Kirk Lund (JIRA)
Kirk Lund created GEODE-2627: Summary: Fix failures in OffHeapRegionEntryHelperJUnitTest caused by upgrading to mockito 2.7.11 Key: GEODE-2627 URL: https://issues.apache.org/jira/browse/GEODE-2627 Project

[jira] [Created] (GEODE-2628) Fix failures in StatisticsImplTest caused by upgrading to mockito 2.7.11

2017-03-07 Thread Kirk Lund (JIRA)
Kirk Lund created GEODE-2628: Summary: Fix failures in StatisticsImplTest caused by upgrading to mockito 2.7.11 Key: GEODE-2628 URL: https://issues.apache.org/jira/browse/GEODE-2628 Project: Geode

[jira] [Created] (GEODE-2629) Fix failures in ConnectionJUnitTest caused by upgrading to mockito 2.7.11

2017-03-07 Thread Kirk Lund (JIRA)
Kirk Lund created GEODE-2629: Summary: Fix failures in ConnectionJUnitTest caused by upgrading to mockito 2.7.11 Key: GEODE-2629 URL: https://issues.apache.org/jira/browse/GEODE-2629 Project: Geode

[jira] [Created] (GEODE-2630) Fix failures in StringQueryProviderJUnitTest caused by upgrading to mockito 2.7.11

2017-03-07 Thread Kirk Lund (JIRA)
Kirk Lund created GEODE-2630: Summary: Fix failures in StringQueryProviderJUnitTest caused by upgrading to mockito 2.7.11 Key: GEODE-2630 URL: https://issues.apache.org/jira/browse/GEODE-2630 Project: Geo

[jira] [Created] (GEODE-2631) Fix failures in RegionDirectoryJUnitTest caused by upgrading to mockito 2.7.11

2017-03-07 Thread Kirk Lund (JIRA)
Kirk Lund created GEODE-2631: Summary: Fix failures in RegionDirectoryJUnitTest caused by upgrading to mockito 2.7.11 Key: GEODE-2631 URL: https://issues.apache.org/jira/browse/GEODE-2631 Project: Geode

[jira] [Commented] (GEODE-2603) Docs: geode-native user guide >> Security >> SSL setup needs update

2017-03-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900534#comment-15900534 ] ASF subversion and git services commented on GEODE-2603: Commit 11

[jira] [Assigned] (GEODE-2628) Fix failures in StatisticsImplTest caused by upgrading to mockito 2.7.11

2017-03-07 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund reassigned GEODE-2628: Assignee: Kirk Lund > Fix failures in StatisticsImplTest caused by upgrading to mockito 2.7.11 > --

[jira] [Resolved] (GEODE-2603) Docs: geode-native user guide >> Security >> SSL setup needs update

2017-03-07 Thread Dave Barnes (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Barnes resolved GEODE-2603. Resolution: Fixed Fix Version/s: 1.2.0 > Docs: geode-native user guide >> Security >> SSL set

Upgrading to Mockito 2

2017-03-07 Thread Kirk Lund
I've started upgrading to Mockito 2. The branch feature/GEODE-2558 has been created, and I pushed the initial commit which upgrades to Mockito 2.7.11 and Powermock 1.7.0RC2. There were compilation errors in 34 test classes which have been fixed already. GEODE-2558: https://issues.apache.org/jira/b

[jira] [Updated] (GEODE-2614) Build generates javadoc warnings

2017-03-07 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-2614: - Labels: javadocs (was: ) > Build generates javadoc warnings > > >

[jira] [Commented] (GEODE-2558) Upgrade mockito dependency

2017-03-07 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900563#comment-15900563 ] Kirk Lund commented on GEODE-2558: -- @manvsri glad to have to contribute! I've sent detail

[jira] [Updated] (GEODE-1815) ConfigurationProperties javadocs need to be more descriptive in a number of cases

2017-03-07 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-1815: - Labels: javadocs (was: ) > ConfigurationProperties javadocs need to be more descriptive in a number of >

[jira] [Updated] (GEODE-1534) security-username, security-password should be in ConfigurationProperties

2017-03-07 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-1534: - Component/s: configuration > security-username, security-password should be in ConfigurationProperties > -

[jira] [Resolved] (GEODE-319) HDFSConfigJUnitTest testHdfsStoreInvalidCompactionConf expected exception logic is incorrect

2017-03-07 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund resolved GEODE-319. - Resolution: Won't Fix Test no longer exists. > HDFSConfigJUnitTest testHdfsStoreInvalidCompactionConf expe

[jira] [Closed] (GEODE-319) HDFSConfigJUnitTest testHdfsStoreInvalidCompactionConf expected exception logic is incorrect

2017-03-07 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund closed GEODE-319. --- > HDFSConfigJUnitTest testHdfsStoreInvalidCompactionConf expected exception > logic is incorrect > ---

[GitHub] geode-native pull request #48: GEODE-2578: Remove 64 KiB limit on query stri...

2017-03-07 Thread PivotalSarge
Github user PivotalSarge commented on a diff in the pull request: https://github.com/apache/geode-native/pull/48#discussion_r104836958 --- Diff: src/cppcache/include/geode/DataOutput.hpp --- @@ -378,9 +378,8 @@ class CPPCACHE_EXPORT DataOutput { */ inline void write

[jira] [Commented] (GEODE-2578) Query string limited to 64 KiB

2017-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900629#comment-15900629 ] ASF GitHub Bot commented on GEODE-2578: --- Github user PivotalSarge commented on a dif

Re: Review Request 57206: let LuceneResultStruct to be Serializable, then customer does not have to defined their Serializable class to hold result

2017-03-07 Thread xiaojian zhou
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57206/ --- (Updated March 8, 2017, 5:49 a.m.) Review request for geode, Barry Oglesby and

Storing object in deserialized form in geode cache

2017-03-07 Thread Deepak Dixit
Hello Geode Team, I am working on a use case where I want to store the java object. I want to avoid the serialization and deserialization while reading on server (function execution). Also while updating I would like to update in-place rather than to create copy of object, modify and store it agai

<    1   2