Skip to content

multi-wake: remove .wake-build-lock mechanism#1761

Open
Will Dietz (dtzSiFive) wants to merge 2 commits intosifiveinc:feature/multi-wakefrom
dtzSiFive:pr/remove-build-lock
Open

multi-wake: remove .wake-build-lock mechanism#1761
Will Dietz (dtzSiFive) wants to merge 2 commits intosifiveinc:feature/multi-wakefrom
dtzSiFive:pr/remove-build-lock

Conversation

@dtzSiFive
Copy link
Copy Markdown
Contributor

@dtzSiFive Will Dietz (dtzSiFive) commented Feb 26, 2026

The file-based build lock prevented concurrent wake invocations.
This is no longer needed, remove it!

Remove entropy table exclusive lock in schema.


Should land at least after #1760 .

The schema had 'update entropy set seed=0 where 0;' which was used
to acquire an exclusive lock on database open, preventing any concurrent
access.

This is no longer needed with proper transaction handling.
The file-based build lock prevented concurrent wake invocations.
This is no longer needed, remove it!
Copy link
Copy Markdown
Collaborator

@ag-eitilt Sam May (ag-eitilt) left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty sure this should be able to work (obviously after #1760) even without any of the other multi-wake/CAS changes; sorry I didn't review earlier to have allowed it to be rolled into v48.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants