You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Li Li <fa...@gmail.com> on 2014/06/18 05:19:28 UTC

how to know run major compact successfully?

I have deleted many rows in a table. as far as I know, only after
major compaction, they are really deleted. So I run major compact
'tablename' in hbase shell
it returns very fast. is the real compact operation running in
background? how do I know it's done?

Re: how to know run major compact successfully?

Posted by Li Li <fa...@gmail.com>.
finally, it become 100%. How I don't know how to reproduce it. What I
have done is deleting many rows and in hbase shell executing
"major_compact 'tablename'"

On Thu, Jun 19, 2014 at 7:39 PM, Anoop John <an...@gmail.com> wrote:
>>>Compaction Progress is confusing, which 110.55%
>
> 110% !!!    Mind raising a jira with the details and ur observation?
>
> -Anoop-
>
> On Wed, Jun 18, 2014 at 8:56 AM, Li Li <fa...@gmail.com> wrote:
>
>> I found the information in web ui
>> http://mphbase-master1:60010/master-status#compactStas
>> but the Compaction Progress is confusing, which 110.55%
>>
>> On Wed, Jun 18, 2014 at 11:19 AM, Li Li <fa...@gmail.com> wrote:
>> > I have deleted many rows in a table. as far as I know, only after
>> > major compaction, they are really deleted. So I run major compact
>> > 'tablename' in hbase shell
>> > it returns very fast. is the real compact operation running in
>> > background? how do I know it's done?
>>

Re: how to know run major compact successfully?

Posted by Anoop John <an...@gmail.com>.
>>Compaction Progress is confusing, which 110.55%

110% !!!    Mind raising a jira with the details and ur observation?

-Anoop-

On Wed, Jun 18, 2014 at 8:56 AM, Li Li <fa...@gmail.com> wrote:

> I found the information in web ui
> http://mphbase-master1:60010/master-status#compactStas
> but the Compaction Progress is confusing, which 110.55%
>
> On Wed, Jun 18, 2014 at 11:19 AM, Li Li <fa...@gmail.com> wrote:
> > I have deleted many rows in a table. as far as I know, only after
> > major compaction, they are really deleted. So I run major compact
> > 'tablename' in hbase shell
> > it returns very fast. is the real compact operation running in
> > background? how do I know it's done?
>

Re: how to know run major compact successfully?

Posted by Li Li <fa...@gmail.com>.
I found the information in web ui
http://mphbase-master1:60010/master-status#compactStas
but the Compaction Progress is confusing, which 110.55%

On Wed, Jun 18, 2014 at 11:19 AM, Li Li <fa...@gmail.com> wrote:
> I have deleted many rows in a table. as far as I know, only after
> major compaction, they are really deleted. So I run major compact
> 'tablename' in hbase shell
> it returns very fast. is the real compact operation running in
> background? how do I know it's done?