[ https://issues.apache.org/jira/browse/HBASE-22012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16790361#comment-16790361 ]
Uma Maheswari commented on HBASE-22012: --------------------------------------- PFB the logs. Steps: * Set quota for the table whith policy as DISABLE * create table and put some data,so that state is in violation {noformat} Line 265: 2019-03-12 14:50:53,541 TRACE [master/host-10-18-224-186:16000.Chore.2] quotas.QuotaObserverChore: Retaining Disable_setquota_createtable1 because 10 of 10 regions were reported. Line 325: 2019-03-12 14:50:53,550 TRACE [master/host-10-18-224-186:16000.Chore.2] client.ClientScanner: Scan table=hbase:quota, startRow=t.Disable_setquota_createtable1 Line 330: 2019-03-12 14:50:53,550 TRACE [master/host-10-18-224-186:16000.Chore.2] quotas.QuotaObserverChore: Processing Disable_setquota_createtable1 with current=SpaceQuotaSnapshot[policy=SpaceQuotaStatus[policy=DISABLE, inViolation=true], use=7.03 MB/7 MB], target=SpaceQuotaSnapshot[policy=SpaceQuotaStatus[policy=DISABLE, inViolation=true], use=7.03 MB/7 MB] Line 914438: 2019-03-12 14:58:11,946 TRACE [master/host-10-18-224-186:16000.Chore.1] quotas.QuotaObserverChore: Filtering Disable_setquota_createtable1 because 4 of 10 regions were reported. Line 914468: 2019-03-12 14:58:11,951 TRACE [master/host-10-18-224-186:16000.Chore.1] quotas.QuotaObserverChore: Moving Disable_setquota_createtable1 out of violation because fewer region sizes were reported than required. Line 914469: 2019-03-12 14:58:11,951 TRACE [master/host-10-18-224-186:16000.Chore.1] quotas.TableSpaceQuotaSnapshotNotifier: Persisting a space quota snapshot SpaceQuotaSnapshot[policy=SpaceQuotaStatus[policy=null, inViolation=false], use=7.03 MB/7 MB] for Disable_setquota_createtable1 {noformat} > Space Quota: Policy state is getting changed from disable to Observance after > sometime automatically. > ----------------------------------------------------------------------------------------------------- > > Key: HBASE-22012 > URL: https://issues.apache.org/jira/browse/HBASE-22012 > Project: HBase > Issue Type: Bug > Reporter: Ajeet Rai > Priority: Minor > > pace Quota: Policy state is getting changed from disable to Observance after > sometime automatically. > Steps: > 1: Create a table with space quota policy as Disable > 2: Put some data so that table state is in space quota violation > 3: So observe that table state is in violation > 4: Now wait for some time > 5: Observe that after some time table state is changing to to Observance > however table is still disabled -- This message was sent by Atlassian JIRA (v7.6.3#76005)