Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved error handling for bulk indexing to provide more information… #219

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Improved error handling for bulk indexing to provide more information… #219

wants to merge 6 commits into from

Commits on Aug 6, 2015

  1. Improved error handling for bulk indexing to provide more information…

    … to the error channel
    Burgett, Gordon authored and Burgett, Gordon committed Aug 6, 2015
    Configuration menu
    Copy the full SHA
    3c0b179 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2015

  1. Added ability to specify version on bulk updates

    Burgett, Gordon authored and Burgett, Gordon committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    169c06b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2015

  1. Fixed data races; corrected import paths to reference the zaphod-conc…

    …ur fork properly
    Levi Corcoran committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    c4f0122 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2015

  1. Added PendingSends mechanism to track any buffers that need to be sen…

    …t, until they are fully sent and any errors are reported, to ensure proper shutdown sequencing
    Levi Corcoran committed Oct 12, 2015
    Configuration menu
    Copy the full SHA
    47ee816 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2015

  1. Merge remote-tracking branch 'upstream/master' into merge

    # Conflicts:
    #	lib/baserequest.go
    #	lib/corebulk.go
    #	lib/corebulk_test.go
    #	lib/coreexample_test.go
    #	lib/coretest_test.go
    #	lib/request.go
    Levi Corcoran committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    cb5140b View commit details
    Browse the repository at this point in the history
  2. fixed race condition on PendingDocuments() docCt access

    Levi Corcoran committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    8b1c9d6 View commit details
    Browse the repository at this point in the history