Skip to content

Conversation

@tlrx
Copy link
Member

@tlrx tlrx commented Feb 1, 2018

This commit splits the async execution documentation into 2 parts, one
for the async method itself and one for the action listener. This allows
to add more doc and to use CountDownLatches in doc tests to wait for
asynchronous operations to be completed before moving to the next test.

It also renames few files.

Related to #28457 (comment)

This commit splits the async execution documentation into 2 parts, one
for the async method itself and one for the action listener. This allows
to add more doc and to use CountDownLatches in doc tests to wait for
asynchronous operations to be completed before moving to the next test.

It also renames few files.

Related to elastic#28457
@tlrx tlrx added >docs General docs changes review v7.0.0 v6.3.0 labels Feb 1, 2018
@tlrx tlrx requested a review from javanna February 1, 2018 15:58
[[java-rest-high-document-index-async]]
==== Asynchronous Execution

The asynchronous execution of an index request requires both the `IndexRequest`
Copy link
Member Author

Choose a reason for hiding this comment

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

Note: I used the same wording in all docs, so feel free to only comment once. I'll apply any potential changes by grepping and sedding all the files together.

include::close_index.asciidoc[]

include::putmapping.asciidoc[]
include::put_mapping.asciidoc[]
Copy link
Member

Choose a reason for hiding this comment

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

thanks, I had this rename coming too.

Copy link
Member

@javanna javanna left a comment

Choose a reason for hiding this comment

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

looks great thanks @tlrx

@tlrx tlrx merged commit bb97c00 into elastic:master Feb 1, 2018
tlrx added a commit that referenced this pull request Feb 2, 2018
This commit splits the async execution documentation into 2 parts, one
for the async method itself and one for the action listener. This allows
to add more doc and to use CountDownLatches in doc tests to wait for
asynchronous operations to be completed before moving to the next test.

It also renames few files.

Related to #28457
tlrx added a commit that referenced this pull request Feb 21, 2018
This commit splits the async execution documentation into 2 parts, one
for the async method itself and one for the action listener. This allows
to add more doc and to use CountDownLatches in doc tests to wait for
asynchronous operations to be completed before moving to the next test.

It also renames few files.

Related to #28457
@tlrx tlrx added the v6.2.3 label Feb 21, 2018
@tlrx tlrx deleted the use-blocking-listeners branch February 21, 2018 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants