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

Keith Turner commented on ACCUMULO-842:
---------------------------------------

Looking at patch #3, it seems the -t option does not work.

{noformat}
root@test16> fate print
txid: 5f5ca934ead74225  status: FAILED_IN_PROGRESS  op: CreateTable      
locked: [W:6]           locking: []              top: FinishCreateTable
txid: 46cb3e1491f1a4fe  status: IN_PROGRESS         op: CreateTable      
locked: [W:4]           locking: []              top: FinishCreateTable
txid: 63862690ab0a9b96  status: IN_PROGRESS         op: CreateTable      
locked: [W:5]           locking: []              top: FinishCreateTable
 3 transactions
root@test16> fate print -t IN_PROGRESS       
 0 transactions
root@test16> fate print
txid: 5f5ca934ead74225  status: FAILED_IN_PROGRESS  op: CreateTable      
locked: [W:6]           locking: []              top: FinishCreateTable
txid: 46cb3e1491f1a4fe  status: IN_PROGRESS         op: CreateTable      
locked: [W:4]           locking: []              top: FinishCreateTable
txid: 63862690ab0a9b96  status: IN_PROGRESS         op: CreateTable      
locked: [W:5]           locking: []              top: FinishCreateTable
 3 transactions
{noformat}
                
> Fate operations should be rolled into shell
> -------------------------------------------
>
>                 Key: ACCUMULO-842
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-842
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: shell
>            Reporter: John Vines
>            Assignee: Damon A. Brown
>            Priority: Minor
>         Attachments: FateCommand-2.patch, FateCommand-3.patch, 
> FateCommand.patch
>
>
> Fate is nifty but the only ways to deal with it are by directly calling some 
> utility jars. We should roll this functionality into the shell to make it 
> easier to manage.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to