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
{{ message }}
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
DEBU[0009] executing query query="CREATE INDEX commits_hash_idx ON commits USING pilosa (commit_hash)"
INFO[0009] audit trail action=authorization address="127.0.0.1:41316" connection_id=1 permission="read, write" pid=6 query="CREATE INDEX commits_hash_idx ON commits USING pilosa (commit_hash)" success=true system=audit user=root
INFO[0009] starting to save the index async=true driver=pilosa id=commits_hash_idx
INFO[0009] audit trail action=query address="127.0.0.1:41316" connection_id=1 duration=3.866551ms pid=6 query="CREATE INDEX commits_hash_idx ON commits USING pilosa (commit_hash)" success=true system=audit user=root
INFO[0009] index successfully created driver=pilosa id=commits_hash_idx
The query works adding WITH (async = false) to the index creation query.
It works fine for gitbase v0.23.1
The text was updated successfully, but these errors were encountered:
Trying to use async index in gitbase (current master, and v0.24.0-rc3), it fails:
The logs look normal:
The query works adding
WITH (async = false)
to the index creation query.It works fine for gitbase v0.23.1
The text was updated successfully, but these errors were encountered: