Skip to content
New issue

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

WIP: Sharded DB #76

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Add back metadata check

ac68d88
Select commit
Loading
Failed to load commit list.
Open

WIP: Sharded DB #76

Add back metadata check
ac68d88
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Nov 19, 2024 in 7s

15 new alerts

New alerts in code changed by this pull request

  • 14 warnings
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 85 in ss/pebbledb/batch.go

See this annotation in the file changed.

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism

Check warning on line 92 in ss/pebbledb/batch.go

See this annotation in the file changed.

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism

Check warning on line 130 in ss/pebbledb/batch.go

See this annotation in the file changed.

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism

Check notice on line 154 in ss/pebbledb/db.go

See this annotation in the file changed.

Code scanning / CodeQL

Spawning a Go routine Note

Spawning a Go routine may be a possible source of non-determinism

Check warning on line 181 in ss/pebbledb/db.go

See this annotation in the file changed.

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism

Check warning on line 196 in ss/pebbledb/db.go

See this annotation in the file changed.

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism

Check warning on line 219 in ss/pebbledb/db.go

See this annotation in the file changed.

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism

Check warning on line 235 in ss/pebbledb/db.go

See this annotation in the file changed.

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism

Check warning on line 264 in ss/pebbledb/db.go

See this annotation in the file changed.

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism

Check warning on line 278 in ss/pebbledb/db.go

See this annotation in the file changed.

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism

Check warning on line 295 in ss/pebbledb/db.go

See this annotation in the file changed.

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism

Check warning on line 306 in ss/pebbledb/db.go

See this annotation in the file changed.

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism

Check warning on line 323 in ss/pebbledb/db.go

See this annotation in the file changed.

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism

Check warning on line 549 in ss/pebbledb/db.go

See this annotation in the file changed.

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism

Check warning on line 665 in ss/pebbledb/db.go

See this annotation in the file changed.

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism