You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ji...@apache.org on 2009/01/24 18:29:52 UTC

svn commit: r737401 - /hadoop/hbase/branches/0.19/CHANGES.txt

Author: jimk
Date: Sat Jan 24 17:29:51 2009
New Revision: 737401

URL: http://svn.apache.org/viewvc?rev=737401&view=rev
Log:
HBASE-1138  Test that readers opened after a sync can see all data up to the sync

Specifying HLog block size has been committed to branch as well

Modified:
    hadoop/hbase/branches/0.19/CHANGES.txt

Modified: hadoop/hbase/branches/0.19/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.19/CHANGES.txt?rev=737401&r1=737400&r2=737401&view=diff
==============================================================================
--- hadoop/hbase/branches/0.19/CHANGES.txt (original)
+++ hadoop/hbase/branches/0.19/CHANGES.txt Sat Jan 24 17:29:51 2009
@@ -4,6 +4,7 @@
    HBASE-1121  Cluster confused about where -ROOT- is
    HBASE-1148  Always flush HLog on root or meta region updates
    HBASE-1129  Master won't go down; stuck joined on rootScanner 
+   HBASE-1138  Test that readers opened after a sync can see all data up to the sync
 
 Release 0.19.0
   INCOMPATIBLE CHANGES



RE: svn commit: r737401 - /hadoop/hbase/branches/0.19/CHANGES.txt

Posted by "Jim Kellerman (POWERSET)" <Ji...@microsoft.com>.
done.

---
Jim Kellerman, Powerset (Live Search, Microsoft Corporation)

> -----Original Message-----
> From: stack [mailto:stack@duboce.net]
> Sent: Saturday, January 24, 2009 2:40 PM
> To: hbase-dev@hadoop.apache.org
> Subject: Re: svn commit: r737401 - /hadoop/hbase/branches/0.19/CHANGES.txt
>
> Would suggest updating the JIRA subject and entry in CHANGES.txt so
> folks don't have to dig deep in issues to learn about current state of
> sync.
> St.Ack
>
>
> Jim Kellerman (POWERSET) wrote:
> > That is correct. However, the blocksize change has been committed.
> >
> > ---
> > Jim Kellerman, Powerset (Live Search, Microsoft Corporation)
> >
> >
> >
> >> -----Original Message-----
> >> From: stack [mailto:stack@duboce.net]
> >> Sent: Saturday, January 24, 2009 11:01 AM
> >> To: hbase-dev@hadoop.apache.org
> >> Subject: Re: svn commit: r737401 -
> /hadoop/hbase/branches/0.19/CHANGES.txt
> >>
> >> You tested and it doesn't work, right?
> >>
> >> The commit below would give impression that you tested and alls well.
> >> Maybe rename the JIRA?
> >>
> >> St.Ack
> >>
> >> jimk@apache.org wrote:
> >>
> >>> Author: jimk
> >>> Date: Sat Jan 24 17:29:51 2009
> >>> New Revision: 737401
> >>>
> >>> URL: http://svn.apache.org/viewvc?rev=737401&view=rev
> >>> Log:
> >>> HBASE-1138  Test that readers opened after a sync can see all data up
> to
> >>>
> >> the sync
> >>
> >>> Specifying HLog block size has been committed to branch as well
> >>>
> >>> Modified:
> >>>     hadoop/hbase/branches/0.19/CHANGES.txt
> >>>
> >>> Modified: hadoop/hbase/branches/0.19/CHANGES.txt
> >>> URL:
> >>>
> >>
> http://svn.apache.org/viewvc/hadoop/hbase/branches/0.19/CHANGES.txt?rev=73
> >> 7401&r1=737400&r2=737401&view=diff
> >>
> >>
> ==========================================================================
> >> ====
> >>
> >>> --- hadoop/hbase/branches/0.19/CHANGES.txt (original)
> >>> +++ hadoop/hbase/branches/0.19/CHANGES.txt Sat Jan 24 17:29:51 2009
> >>> @@ -4,6 +4,7 @@
> >>>     HBASE-1121  Cluster confused about where -ROOT- is
> >>>     HBASE-1148  Always flush HLog on root or meta region updates
> >>>     HBASE-1129  Master won't go down; stuck joined on rootScanner
> >>> +   HBASE-1138  Test that readers opened after a sync can see all data
> >>>
> >> up to the sync
> >>
> >>>  Release 0.19.0
> >>>    INCOMPATIBLE CHANGES
> >>>
> >>>
> >>>
> >>>
> >
> >
>


Re: svn commit: r737401 - /hadoop/hbase/branches/0.19/CHANGES.txt

Posted by stack <st...@duboce.net>.
Would suggest updating the JIRA subject and entry in CHANGES.txt so 
folks don't have to dig deep in issues to learn about current state of sync.
St.Ack


