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

Error running 1000s of tasks: "etcdserver: request is too large" #1186 #1264

Merged
merged 16 commits into from
Mar 18, 2019

Commits on Mar 14, 2019

  1. Error running 1000s of tasks: "etcdserver: request is too large" argo…

    …proj#1186
    
    This PR is addressing the feature request argoproj#1186.
    Issue:
    Nodestatus element keeps growing  for big workflow.  Workflow will fail once the workflow total size reachs 1 MB (maz size limit in ETCD) .
    Solution:
    Compressing the Nodestatus once size reachs the 1 MB which increasing 60% to 80% more steps to execute in compress mode.
    
    Latest: Argo cli and Argo UI will able to decode and print nodestatus from compressednoode.
    
    Limitation:
    Kubectl willl not decode the compressedNode element
    sarabala1979 committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    cb0ab97 View commit details
    Browse the repository at this point in the history
  2. added Operator.go

    sarabala1979 committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    b365648 View commit details
    Browse the repository at this point in the history
  3. revert the testing yaml

    sarabala1979 committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    0af9f58 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Fixed the lint issue

    sarabala1979 committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    862307a View commit details
    Browse the repository at this point in the history
  2. fixed

    sarabala1979 committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    be7603f View commit details
    Browse the repository at this point in the history
  3. fixed lint

    sarabala1979 committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    9bedb33 View commit details
    Browse the repository at this point in the history
  4. Fixed Testcase

    sarabala1979 committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    1195457 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7b3d1c View commit details
    Browse the repository at this point in the history
  6. Reverted the change

    sarabala1979 committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    835373f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f51681 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    465a729 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2019

  1. Configuration menu
    Copy the full SHA
    bac7d30 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Update pod-limits.yaml

    sarabala1979 committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    64f8e0c View commit details
    Browse the repository at this point in the history
  2. updated few comments

    sarabala1979 committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    ff7ddca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec3cc51 View commit details
    Browse the repository at this point in the history
  4. reverted unwanted files

    sarabala1979 committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    fd8d8f7 View commit details
    Browse the repository at this point in the history