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

Improve retry semantics #2330

Closed
wants to merge 6 commits into from
Closed

Improve retry semantics #2330

wants to merge 6 commits into from

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    10fd1c8 View commit details
    Browse the repository at this point in the history
  2. Replace google-api-python-client by protobuf (#2304)

    Replace google-api-python-client with protobuf
    
    Signed-off-by: Raphaël Vinot <[email protected]>
    Rafiot authored and ikolomi committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3f0bde6 View commit details
    Browse the repository at this point in the history
  3. Updated attribution files

    Signed-off-by: ort-bot <[email protected]>
    ort-bot authored and ikolomi committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    14a37e6 View commit details
    Browse the repository at this point in the history
  4. Go: Handling generic arrays instead of only string arrays (#2289)

    * Go: Handling generic arrays instead of only string arrays
    
    Signed-off-by: Janhavi Gupta <[email protected]>
    janhavigupta007 authored and ikolomi committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2f1c693 View commit details
    Browse the repository at this point in the history
  5. Go: Adding the generic map handler and config set, get commands for s…

    …tandalone. (#2303)
    
    * Go:Implement generic map handler and config get,set for standalone.
    
    Signed-off-by: Janhavi Gupta <[email protected]>
    janhavigupta007 authored and ikolomi committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    62da4c5 View commit details
    Browse the repository at this point in the history
  6. 1. Disable command retries for CME connections due to:

    	a. Absence of command retry configuration in client creation params making retry mechanics unexpected, confusing and inconsistent with command timeout constrains.
    	b. Retry semantics are inconsistent between the CME and CMD client since CMD lacks the retry logic
    
    Signed-off-by: ikolomi <[email protected]>
    ikolomi committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    70a9065 View commit details
    Browse the repository at this point in the history