Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gekkofs
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
Model registry
Operate
Environments
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
hpc
gekkofs
Commits
a3605d52
Commit
a3605d52
authored
1 year ago
by
Marc Vef
Browse files
Options
Downloads
Patches
Plain Diff
Remove debugging output from srv_data.cpp
parent
137dd33f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!184
Remove debugging output from srv_data.cpp
Pipeline
#4399
passed
1 year ago
Stage: lint
Stage: build
Stage: test
Stage: docs
Stage: report
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/daemon/handler/srv_data.cpp
+0
-2
0 additions, 2 deletions
src/daemon/handler/srv_data.cpp
with
0 additions
and
2 deletions
src/daemon/handler/srv_data.cpp
+
0
−
2
View file @
a3605d52
...
@@ -244,8 +244,6 @@ rpc_srv_write(hg_handle_t handle) {
...
@@ -244,8 +244,6 @@ rpc_srv_write(hg_handle_t handle) {
GKFS_DATA
->
stats
()
->
add_write
(
in
.
path
,
chnk_id_file
);
GKFS_DATA
->
stats
()
->
add_write
(
in
.
path
,
chnk_id_file
);
}
}
GKFS_DATA
->
spdlogger
()
->
error
(
"{}() Processing at host {} -> {}"
,
__func__
,
host_id
,
chnk_id_file
);
chnk_ids_host
[
chnk_id_curr
]
=
chnk_ids_host
[
chnk_id_curr
]
=
chnk_id_file
;
// save this id to host chunk list
chnk_id_file
;
// save this id to host chunk list
// offset case. Only relevant in the first iteration of the loop and if
// offset case. Only relevant in the first iteration of the loop and if
...
...
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