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

upsert overlap #1238

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft

upsert overlap #1238

wants to merge 10 commits into from

Commits on Apr 3, 2023

  1. Revert "introduces configurable dispatch hashring"

    This reverts commit 34a4202.
    jakedt committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    abdf7bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    882427b View commit details
    Browse the repository at this point in the history
  3. Merge pull request authzed#1246 from authzed/hashring-test-perf-fix

    Hashring test perf fix
    josephschorr committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    3c31684 View commit details
    Browse the repository at this point in the history
  4. gomod: bump cobrautil

    This changes the default for OTEL sample ratio to
    be 1% instead of 20%.
    
    Our experience running SpiceDB in production has
    made it clear that 20% is far too large of a
    default sample ratio for most deployments.
    jzelinskie committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    d18d11e View commit details
    Browse the repository at this point in the history
  5. Merge pull request authzed#1245 from jzelinskie/otel-sample

    gomod: bump cobrautil
    jzelinskie committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    ec9cef3 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Fix flakiness of graceful termination test

    Appeared to be a race condition
    
    Stress output:
    
    $ stress ./server.test -test.run=TestServerGracefulTermination -test.cpu=2 -test.timeout=5s
    5s: 951 runs so far, 0 failures
    10s: 1992 runs so far, 0 failures
    15s: 3071 runs so far, 0 failures
    20s: 4134 runs so far, 0 failures
    25s: 5159 runs so far, 0 failures
    30s: 6215 runs so far, 0 failures
    
    Fixes authzed#1236
    josephschorr committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    91cab1f View commit details
    Browse the repository at this point in the history
  2. Merge pull request authzed#1250 from josephschorr/graceful-flake

    Fix flakiness of graceful termination test
    ecordell committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    0d762a1 View commit details
    Browse the repository at this point in the history
  3. Move to v4 of kuberesolver

    Also unblocks moving forward on gRPC
    
    Fixes authzed#1247
    josephschorr committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    96c387c View commit details
    Browse the repository at this point in the history
  4. Merge pull request authzed#1249 from josephschorr/kuberesolver-v4

    Move to v4 of kuberesolver
    josephschorr committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    752562e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. upsert overlap

    ecordell committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    dea9167 View commit details
    Browse the repository at this point in the history