Re: Review Request 41534: Update leader redirection logic to return an error page if there is no leading scheduler.

2015-12-17 Thread Aurora ReviewBot

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

Ship it!


Master (93fb2c7) is green with this patch.
  ./build-support/jenkins/build.sh

I will refresh this build result if you post a review containing "@ReviewBot 
retry"

- Aurora ReviewBot


On Dec. 17, 2015, 11:03 p.m., Joshua Cohen wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/41534/
> ---
> 
> (Updated Dec. 17, 2015, 11:03 p.m.)
> 
> 
> Review request for Aurora, Maxim Khutornenko and Bill Farner.
> 
> 
> Repository: aurora
> 
> 
> Description
> ---
> 
> We'd like to serve Aurora through DNS rather than against the singleton 
> serverset so that when there is no leader users get a friendly error page 
> rather than a generic error (which inevitably leads to them coming to ask for 
> support). In order to accomplish this, I've updated the 
> `LeaderRedirectFilter` to return a 503 with an html body in the event there 
> is no elected leader.
> 
> 
> Diffs
> -
> 
>   src/main/java/org/apache/aurora/scheduler/http/LeaderRedirect.java 
> 2c86ddb0a44bcec03cd9305fa96201c214fc731c 
>   src/main/java/org/apache/aurora/scheduler/http/LeaderRedirectFilter.java 
> 51566e9ccddfd4921ba33f0ecfbf303fdab31549 
>   src/main/resources/org/apache/aurora/scheduler/http/no-leader.html 
> PRE-CREATION 
>   src/test/java/org/apache/aurora/scheduler/http/AbstractJettyTest.java 
> 152af0d511fdc26906a3f7428024e5af08daab6d 
>   src/test/java/org/apache/aurora/scheduler/http/LeaderRedirectTest.java 
> 98b6ef6304521c5f99a187e1c6d83a135e4cfabd 
>   src/test/java/org/apache/aurora/scheduler/http/ServletFilterTest.java 
> af1e5f1c4c82ab2450c1487af67bc8907675822c 
> 
> Diff: https://reviews.apache.org/r/41534/diff/
> 
> 
> Testing
> ---
> 
> ./gradlew build -Pq
> 
> Also verified in Vagrant (by preventing the scheduler from leading) that 
> accessing the scheduler in that state returns the expected page.
> Additionally verified that client error message is still usable:
> 
> WARN] Connection error with scheduler: Unknown error talking to 
> http://192.168.33.7:8081/api: 503 Server Error: Service Unavailable, 
> reconnecting...
> 
> 
> File Attachments
> 
> 
> No Leader page
>   
> https://reviews.apache.org/media/uploaded/files/2015/12/17/2759a88b-a2c4-4c45-a45f-037126e30f1e__Screen_Shot_2015-12-17_at_5.02.51_PM.png
> 
> 
> Thanks,
> 
> Joshua Cohen
> 
>



Re: Review Request 41534: Update leader redirection logic to return an error page if there is no leading scheduler.

2015-12-17 Thread Maxim Khutornenko

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

Ship it!


Ship It!

- Maxim Khutornenko


On Dec. 17, 2015, 11:03 p.m., Joshua Cohen wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/41534/
> ---
> 
> (Updated Dec. 17, 2015, 11:03 p.m.)
> 
> 
> Review request for Aurora, Maxim Khutornenko and Bill Farner.
> 
> 
> Repository: aurora
> 
> 
> Description
> ---
> 
> We'd like to serve Aurora through DNS rather than against the singleton 
> serverset so that when there is no leader users get a friendly error page 
> rather than a generic error (which inevitably leads to them coming to ask for 
> support). In order to accomplish this, I've updated the 
> `LeaderRedirectFilter` to return a 503 with an html body in the event there 
> is no elected leader.
> 
> 
> Diffs
> -
> 
>   src/main/java/org/apache/aurora/scheduler/http/LeaderRedirect.java 
> 2c86ddb0a44bcec03cd9305fa96201c214fc731c 
>   src/main/java/org/apache/aurora/scheduler/http/LeaderRedirectFilter.java 
> 51566e9ccddfd4921ba33f0ecfbf303fdab31549 
>   src/main/resources/org/apache/aurora/scheduler/http/no-leader.html 
> PRE-CREATION 
>   src/test/java/org/apache/aurora/scheduler/http/AbstractJettyTest.java 
> 152af0d511fdc26906a3f7428024e5af08daab6d 
>   src/test/java/org/apache/aurora/scheduler/http/LeaderRedirectTest.java 
> 98b6ef6304521c5f99a187e1c6d83a135e4cfabd 
>   src/test/java/org/apache/aurora/scheduler/http/ServletFilterTest.java 
> af1e5f1c4c82ab2450c1487af67bc8907675822c 
> 
> Diff: https://reviews.apache.org/r/41534/diff/
> 
> 
> Testing
> ---
> 
> ./gradlew build -Pq
> 
> Also verified in Vagrant (by preventing the scheduler from leading) that 
> accessing the scheduler in that state returns the expected page.
> Additionally verified that client error message is still usable:
> 
> WARN] Connection error with scheduler: Unknown error talking to 
> http://192.168.33.7:8081/api: 503 Server Error: Service Unavailable, 
> reconnecting...
> 
> 
> File Attachments
> 
> 
> No Leader page
>   
> https://reviews.apache.org/media/uploaded/files/2015/12/17/2759a88b-a2c4-4c45-a45f-037126e30f1e__Screen_Shot_2015-12-17_at_5.02.51_PM.png
> 
> 
> Thanks,
> 
> Joshua Cohen
> 
>