Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.1
-
Fix Version/s: 1.7.2
-
Component/s: RESTful-APIs
-
Security Level: Public
-
Labels:
Description
Neither of the following worked, although they both said success:
CLI:
/opt/membase/bin/membase cluster-init --cluster=10.1.3.100:8091 -u Administrator -p password --cluster-init-user=Administrator --cluster-init-password=password --cluster-init-port=8080
SUCCESS: init 10.1.3.100
REST API:
curl -d username=Administrator -d password=password -d port=8080 http://Administrator:password@10.1.3.100:8091/settings/web
{"newBaseUri":"http://10.1.3.100:8080/"}
presumably the underlying problem is with the REST API not doing what it's saying
CLI:
/opt/membase/bin/membase cluster-init --cluster=10.1.3.100:8091 -u Administrator -p password --cluster-init-user=Administrator --cluster-init-password=password --cluster-init-port=8080
SUCCESS: init 10.1.3.100
REST API:
curl -d username=Administrator -d password=password -d port=8080 http://Administrator:password@10.1.3.100:8091/settings/web
{"newBaseUri":"http://10.1.3.100:8080/"}
presumably the underlying problem is with the REST API not doing what it's saying
Activity
Aliaksey Artamonau
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Aliaksey Artamonau [ Aliaksey Artamonau ] |
Aleksey Kondratenko
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Perry Krug
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
Aleksey Kondratenko
made changes -
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Farshid Ghods
made changes -
| Summary | Can't change admin port | unable to change the admin(REST) port from 8091 |
| Fix Version/s | 1.7.2 [ 10203 ] |
But note that it'll change _current node_ port not entire cluster, so it's still not quite advertise-able.