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

add S3 minimum part size defined by the user #17171

Open
wants to merge 42 commits into
base: main
Choose a base branch
from

Commits on Nov 21, 2024

  1. add S3 minimum part sized defined by the user

    Signed-off-by: Renan Rangel <[email protected]>
    rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f026971 View commit details
    Browse the repository at this point in the history
  2. update vttablet.txt

    Signed-off-by: Renan Rangel <[email protected]>
    rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    79e56f5 View commit details
    Browse the repository at this point in the history
  3. fixing flags

    Signed-off-by: Renan Rangel <[email protected]>
    rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    4a6af9e View commit details
    Browse the repository at this point in the history
  4. go mod tidy

    Signed-off-by: Renan Rangel <[email protected]>
    rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    72b1c6c View commit details
    Browse the repository at this point in the history
  5. VReplication: Qualify and SQL escape tables in created AutoIncrement …

    …VSchema definitions (vitessio#17174)
    
    Signed-off-by: Matt Lord <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    mattlord authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    ca0054b View commit details
    Browse the repository at this point in the history
  6. Skip TestRunFailsToStartTabletManager for now (vitessio#17167)

    Signed-off-by: Florent Poinsard <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    frouioui authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6af219f View commit details
    Browse the repository at this point in the history
  7. Add RPC to read the statements to be executed in an unresolved prepar…

    …ed transaction (vitessio#17131)
    
    Signed-off-by: Manan Gupta <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    GuptaManan100 authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    d1d0c53 View commit details
    Browse the repository at this point in the history
  8. Add GetTransactionInfo in VTadmin API and page (vitessio#17142)

    Signed-off-by: Manan Gupta <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    GuptaManan100 authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    60394fe View commit details
    Browse the repository at this point in the history
  9. Fix: Update found rows pool transaction capacity dynamically via vtta…

    …blet debug/env (vitessio#17055)
    
    Signed-off-by: Harshit Gangal <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    harshit-gangal authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    23b7ef8 View commit details
    Browse the repository at this point in the history
  10. bugfix: Handle CTEs with columns named in the CTE def (vitessio#17179)

    Signed-off-by: Andres Taylor <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    systay authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    3ce96e8 View commit details
    Browse the repository at this point in the history
  11. Atomic Transaction StartCommit api to return the commit state (vite…

    …ssio#17116)
    
    Signed-off-by: Harshit Gangal <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    harshit-gangal authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6a910ec View commit details
    Browse the repository at this point in the history
  12. VTAdmin: Support for multiple DataTable accessing same URL (vitessio#…

    …17036)
    
    Signed-off-by: Noble Mittal <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    beingnoble03 authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6825bc6 View commit details
    Browse the repository at this point in the history
  13. Fix flakiness in TestListenerShutdown (vitessio#17024)

    Signed-off-by: Florent Poinsard <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    frouioui authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    9b269d6 View commit details
    Browse the repository at this point in the history
  14. Close zookeeper topo connection on disconnect (vitessio#17136)

    Signed-off-by: shanth96 <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    shanth96 authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    cb94ec7 View commit details
    Browse the repository at this point in the history
  15. Flakes: Address flakiness in TestZkConnClosedOnDisconnect (vitessio#1…

    …7194)
    
    Signed-off-by: Matt Lord <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    mattlord authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7954280 View commit details
    Browse the repository at this point in the history
  16. engine.Reload(): read InnoDB tables sizes including FULLTEXT inde…

    …x volume (vitessio#17118)
    
    Signed-off-by: Shlomi Noach <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    shlomi-noach authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    0913b83 View commit details
    Browse the repository at this point in the history
  17. Fix to prevent stopping buffering prematurely (vitessio#17013)

    Signed-off-by: Manan Gupta <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    GuptaManan100 authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a16af51 View commit details
    Browse the repository at this point in the history
  18. Online DDL: fix defer function, potential connection pool exhaustion (v…

    …itessio#17207)
    
    Signed-off-by: Shlomi Noach <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    shlomi-noach authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a3255b7 View commit details
    Browse the repository at this point in the history
  19. Limit rare race condition in topo.Server (vitessio#17165)

    Signed-off-by: Florent Poinsard <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    frouioui authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    3dc1d40 View commit details
    Browse the repository at this point in the history
  20. VReplication Flaky Test fix: TestVtctldMigrateSharded (vitessio#17182)

    Signed-off-by: Rohit Nayak <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    rohit-nayak-ps authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    ed2ac59 View commit details
    Browse the repository at this point in the history
  21. VReplication fix Flaky e2e test TestMoveTablesBuffering (vitessio#17180)

    Signed-off-by: Rohit Nayak <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    rohit-nayak-ps authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    4efbdaa View commit details
    Browse the repository at this point in the history
  22. Online DDL: ANALYZE the shadow table before cut-over (vitessio#17201)

    Signed-off-by: Shlomi Noach <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    shlomi-noach authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    8bdd1bd View commit details
    Browse the repository at this point in the history
  23. [main] Upgrade the Golang version to go1.23.3 (vitessio#17199)

    Signed-off-by: GitHub <[email protected]>
    Signed-off-by: Florent Poinsard <[email protected]>
    Co-authored-by: frouioui <[email protected]>
    Co-authored-by: Florent Poinsard <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    3 people authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    74ed73c View commit details
    Browse the repository at this point in the history
  24. Update the EOL documentation (vitessio#17215)

    Signed-off-by: Florent Poinsard <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    frouioui authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    65220db View commit details
    Browse the repository at this point in the history
  25. Update Atomic Distributed Transaction Design (vitessio#17005)

    Signed-off-by: Harshit Gangal <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    harshit-gangal authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    8fe3453 View commit details
    Browse the repository at this point in the history
  26. Online DDL: --singleton-table DDL strategy flag (vitessio#17169)

    Signed-off-by: Shlomi Noach <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    shlomi-noach authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    d2e726e View commit details
    Browse the repository at this point in the history
  27. e2e framework change to find empty throttler config (vitessio#17228)

    Signed-off-by: Harshit Gangal <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    harshit-gangal authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    200e559 View commit details
    Browse the repository at this point in the history
  28. go mod update (vitessio#17227)

    Signed-off-by: Harshit Gangal <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    harshit-gangal authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    9f5aa3a View commit details
    Browse the repository at this point in the history
  29. Fix deadlock in messager and health streamer (vitessio#17230)

    Signed-off-by: Manan Gupta <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    GuptaManan100 authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    c289b9c View commit details
    Browse the repository at this point in the history
  30. Binlog: Improve ZstdInMemoryDecompressorMaxSize management (vitessio#…

    …17220)
    
    Signed-off-by: Matt Lord <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    mattlord authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    d45e7b8 View commit details
    Browse the repository at this point in the history
  31. Handle MySQL handler error codes (vitessio#17252)

    Signed-off-by: Shlomi Noach <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    shlomi-noach authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    3c31991 View commit details
    Browse the repository at this point in the history
  32. Use proper keyspace when updating the query graph of a reference DML (v…

    …itessio#17226)
    
    Signed-off-by: Florent Poinsard <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    frouioui authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    115fd86 View commit details
    Browse the repository at this point in the history
  33. Add support for receiving grpc_bind_adress on vttestserver (vites…

    …sio#17231)
    
    Signed-off-by: Gabriel Parreiras <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    gmpify authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    457004a View commit details
    Browse the repository at this point in the history
  34. sqltypes: add ToTime conversion funcs (vitessio#17178)

    Signed-off-by: Derek Perkins <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    derekperkins authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    fc07d3f View commit details
    Browse the repository at this point in the history
  35. VReplication: recover from closed connection (vitessio#17249)

    Signed-off-by: Shlomi Noach <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    shlomi-noach authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    c7f241e View commit details
    Browse the repository at this point in the history
  36. Tablet throttler: read and use MySQL host metrics (vitessio#16904)

    Signed-off-by: Shlomi Noach <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    shlomi-noach authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    c13f941 View commit details
    Browse the repository at this point in the history
  37. Online DDL: dynamic cut-over threshold via `ALTER VITESS_MIGRATION ..…

    …. CUTOVER_THRESHOLD ...` command (vitessio#17126)
    
    Signed-off-by: Shlomi Noach <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    shlomi-noach authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    d99f2c0 View commit details
    Browse the repository at this point in the history
  38. Remove unused code for old START_GTID logic (vitessio#17265)

    Signed-off-by: Dirkjan Bussink <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    dbussink authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a06582b View commit details
    Browse the repository at this point in the history
  39. PRS and ERS don't promote replicas taking backups (vitessio#16997)

    Signed-off-by: Eduardo J. Ortega U <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    ejortegau authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    83420f4 View commit details
    Browse the repository at this point in the history
  40. Fix potential deadlock in health streamer (vitessio#17261)

    Signed-off-by: Manan Gupta <[email protected]>
    Signed-off-by: Renan Rangel <[email protected]>
    GuptaManan100 authored and rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    bf5dfaf View commit details
    Browse the repository at this point in the history
  41. PR feedback

    Signed-off-by: Renan Rangel <[email protected]>
    rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    0f08ff4 View commit details
    Browse the repository at this point in the history
  42. fix conflict

    Signed-off-by: 'Renan Rangel' <[email protected]>
    rvrangel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    5994e0e View commit details
    Browse the repository at this point in the history