You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Travis CI <bu...@travis-ci.org> on 2016/03/18 21:37:24 UTC

Broken: apache/incubator-geode#210 (develop - 54931a5)

Build Update for apache/incubator-geode
-------------------------------------

Build: #210
Status: Broken

Duration: 15 minutes and 40 seconds
Commit: 54931a5 (develop)
Author: Jason Huynh
Message: GEODE-1044: InitialImagePut executes BEFORE_UPDATE_OP on indexes for updates

When entries are recovered from persistence, the values are added to the index,
however a gii can then occur where the initialImagePut needs to properly
alert the index that an update is occuring.  The BEFORE_UPDATE_OP allows the index
to retreive the oldKey and notifies the index that an update is occuring.

Refactor QueryTestUtils and removed unused code
Minor modification for QueryTestUtils to be more generic and not be specific to Portfolios

View the changeset: https://github.com/apache/incubator-geode/compare/8c74d600bf9e...54931a52ed3f

View the full build log and details: https://travis-ci.org/apache/incubator-geode/builds/116999390

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications


Re: Broken: apache/incubator-geode#210 (develop - 54931a5)

Posted by Jason Huynh <jh...@pivotal.io>.
Sorry, forgot to add license headers to newly added files.

On Fri, Mar 18, 2016 at 1:37 PM, Travis CI <bu...@travis-ci.org> wrote:

> Build Update for apache/incubator-geode
> -------------------------------------
>
> Build: #210
> Status: Broken
>
> Duration: 15 minutes and 40 seconds
> Commit: 54931a5 (develop)
> Author: Jason Huynh
> Message: GEODE-1044: InitialImagePut executes BEFORE_UPDATE_OP on indexes
> for updates
>
> When entries are recovered from persistence, the values are added to the
> index,
> however a gii can then occur where the initialImagePut needs to properly
> alert the index that an update is occuring.  The BEFORE_UPDATE_OP allows
> the index
> to retreive the oldKey and notifies the index that an update is occuring.
>
> Refactor QueryTestUtils and removed unused code
> Minor modification for QueryTestUtils to be more generic and not be
> specific to Portfolios
>
> View the changeset:
> https://github.com/apache/incubator-geode/compare/8c74d600bf9e...54931a52ed3f
>
> View the full build log and details:
> https://travis-ci.org/apache/incubator-geode/builds/116999390
>
> --
>
> You can configure recipients for build notifications in your .travis.yml
> file. See https://docs.travis-ci.com/user/notifications
>
>