Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hivemind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
hive
hivemind
Merge requests
!863
Draft: refactor follows and update_nofications indexing
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: refactor follows and update_nofications indexing
267-update-notification-cache
into
develop
Overview
0
Commits
83
Pipelines
0
Changes
1
Open
Dan Notestein
requested to merge
267-update-notification-cache
into
develop
1 week ago
Overview
0
Commits
83
Pipelines
0
Changes
1
Expand
Based on
!819
Edited
1 week ago
by
Krzysztof Leśniak
0
0
Merge request reports
Viewing commit
06934459
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
06934459
Log flush times in live sync
· 06934459
Krzysztof Leśniak
authored
1 week ago
hive/indexer/blocks.py
+
2
−
1
Options
@@ -179,7 +179,8 @@ class Blocks:
def
flush_data_in_1_thread
(
cls
)
->
None
:
for
description
,
f
,
c
in
cls
.
_concurrent_flush
:
try
:
f
()
(
n
,
elapsedTime
)
=
time_collector
(
f
)
log
.
info
(
"
%s flush executed in: %.4f s
"
,
description
,
elapsedTime
)
except
Exception
as
exc
:
log
.
error
(
f
'
{
description
!r}
generated an exception:
{
exc
}
'
)
raise
exc
Loading