[ 
https://issues.apache.org/jira/browse/ACCUMULO-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13653165#comment-13653165
 ] 

Hudson commented on ACCUMULO-1357:
----------------------------------

Integrated in Accumulo-Trunk #857 (See 
[https://builds.apache.org/job/Accumulo-Trunk/857/])
    ACCUMULO-1357 added some since tags to MAConfig, made some of its methods 
public, made it longs internally instead of strings, and made the names more 
consistent (Revision 1480719)
ACCUMULO-1357 applied patch from Corey J Nolet for MiniAccumulo that enable 
remote java debugging and allows users to configure memory size (Revision 
1480705)

     Result = SUCCESS
kturner : 
Files : 
* 
/accumulo/trunk/server/src/main/java/org/apache/accumulo/server/mini/MemoryUnit.java
* 
/accumulo/trunk/server/src/main/java/org/apache/accumulo/server/mini/MiniAccumuloCluster.java
* 
/accumulo/trunk/server/src/main/java/org/apache/accumulo/server/mini/MiniAccumuloConfig.java
* 
/accumulo/trunk/server/src/main/java/org/apache/accumulo/server/mini/ServerType.java
* 
/accumulo/trunk/server/src/test/java/org/apache/accumulo/server/mini/MiniAccumuloConfigTest.java

kturner : 
Files : 
* 
/accumulo/trunk/server/src/main/java/org/apache/accumulo/server/mini/MemoryUnit.java
* 
/accumulo/trunk/server/src/main/java/org/apache/accumulo/server/mini/MiniAccumuloCluster.java
* 
/accumulo/trunk/server/src/main/java/org/apache/accumulo/server/mini/MiniAccumuloConfig.java
* 
/accumulo/trunk/server/src/main/java/org/apache/accumulo/server/mini/ServerType.java
* 
/accumulo/trunk/server/src/test/java/org/apache/accumulo/server/mini/MiniAccumuloClusterTest.java
* 
/accumulo/trunk/server/src/test/java/org/apache/accumulo/server/mini/MiniAccumuloConfigTest.java

                
> Make debugging MiniAccumuloCluster easier
> -----------------------------------------
>
>                 Key: ACCUMULO-1357
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1357
>             Project: Accumulo
>          Issue Type: Improvement
>            Reporter: Keith Turner
>            Assignee: Corey J. Nolet
>             Fix For: 1.6.0
>
>         Attachments: ACCUMULO-1357.1.patch, ACCUMULO-1357.2.patch
>
>
> When a problem occurs with MiniAccumuloCluster it can be difficult to debug.  
> Something that may make this easier.
>  * The ability to easily access log files. (maybe have a method users could 
> call to copy log files to a target dir).
>  * Starting Accumulo server processes with remote JVM debugging enabled.  
> (this could be a statup option, could have method users could call to get the 
> debug ports)
> It would be nice if a unit test fails in a maven run if the MiniAcc logs 
> files would end up the target dir that contains info about test failures.  
> Make it as easy as possible to do this from junit test.

--
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