Yep, thanks for the pointer.
On Tue, Nov 10, 2009 at 1:00 PM, stack wrote:
> See HBASE-1485. Is this what you are asking about?
> St.Ack
>
> On Tue, Nov 10, 2009 at 10:41 AM, Clint Morgan >wrote:
>
> > I have a couple questions about behavior of Puts with the same
> timestamps:
> >
> > If I do
See HBASE-1485. Is this what you are asking about?
St.Ack
On Tue, Nov 10, 2009 at 10:41 AM, Clint Morgan wrote:
> I have a couple questions about behavior of Puts with the same timestamps:
>
> If I do two puts with LATEST timestamp, and they both get added with the
> same value for now, will the
I have a couple questions about behavior of Puts with the same timestamps:
If I do two puts with LATEST timestamp, and they both get added with the
same value for now, will the last put be the visible one?
If I do two puts with the same manual timestamp, will the last put be the
visible one?
I'l