We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sqlx-sqlite
Many logs of this sort are emitted when cluster is idle:
2024-02-08T09:03:02.214900053Z INFO sqlx-sqlite-worker-0 sqlx::query: summary=“INSERT INTO \“hummock_version_delta\” (\“id\“, …” db.statement=“\n\nINSERT INTO\n \“hummock_version_delta\” (\n \“id\“,\n \“prev_id\“,\n \“max_committed_epoch\“,\n \“safe_epoch\“,\n \“trivial_move\“,\n \“full_version_delta\“\n )\nVALUES\n (?, ?, ?, ?, ?, ?) ON CONFLICT (\“id\“) DO\nUPDATE\nSET\n \“prev_id\” = \“excluded\“.\“prev_id\“,\n \“max_committed_epoch\” = \“excluded\“.\“max_committed_epoch\“,\n \“safe_epoch\” = \“excluded\“.\“safe_epoch\“,\n \“trivial_move\” = \“excluded\“.\“trivial_move\“,\n \“full_version_delta\” = \“excluded\“.\“full_version_delta\“\n” rows_affected=1 rows_returned=0 elapsed=119.562µs
The text was updated successfully, but these errors were encountered:
Jsut need to:
src/meta/node/src/server.rs
RUST_LOG
Sorry, something went wrong.
yezizp2012
Successfully merging a pull request may close this issue.
Many logs of this sort are emitted when cluster is idle:
The text was updated successfully, but these errors were encountered: