Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rosettaDeepFixity
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
rosettaDeepFixity
Commits
2d53b3ab
Commit
2d53b3ab
authored
3 years ago
by
Jens Steidl
Browse files
Options
Downloads
Patches
Plain Diff
- fix: bloom filter not properly replaced after reaching 80% cap
parent
8e108984
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deep_fixitycheck.pl
+4
-1
4 additions, 1 deletion
deep_fixitycheck.pl
with
4 additions
and
1 deletion
deep_fixitycheck.pl
+
4
−
1
View file @
2d53b3ab
...
@@ -373,6 +373,9 @@ sub stage2_for_ie {
...
@@ -373,6 +373,9 @@ sub stage2_for_ie {
$report_path
->
append_utf8
("
none
\n
");
$report_path
->
append_utf8
("
none
\n
");
}
}
# write report
# write report
# return current bloom filter
return
$bf
;
}
}
sub
stage2
($$$$)
{
sub
stage2
($$$$)
{
...
@@ -433,7 +436,7 @@ sub stage2 ($$$$) {
...
@@ -433,7 +436,7 @@ sub stage2 ($$$$) {
if
(
scalar
@
{
$unseen
}
==
0
)
{
$report_path
->
append_utf8
("
skipped because files already checked using IE
$prev_ie
\n
");}
if
(
scalar
@
{
$unseen
}
==
0
)
{
$report_path
->
append_utf8
("
skipped because files already checked using IE
$prev_ie
\n
");}
$prev_ie
=
$actual_ie
;
$prev_ie
=
$actual_ie
;
###
###
stage2_for_ie
(
$unseen
,
$bf
,
$map_path
,
$report_path
,
$stat
);
$bf
=
stage2_for_ie
(
$unseen
,
$bf
,
$map_path
,
$report_path
,
$stat
);
}
}
say
"";
say
"";
$stat
->
{
end
}
=
time
;
$stat
->
{
end
}
=
time
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment