-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changing bulk-procs to bulk-serializers. Not a fan of changing flags/…
…arguments but I *finally* figured out what the issue was that was causing bottlenecks in the elasticsearch processes. Changed code to isolate the issue. So now there's bulk-serializers and bulk-threads. bulk-serializers should only be changed if you're running a lot of workers. bulk-threads should probably be set to a multiple of how many elasticsearch nodes you pass in via the -u flag (e.g., if you pass in 3 nodes, set bulk-threads to a multiple of 3). The process is considerably faster now.
- Loading branch information
Showing
1 changed file
with
88 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters