You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Ted Yu <yu...@gmail.com> on 2013/02/26 06:28:29 UTC

Re: HBASE-7114 Increment does not extend Mutation but probably should

In HBASE-7900, 'Have client Mutations (Put/Delete/etc.) and Result
implement CellScanner Interface', Increment extends Mutation.

Meaning Increment.getFamilyMap() method signature in 0.96 would change.

Cheers

On Thu, Jan 24, 2013 at 3:37 AM, Amit Sela <am...@infolinks.com> wrote:

> I'm using Increment.getFamilyMap in a postIncrement Observer.
> I'm running with HBase 0.94.2.
>
> Amit.
>
> On Thu, Jan 24, 2013 at 4:23 AM, lars hofhansl <la...@apache.org> wrote:
>
> > The reason was that Increment was serialized differently (compared to all
> > other mutations).
> > In trunk that is no longer an issue, since the serialization logic is no
> > longer part of the object to be serialized.
> >
> >
> > -- Lars
> >
> >
> >
> > ________________________________
> >  From: Ted Yu <yu...@gmail.com>
> > To: dev@hbase.apache.org; user@hbase.apache.org
> > Sent: Wednesday, January 23, 2013 10:25 AM
> > Subject: HBASE-7114 Increment does not extend Mutation but probably
> should
> >
> > Hi,
> > I want to get opinion on whether we should proceed with HBASE-7114
> > 'Increment does not extend Mutation but probably should' in trunk.
> >
> > Is anyone using Increment.setWriteToWAL or Increment.getFamilyMap ?
> > For Increment.setWriteToWAL, are you using the Increment returned ?
> >
> > Your feedback would be appreciated.
> >
>