Jim Kellerman (POWERSET) wrote:
> That is correct. However, the blocksize change has been committed.
>
> ---
> Jim Kellerman, Powerset (Live Search, Microsoft Corporation)
>
>
>   
>> -----Original Message-----
>> From: stack [mailto:stack@duboce.net]
>> Sent: Saturday, January 24, 2009 11:01 AM
>> To: hbase-dev@hadoop.apache.org
>> Subject: Re: svn commit: r737401 - /hadoop/hbase/branches/0.19/CHANGES.txt
>>
>> You tested and it doesn't work, right?
>>
>> The commit below would give impression that you tested and alls well.
>> Maybe rename the JIRA?
>>
>> St.Ack
>>
>> jimk@apache.org wrote:
>>     
>>> Author: jimk
>>> Date: Sat Jan 24 17:29:51 2009
>>> New Revision: 737401
>>>
>>> URL: http://svn.apache.org/viewvc?rev=737401&view=rev
>>> Log:
>>> HBASE-1138  Test that readers opened after a sync can see all data up to
>>>       
>> the sync
>>     
>>> Specifying HLog block size has been committed to branch as well
>>>
>>> Modified:
>>>     hadoop/hbase/branches/0.19/CHANGES.txt
>>>
>>> Modified: hadoop/hbase/branches/0.19/CHANGES.txt
>>> URL:
>>>       
>> http://svn.apache.org/viewvc/hadoop/hbase/branches/0.19/CHANGES.txt?rev=73
>> 7401&r1=737400&r2=737401&view=diff
>>     
>> ==========================================================================
>> ====
>>     
>>> --- hadoop/hbase/branches/0.19/CHANGES.txt (original)
>>> +++ hadoop/hbase/branches/0.19/CHANGES.txt Sat Jan 24 17:29:51 2009
>>> @@ -4,6 +4,7 @@
>>>     HBASE-1121  Cluster confused about where -ROOT- is
>>>     HBASE-1148  Always flush HLog on root or meta region updates
>>>     HBASE-1129  Master won't go down; stuck joined on rootScanner
>>> +   HBASE-1138  Test that readers opened after a sync can see all data
>>>       
>> up to the sync
>>     
>>>  Release 0.19.0
>>>    INCOMPATIBLE CHANGES
>>>
>>>
>>>
>>>       
>
>   


RE: svn commit: r737401 - /hadoop/hbase/branches/0.19/CHANGES.txt

Posted by "Jim Kellerman (POWERSET)" <Ji...@microsoft.com>.
That is correct. However, the blocksize change has been committed.

---
Jim Kellerman, Powerset (Live Search, Microsoft Corporation)


> -----Original Message-----
> From: stack [mailto:stack@duboce.net]
> Sent: Saturday, January 24, 2009 11:01 AM
> To: hbase-dev@hadoop.apache.org
> Subject: Re: svn commit: r737401 - /hadoop/hbase/branches/0.19/CHANGES.txt
> 
> You tested and it doesn't work, right?
> 
> The commit below would give impression that you tested and alls well.
> Maybe rename the JIRA?
> 
> St.Ack
> 
> jimk@apache.org wrote:
> > Author: jimk
> > Date: Sat Jan 24 17:29:51 2009
> > New Revision: 737401
> >
> > URL: http://svn.apache.org/viewvc?rev=737401&view=rev
> > Log:
> > HBASE-1138  Test that readers opened after a sync can see all data up to
> the sync
> >
> > Specifying HLog block size has been committed to branch as well
> >
> > Modified:
> >     hadoop/hbase/branches/0.19/CHANGES.txt
> >
> > Modified: hadoop/hbase/branches/0.19/CHANGES.txt
> > URL:
> http://svn.apache.org/viewvc/hadoop/hbase/branches/0.19/CHANGES.txt?rev=73
> 7401&r1=737400&r2=737401&view=diff
> >
> ==========================================================================
> ====
> > --- hadoop/hbase/branches/0.19/CHANGES.txt (original)
> > +++ hadoop/hbase/branches/0.19/CHANGES.txt Sat Jan 24 17:29:51 2009
> > @@ -4,6 +4,7 @@
> >     HBASE-1121  Cluster confused about where -ROOT- is
> >     HBASE-1148  Always flush HLog on root or meta region updates
> >     HBASE-1129  Master won't go down; stuck joined on rootScanner
> > +   HBASE-1138  Test that readers opened after a sync can see all data
> up to the sync
> >
> >  Release 0.19.0
> >    INCOMPATIBLE CHANGES
> >
> >
> >
> 


Re: svn commit: r737401 - /hadoop/hbase/branches/0.19/CHANGES.txt

Posted by stack <st...@duboce.net>.
You tested and it doesn't work, right?

The commit below would give impression that you tested and alls well.  
Maybe rename the JIRA?

St.Ack

jimk@apache.org wrote:
> Author: jimk
> Date: Sat Jan 24 17:29:51 2009
> New Revision: 737401
>
> URL: http://svn.apache.org/viewvc?rev=737401&view=rev
> Log:
> HBASE-1138  Test that readers opened after a sync can see all data up to the sync
>
> Specifying HLog block size has been committed to branch as well
>
> Modified:
>     hadoop/hbase/branches/0.19/CHANGES.txt
>
> Modified: hadoop/hbase/branches/0.19/CHANGES.txt
> URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.19/CHANGES.txt?rev=737401&r1=737400&r2=737401&view=diff
> ==============================================================================
> --- hadoop/hbase/branches/0.19/CHANGES.txt (original)
> +++ hadoop/hbase/branches/0.19/CHANGES.txt Sat Jan 24 17:29:51 2009
> @@ -4,6 +4,7 @@
>     HBASE-1121  Cluster confused about where -ROOT- is
>     HBASE-1148  Always flush HLog on root or meta region updates
>     HBASE-1129  Master won't go down; stuck joined on rootScanner 
> +   HBASE-1138  Test that readers opened after a sync can see all data up to the sync
>  
>  Release 0.19.0
>    INCOMPATIBLE CHANGES
>
>
>