[
https://issues.apache.org/jira/browse/HBASE-19266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16262963#comment-16262963
]
Ted Yu commented on HBASE-19266:
--------------------------------
I ran the test with adaptive policy where test output was filled with:
{code}
2017-11-22 16:52:39,731 DEBUG
[RpcServer.default.FPBQ.Fifo.handler=0,queue=0,port=36600] ipc.CallRunner(141):
callId: 327 service: ClientService methodName: Mutate size: 4.7 K connection:
172.18.128.12:54106 deadline: 1511369619718
org.apache.hadoop.hbase.RegionTooBusyException: Above memstore limit,
regionName=TestAcidGuarantees,,1511369541883.abc7639b8ca2a5835888c2c62e803f9d.,
server=cn012.l42scl.hortonworks.com,36600,1511369038630, memstoreSize=528990,
blockingMemStoreSize=524288
at
org.apache.hadoop.hbase.regionserver.HRegion.checkResources(HRegion.java:4167)
at org.apache.hadoop.hbase.regionserver.HRegion.put(HRegion.java:2921)
at
org.apache.hadoop.hbase.regionserver.RSRpcServices.mutate(RSRpcServices.java:2700)
at
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:41546)
at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:406)
at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:130)
at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:325)
{code}
Agree to disable eager and adaptive for now.
> TestAcidGuarantees should cover adaptive in-memory compaction
> -------------------------------------------------------------
>
> Key: HBASE-19266
> URL: https://issues.apache.org/jira/browse/HBASE-19266
> Project: HBase
> Issue Type: Test
> Reporter: Ted Yu
> Assignee: Chia-Ping Tsai
> Priority: Minor
> Attachments: HBASE-19266.v0.patch
>
>
> Currently TestAcidGuarantees populates 3 policies of (in-memory) compaction.
> Adaptive in-memory compaction is new and should be added as 4th compaction
> policy.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)