Hello Marton Greber, Zoltan Chovan, Kudu Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/22779

to look at the new patch set (#3).

Change subject: Add /api/v1/leader endpoint to REST API endpoints
......................................................................

Add /api/v1/leader endpoint to REST API endpoints

To support leader discovery without relying on HTTP redirects, which are
incompatible with SPNEGO authentication, a new REST API endpoint
/api/v1/leader has been introduced.

This endpoint returns the current leader master's HTTP or HTTPS address
in a compact JSON format, e.g.:
{ "leader": "http://hostname:port"; }

Change-Id: If74db14bee2d273529ebfb02e72c6675bb094bce
---
M src/kudu/master/rest_catalog-test.cc
M src/kudu/master/rest_catalog_path_handlers.cc
M src/kudu/master/rest_catalog_path_handlers.h
3 files changed, 111 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/79/22779/3
--
To view, visit http://gerrit.cloudera.org:8080/22779
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: If74db14bee2d273529ebfb02e72c6675bb094bce
Gerrit-Change-Number: 22779
Gerrit-PatchSet: 3
Gerrit-Owner: Gabriella Lotz <[email protected]>
Gerrit-Reviewer: Gabriella Lotz <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Marton Greber <[email protected]>
Gerrit-Reviewer: Zoltan Chovan <[email protected]>

Reply via email to