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



src/main/java/org/apache/aurora/scheduler/storage/mem/MemTaskStore.java
<https://reviews.apache.org/r/18526/#comment66450>

    On a second thought, it's easier to reason about all this if we treat set 
and non-set values the same way, namely non-null empty sets would return empty 
results.


- Maxim Khutornenko


On Feb. 27, 2014, 4:42 p.m., Maxim Khutornenko wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/18526/
> -----------------------------------------------------------
> 
> (Updated Feb. 27, 2014, 4:42 p.m.)
> 
> 
> Review request for Aurora, Kevin Sweeney and Bill Farner.
> 
> 
> Bugs: AURORA-232
>     https://issues.apache.org/jira/browse/AURORA-232
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> The slaveHosts set-based field will eventually replace a string field. 
> All internal queries are converted to use the new field. The old one is still 
> supported for queries coming from the web (until client side is refactored).
> 
> 
> Diffs
> -----
> 
>   src/main/java/org/apache/aurora/scheduler/base/Query.java 
> b9f207c740362fafff0257988f52b6179025d58d 
>   src/main/java/org/apache/aurora/scheduler/http/Maintenance.java 
> 7337044bacd052c516e4d78a2993946d472ef91c 
>   src/main/java/org/apache/aurora/scheduler/storage/mem/MemTaskStore.java 
> d1ab503e4edac86afcb8884a074a87b7536de3f7 
>   src/main/thrift/org/apache/aurora/gen/api.thrift 
> cd60f47bf34b4a634004e2ad9eadad37aa1556bb 
>   src/test/java/org/apache/aurora/scheduler/storage/mem/MemTaskStoreTest.java 
> 884f589a2cbea918ecbfedf457f42d7cc9254c95 
>   src/test/resources/org/apache/aurora/gen/api.thrift.md5 
> fafb5100443482e662db453429c5259f2ab80ae5 
> 
> Diff: https://reviews.apache.org/r/18526/diff/
> 
> 
> Testing
> -------
> 
> ./build-support/jenkins/build.sh 
> 
> 
> Thanks,
> 
> Maxim Khutornenko
> 
>

Reply via email to