Skip to content

Commit

Permalink
Merge pull request #706 from lucafavatella/patch-1
Browse files Browse the repository at this point in the history
Prefer relative URL in image in yz batching doc
  • Loading branch information
fadushin authored Nov 30, 2016
2 parents e29b100 + 2014691 commit 3f556dc
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 3f556dc

Please sign in to comment.