Re: Multiple puts with same timestamp

2009-11-10 Thread Clint Morgan
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

Re: Multiple puts with same timestamp

2009-11-10 Thread stack
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

Multiple puts with same timestamp

2009-11-10 Thread Clint Morgan
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