Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 20480 invoked from network); 22 Apr 2009 18:59:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Apr 2009 18:59:12 -0000 Received: (qmail 61767 invoked by uid 500); 22 Apr 2009 18:59:11 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 61748 invoked by uid 500); 22 Apr 2009 18:59:11 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 61738 invoked by uid 99); 22 Apr 2009 18:59:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2009 18:59:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2009 18:59:09 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 41E01234C041 for ; Wed, 22 Apr 2009 11:58:48 -0700 (PDT) Message-ID: <1567392838.1240426728267.JavaMail.jira@brutus> Date: Wed, 22 Apr 2009 11:58:48 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-856) Data inserted into tables is not immidiately visible in the scanner with row filter In-Reply-To: <973226616.1220006204299.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701637#action_12701637 ] stack commented on HBASE-856: ----------------------------- May I close this issue? (Unless you've managed make a case Krzysiek?) > Data inserted into tables is not immidiately visible in the scanner with row filter > ----------------------------------------------------------------------------------- > > Key: HBASE-856 > URL: https://issues.apache.org/jira/browse/HBASE-856 > Project: Hadoop HBase > Issue Type: Bug > Components: filters > Affects Versions: 0.2.0 > Environment: 3 Region servers on different machines one of them running Master too. Ubuntu 8.04 server. Hadoop 0.17.2 > Reporter: Krzysiek Szlapinski > Assignee: stack > Fix For: 0.20.0 > > Attachments: DelayTest.java, DelayTest.java, DelayTest.java > > > When data is inserted into Region that is on the different machine than the Master it is not immidiately available in the scanner that is using RowFilter > Here is the output of the test case on 3 nodes (tmptable_0 and tmptable_2 were placed on the region servers that are not running master server). > ---------------DelayTest---------------- > table tmptable_0 created > table tmptable_1 created > table tmptable_2 created > *********************************** > table tmptable_0 test start > inserting some sample data into random row id (aaaaa-2108369209) > inserted > testing if the new row is available through get method > confirming that data:test value = test of row aaaaa-2108369209 is available > testing if the new row is available through scanner with filter > ................................... > the new row has been found within 35 seconds > table tmptable_0 test finish > *********************************** > *********************************** > table tmptable_1 test start > inserting some sample data into random row id (aaaaa-20410017) > inserted > testing if the new row is available through get method > confirming that data:test value = test of row aaaaa-20410017 is available > testing if the new row is available through scanner with filter > the new row has been found within 0 seconds > table tmptable_1 test finish > *********************************** > *********************************** > table tmptable_2 test start > inserting some sample data into random row id (aaaaa1756705479) > inserted > testing if the new row is available through get method > confirming that data:test value = test of row aaaaa1756705479 is available > testing if the new row is available through scanner with filter > .................... > the new row has been found within 20 seconds > table tmptable_2 test finish > *********************************** > ---------------DONE---------------- -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.