[ 
https://issues.apache.org/jira/browse/HBASE-8583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeffrey Zhong updated HBASE-8583:
---------------------------------

    Attachment: hbase-8583-v2.patch

The v2 patch contains the fixes for the following two issue found when I run 
the new test in MiniCluster mode.

1) In file RpcServer.java, call.toString cause out of memory error and huge log 
file because payload of command(param) could be huge.

2) In HRegionSever.java we don't call closeWal when a server is 
killed(chaosMonkey does kill not abort). This is not right because LogSyncer 
thread won't exit even we already killed the hosting region server. The end 
result is causing large log files and unrelated logs because the file system of 
the killed region server is already closed.

                
> Create a new IntegrationTestBigLinkedListWithChaosMonkey
> --------------------------------------------------------
>
>                 Key: HBASE-8583
>                 URL: https://issues.apache.org/jira/browse/HBASE-8583
>             Project: HBase
>          Issue Type: Sub-task
>          Components: test
>            Reporter: Jeffrey Zhong
>            Assignee: Jeffrey Zhong
>             Fix For: 0.95.1
>
>         Attachments: hbase-8583.patch, hbase-8583-v1.patch, 
> hbase-8583-v2.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to