After upgrading gbrain from 0.42.26.0 to 0.42.32.0, gbrain reindex-frontmatter consistently fails with: "GBrain: Timed out waiting for PGLite lock."
Steps to reproduce:
gbrain init --pglite --no-embedding
gbrain import <dir> --no-embed
gbrain config set search.mode conservative
gbrain reindex-frontmatter
Expected: frontmatter reindex completes.
Actual: always times out on PGLite lock.
Other write commands work fine (gbrain config set, gbrain list, gbrain extract links). Only reindex-frontmatter blocks.
Environment: PGLite, no embeddings, 76 pages, schema migrated successfully via upgrade.
After upgrading gbrain from 0.42.26.0 to 0.42.32.0,
gbrain reindex-frontmatterconsistently fails with: "GBrain: Timed out waiting for PGLite lock."Steps to reproduce:
gbrain init --pglite --no-embeddinggbrain import <dir> --no-embedgbrain config set search.mode conservativegbrain reindex-frontmatterExpected: frontmatter reindex completes.
Actual: always times out on PGLite lock.
Other write commands work fine (
gbrain config set,gbrain list,gbrain extract links). Onlyreindex-frontmatterblocks.Environment: PGLite, no embeddings, 76 pages, schema migrated successfully via upgrade.