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

yi liang commented on HBASE-10358:
----------------------------------

hi Enis, 
   for the scan command, do you think we need to print stale info for every row 
if it is stale, like 
   ROW                     COLUMN+CELL                                          
             
 1                      column=f1:c1, timestamp=1462301241126, value=200        
             
 2                      column=f1:c1, timestamp=1462308227738, value=100       
(possible stale results)
 3                      column=f1:c1, timestamp=1462308227738, value=100       
(possible stale results)
2 row(s) in 0.2730 seconds

or we just print there might be stale rows in this scan like 
  1                      column=f1:c1, timestamp=1462301241126, value=200       
 
  2                      column=f1:c1, timestamp=1462308227738, value=100 
  3                      column=f1:c1, timestamp=1462308227738, value=100      
2 row(s) in 0.2730 seconds   (possible stale results)

Which one you think is better; for me the first one might be better, cause it 
is more accurate; but if we put stale for each row, it seems too much things to 
print and for rows in same region, their stale info are same, and do not need 
to print every row stale info. 


> Shell changes for setting consistency per request
> -------------------------------------------------
>
>                 Key: HBASE-10358
>                 URL: https://issues.apache.org/jira/browse/HBASE-10358
>             Project: HBase
>          Issue Type: New Feature
>          Components: shell
>            Reporter: Enis Soztutar
>            Assignee: Enis Soztutar
>             Fix For: 2.0.0
>
>         Attachments: Screen Shot 2016-04-21 at 3.09.52 PM.png
>
>
> We can add shell support to set consistency per request. 



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

Reply via email to