> On Oct. 30, 2017, 11:09 a.m., Stephan Erb wrote:
> > src/main/java/org/apache/aurora/scheduler/discovery/ServiceInstance.java
> > Lines 45 (patched)
> > <https://reviews.apache.org/r/63418/diff/1/?file=1872715#file1872715line45>
> >
> >     Should we just hardcode ALIVE here? Aurora is not using anything else.
> >     
> >     We could also add comments to the enum that all other state are 
> > deprecated and not used.

Thanks for the nudge, this crossed my mind as well while making the change.  
I've gone ahead and buried the field to effectively hard-code it.


- Bill


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


On Oct. 30, 2017, 9:36 a.m., Bill Farner wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/63418/
> -----------------------------------------------------------
> 
> (Updated Oct. 30, 2017, 9:36 a.m.)
> 
> 
> Review request for Aurora, Jordan Ly and Stephan Erb.
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> This enables removal of some unnecessary complexity in the build (commons no
> longer needs thrift) and the unused Codec abstraction (we always encode in
> JSON).
> 
> 
> Diffs
> -----
> 
>   build.gradle 1c1d3811c861dc6ff16bbd9ce3daefb5833f52df 
>   commons/src/main/java/org/apache/aurora/common/io/Codec.java 
> 94d1e3654767d8e5c0280595d0944c2fcb68ef90 
>   commons/src/main/java/org/apache/aurora/common/thrift/Util.java 
> 4ef7f49b7953b56b592b2f8ac3e04df738615211 
>   commons/src/main/java/org/apache/aurora/common/zookeeper/Encoding.java 
> 204f5c45b6810a82bdb74fb2d27fe2def6fd568a 
>   commons/src/main/java/org/apache/aurora/common/zookeeper/JsonCodec.java 
> 9d316088ffd51b2dce816e6cc18d8e2a4a23cfd5 
>   
> commons/src/main/resources/org/apache/aurora/common/net/http/handlers/thrift.st
>  0586653e1b22a96b0ce71e2fc979d6d3a71d1677 
>   commons/src/main/thrift/org/apache/aurora/common/thrift/endpoint.thrift 
> 87da2e13db900a4b06f50d89c9559ecfe202508e 
>   commons/src/test/java/org/apache/aurora/common/zookeeper/EncodingTest.java 
> 16c017104c4696a985eefa23e1611300a7357259 
>   commons/src/test/java/org/apache/aurora/common/zookeeper/JsonCodecTest.java 
> 6cf335dd451ca05bb511d524ff5590b219505cae 
>   src/main/java/org/apache/aurora/scheduler/app/ServiceGroupMonitor.java 
> a1329fd5010fadbf6bceeb2ae0476a6261830492 
>   
> src/main/java/org/apache/aurora/scheduler/discovery/CuratorServiceDiscoveryModule.java
>  77f90eead2812e24d0d56e289bba7944075ee3bc 
>   
> src/main/java/org/apache/aurora/scheduler/discovery/CuratorServiceGroupMonitor.java
>  eba56bea89961fd8e6507eaf4180f700e4b030c4 
>   
> src/main/java/org/apache/aurora/scheduler/discovery/CuratorSingletonService.java
>  2847c41b15b64b6a91bae295a9e5a96680b0c816 
>   src/main/java/org/apache/aurora/scheduler/discovery/Encoding.java 
> PRE-CREATION 
>   src/main/java/org/apache/aurora/scheduler/discovery/ServiceInstance.java 
> PRE-CREATION 
>   src/main/java/org/apache/aurora/scheduler/http/LeaderRedirect.java 
> bc0e2a86c0a8a354d95350a3d2f63514ee26da70 
>   src/main/java/org/apache/aurora/scheduler/http/StructDump.java 
> 3ed256b30a0492d65560344c3fc038d8d93f2ec0 
>   
> src/test/java/org/apache/aurora/scheduler/discovery/BaseCuratorDiscoveryTest.java
>  02c81838c52245aad3c582e0dea62f4ca3693379 
>   
> src/test/java/org/apache/aurora/scheduler/discovery/CuratorServiceGroupMonitorTest.java
>  e6b57ee7d0af234a60794e10c63c2670f67e6ccd 
>   
> src/test/java/org/apache/aurora/scheduler/discovery/CuratorSingletonServiceTest.java
>  946a78e185962b1459ce0dc32c55a036d04a7e19 
>   src/test/java/org/apache/aurora/scheduler/discovery/EncodingTest.java 
> PRE-CREATION 
>   src/test/java/org/apache/aurora/scheduler/http/AbstractJettyTest.java 
> f3ae5a566b555b753230629897847c1bb5abc3b1 
>   src/test/java/org/apache/aurora/scheduler/http/LeaderRedirectTest.java 
> a7cc046d97d7b817a5496a6a7190142375b7a8a1 
> 
> 
> Diff: https://reviews.apache.org/r/63418/diff/1/
> 
> 
> Testing
> -------
> 
> e2e tests pass
> 
> 
> Thanks,
> 
> Bill Farner
> 
>

Reply via email to