Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Fix #703 #761

Merged
merged 2 commits into from
Apr 25, 2017
Merged

Fix #703 #761

merged 2 commits into from
Apr 25, 2017

Conversation

divino
Copy link
Contributor

@divino divino commented Apr 20, 2017

Fixes #703

Note:

We can still skip verification by passing --verify=false

@divino divino changed the title Issue-703-implemented-verified-restart Fix #703 Apr 20, 2017
@divino divino changed the base branch from master to dev April 20, 2017 13:11
restart_basic
else
# defaults to verified restart
old_timestamp = go(%Q{http://#{@properties["ml.server"]}:8001/admin/v1/timestamp}, "get").body
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

didn't know this endpoint existed. nice!

restart_basic
retry_count = 0
retry_max = 5
retry_interval= 10
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think at least one of these should be property-driven -- desired values may differ depending on the environment. Please add a property to default.properties and make use of it here.

@divino
Copy link
Contributor Author

divino commented Apr 25, 2017 via email

@dmcassel dmcassel merged commit 618ddb2 into marklogic-community:dev Apr 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants