> On Jan. 30, 2015, 4 p.m., Josh Elser wrote:
> > start/src/main/java/org/apache/accumulo/start/Main.java, line 49
> > <https://reviews.apache.org/r/30382/diff/2/?file=841134#file841134line49>
> >
> >     Let's make sure this gets answered rather than commit a question to the 
> > codebase (I don't know why it's needed either).
> 
> Christopher Tubbs wrote:
>     Agreed.
> 
> Christopher Tubbs wrote:
>     I checked with Dave Marion, and he seemed to think it wasn't needed. And, 
> neither do I (hence my initial interrogative comment). So, I'm deleting it.

Setting the context classloader here to the one from Accumulo will impact how 
JNDI resolves classes before it is set again. (I don't know if anyone relies on 
this behavior)


- Sean


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30382/#review70368
-----------------------------------------------------------


On Jan. 30, 2015, 10:06 p.m., Christopher Tubbs wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/30382/
> -----------------------------------------------------------
> 
> (Updated Jan. 30, 2015, 10:06 p.m.)
> 
> 
> Review request for accumulo.
> 
> 
> Bugs: ACCUMULO-1844 and ACCUMULO-3514
>     https://issues.apache.org/jira/browse/ACCUMULO-1844
>     https://issues.apache.org/jira/browse/ACCUMULO-3514
> 
> 
> Repository: accumulo
> 
> 
> Description
> -------
> 
>     ACCUMULO-3514 Use auto-service for start
>     
>     Use @AutoService annotations and Java's ServiceLoader mechanism to 
> discover
>     classes which are executable by Accumulo's "start" jar with a keyword.
>     
>     This replaces manual intervention whenever we add a new option to the
>     bin/accumulo script and also auto-populates the usage for that script.
> 
> 
> Diffs
> -----
> 
>   core/pom.xml 5fc7a6e 
>   core/src/main/java/org/apache/accumulo/core/file/rfile/PrintInfo.java 
> f29efcc 
>   core/src/main/java/org/apache/accumulo/core/util/Classpath.java 
> PRE-CREATION 
>   core/src/main/java/org/apache/accumulo/core/util/CreateToken.java 79b241c 
>   core/src/main/java/org/apache/accumulo/core/util/Help.java PRE-CREATION 
>   core/src/main/java/org/apache/accumulo/core/util/Jar.java PRE-CREATION 
>   core/src/main/java/org/apache/accumulo/core/util/Version.java ee645ff 
>   minicluster/pom.xml ee6cdc8 
>   
> minicluster/src/main/java/org/apache/accumulo/minicluster/MiniAccumuloRunner.java
>  c45abc0 
>   
> minicluster/src/main/java/org/apache/accumulo/minicluster/impl/MiniClusterExecutable.java
>  PRE-CREATION 
>   pom.xml dda1cfe 
>   proxy/pom.xml 9312d7b 
>   proxy/src/main/java/org/apache/accumulo/proxy/Proxy.java 0a4d12e 
>   server/base/pom.xml c21a168 
>   server/base/src/main/java/org/apache/accumulo/server/init/Initialize.java 
> 0a1f411 
>   server/base/src/main/java/org/apache/accumulo/server/util/Admin.java 
> 77d5ea1 
>   server/base/src/main/java/org/apache/accumulo/server/util/Info.java 29fa135 
>   
> server/base/src/main/java/org/apache/accumulo/server/util/LoginProperties.java
>  be5a7c8 
>   
> server/base/src/main/java/org/apache/accumulo/server/util/ZooKeeperMain.java 
> 0edcf71 
>   server/gc/pom.xml 9602b95 
>   server/gc/src/main/java/org/apache/accumulo/gc/GCExecutable.java 
> PRE-CREATION 
>   server/master/pom.xml 7e9ab1d 
>   
> server/master/src/main/java/org/apache/accumulo/master/MasterExecutable.java 
> PRE-CREATION 
>   server/monitor/pom.xml ba61aeb 
>   
> server/monitor/src/main/java/org/apache/accumulo/monitor/MonitorExecutable.java
>  PRE-CREATION 
>   server/tracer/pom.xml ac9f45f 
>   
> server/tracer/src/main/java/org/apache/accumulo/tracer/TracerExecutable.java 
> PRE-CREATION 
>   server/tserver/pom.xml cd0f8ef 
>   
> server/tserver/src/main/java/org/apache/accumulo/tserver/TServerExecutable.java
>  PRE-CREATION 
>   shell/pom.xml db3530f 
>   shell/src/main/java/org/apache/accumulo/shell/Shell.java a64ff45 
>   start/src/main/java/org/apache/accumulo/start/Main.java c820883 
>   start/src/main/java/org/apache/accumulo/start/spi/KeywordExecutable.java 
> PRE-CREATION 
>   start/src/test/java/org/apache/accumulo/start/MainTest.java 1ea22fb 
>   test/src/test/java/org/apache/accumulo/start/KeywordStartIT.java 
> PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/30382/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Christopher Tubbs
> 
>

Reply via email to