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

Bulk Loader: Fix memory usage by JSON parser #3794

Merged
merged 21 commits into from Aug 13, 2019
Merged

Commits on Aug 10, 2019

  1. Configuration menu
    Copy the full SHA
    ded891b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ac7d50 View commit details
    Browse the repository at this point in the history
  3. Make parse tests work

    manishrjain committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    a6047b1 View commit details
    Browse the repository at this point in the history
  4. Code runs and all

    manishrjain committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    6832162 View commit details
    Browse the repository at this point in the history
  5. Run GC every 5s

    manishrjain committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    f4cf4be View commit details
    Browse the repository at this point in the history
  6. GC every 10s

    manishrjain committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    39a00b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b81b207 View commit details
    Browse the repository at this point in the history
  8. Only run GC if it hadn't been run. Also mention the RAM usage being p…

    …roportional to worker threads in shout-case.
    manishrjain committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    fa831be View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. Configuration menu
    Copy the full SHA
    70eb295 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7a299b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Bring the edgraph/server.go code back. Move multiple RDF parsing to c…

    …hunker package as well.
    manishrjain committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    17b557b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f89c68 View commit details
    Browse the repository at this point in the history
  3. Address golint issues

    manishrjain committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    5e12649 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    948bfde View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e25781 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    541c9be View commit details
    Browse the repository at this point in the history
  7. Fix gql package test

    manishrjain committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    297651f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f7f8cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1d1f529 View commit details
    Browse the repository at this point in the history
  10. Address comments by PR folks. Also, no need to handle io.EOF because …

    …Parse no longer returns it.
    manishrjain committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    de862d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Address PR folks comments

    manishrjain committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    5c420fb View commit details
    Browse the repository at this point in the history