Tim Sehn
Tim Sehn
That's a good template :-)
This will be a bit longer than our usual 24 hour turn around time. We'll have it fixed tomorrow or Monday.
So, `git` does not apply `filter-branch` changes to `WORKING` or `STAGED` roots. It forces you're working set to be clean to run `filter-branch`. We have matched that behavior in #7895...
There's privacy/security concerns about putting raw SQL queries in the logs by default but we could certainly make this a log level.
It seems what is happening here is that we optimized queries to these system tables and are turning that `from_commit` and `to_commit` into branches and doing an optimized table build...
So this is expected. The reflog is cleared by a backup/restore, push/pull, or a `dolt gc`. We use the information in the "chunk journal" which cleared by those actions to...
@max-hoffman will look at this today. Is this on 1.51.0+? We had a major stats refactor just land.
I see. You built your own that should be > 1.51.0
Another customer recently asked for this. I think matching git syntax and implementing `dolt fsck` is the way to go.
This is almost certainly some sort of infinite loop. I would kill it and try again. If it gets stuck again, you can, delete the `investment_data` directory and reclone it...