You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stream Raft Messages and Fix Check Quorum. (#3138)
Fix lin reads timeouts and AssignUid recursion in Zero. (#3203)
Fix panic when running @groupby(uid) which is not allowed and other logic fixes. (#3232)
Fix a StartTs Mismatch bug which happens when running multiple best effort queries using the same txn. Reuse the same timestamp instead of allocating a new one. (#3187) (#3246)
Increment tool: Fix best-effort flag name so best-effort queries run as intended from the tool. (d386fa5)
Added
Add timeout option while running queries over HTTP. Setting the timeout query parameter /query?timeout=60s will timeout queries after 1 minute. (#3238)
Add badger tool to release binaries and Docker image for inspecting and debugging data directories.