Skip to content

Commit

Permalink
Prefer relative URL in image in yz batching doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafavatella authored Nov 23, 2016
1 parent 0268231 commit 2014691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/BATCHING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ When enqueuing an object, a worker and helper process pair is selected based on

The following diagram illustrates the relationship between Riak vnodes, Yokozuna workers and helpers, and Apache Solr:

![YZ Batching Overview](https://raw.githubusercontent.com/basho/yokozuna/docs/yz-batching-overview.png)
![YZ Batching Overview](/docs/yz-batching-overview.png)

Each helper process is stateless; a helper's only role is to dequeue batches from the workers, to transform those batches into something that Solr can understand, and to dispatch the transformed batches to Solr (and report the results back to the worker process, on whose behalf it is doing the work).

Expand Down

0 comments on commit 2014691

Please sign in to comment.