You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/09/08 20:52:46 UTC

[jira] [Commented] (GEODE-313) Redis adapter needs better exception handling for region initialization

    [ https://issues.apache.org/jira/browse/GEODE-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14735387#comment-14735387 ] 

ASF GitHub Bot commented on GEODE-313:
--------------------------------------

GitHub user vitogav opened a pull request:

    https://github.com/apache/incubator-geode/pull/19

    GEODE-313 Improve redis adpater region exception handling

    When creating regions for sorted sets, better handling of index creation
    exceptions now correctly deals with possible errors. Also, error logging
    from the RegionProvider class has been removed.

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

    $ git pull https://github.com/vitogav/incubator-geode GEODE-313

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

    https://github.com/apache/incubator-geode/pull/19.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 #19
    
----
commit c1de3fec4e7937669c0ce39bbdeb77a597414b16
Author: Vito Gavrilov <vg...@pivotal.io>
Date:   2015-09-08T17:55:12Z

    GEODE-313 Improve redis adpater region exception handling
    
    When creating regions for sorted sets, better handling of index creation
    exceptions now correctly deals with possible errors. Also, error logging
    from the RegionProvider class has been removed.

----


> Redis adapter needs better exception handling for region initialization
> -----------------------------------------------------------------------
>
>                 Key: GEODE-313
>                 URL: https://issues.apache.org/jira/browse/GEODE-313
>             Project: Geode
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.0.0-incubating
>            Reporter: Vitaliy Gavrilov
>             Fix For: 1.0.0-incubating
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> When initializing sorted sets, some exception handling is done wrong and some is missing. Also, unnecessary logging that might make tests fail needs to be removed



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)