You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/12/14 19:02:00 UTC

[jira] [Commented] (USERGRID-1352) Create a tool to bulk update Unique value table.

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

ASF GitHub Bot commented on USERGRID-1352:
------------------------------------------

GitHub user bursech opened a pull request:

    https://github.com/apache/usergrid/pull/617

    USERGRID-1352 : Tool to bulk repair Unique Value entities. 

    Jira link : https://jira.apache.org/jira/browse/USERGRID-1352
    


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

    $ git pull https://github.com/bursech/usergrid master

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

    https://github.com/apache/usergrid/pull/617.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 #617
    
----
commit d12d82c2b3f31d9d9b4625422f016486a257e245
Author: Chetan Burse <cb...@...>
Date:   2018-11-26T21:17:55Z

    Tool to perform read repair on cassandra and also to  repair entities with missing unique value entry.
    Have options to dry run only to detect entities with missing unique value entry.

commit 08f8dd500cb65991a8d102a39f68706f8e49a015
Author: keyurkarnik <42...@...>
Date:   2018-12-14T01:28:32Z

    Merge pull request #1 from bursech/uniqueValueRepaireWork
    
    Tool to perform read repair on cassandra and also to  repair entities wit…

----


> Create a tool to bulk update Unique value table.
> ------------------------------------------------
>
>                 Key: USERGRID-1352
>                 URL: https://issues.apache.org/jira/browse/USERGRID-1352
>             Project: Usergrid
>          Issue Type: Story
>          Components: Stack
>            Reporter: Chetan Burse
>            Priority: Trivial
>
> In user-grid tools we already have tools to identify and manage unique value table like UniqueValueScanner and UniqueValueManager to update and delete Unique value entries and update them if necessary. 
>  
> We faced an issue where some of the entities did not have unique value entry in the table and not accessible by name. 
> This tool is repair all those entities for which unique value table does not have a entry against name.  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)