Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
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
Harbor 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
dCache
cta
Commits
5992984f
Commit
5992984f
authored
2 years ago
by
Jacek Maksymilian Chodak
Committed by
Jorge Camarero Vera
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Resolve: #125 - Problem with reading OSM tapes using position by block id
parent
2ed7ad13
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ReleaseNotes.md
+2
-1
2 additions, 1 deletion
ReleaseNotes.md
tapeserver/castor/tape/tapeserver/file/OsmFileReader.cpp
+1
-0
1 addition, 0 deletions
tapeserver/castor/tape/tapeserver/file/OsmFileReader.cpp
with
3 additions
and
1 deletion
ReleaseNotes.md
+
2
−
1
View file @
5992984f
...
...
@@ -20,7 +20,8 @@ files were renamed to *configurationfile.rpmsave* and thefore some services and
See all details and fix in cta/CTA#119
### Bug fixes
-cta/CTA#119 [new repo] - Packaging issue with CTA 4.7.8-1/4.7.9-1
-
cta/CTA#119 [new repo] - Packaging issue with CTA 4.7.8-1/4.7.9-1
-
#125 - Problem with reading OSM tapes using position by block id
# v4.7.9-1
...
...
This diff is collapsed.
Click to expand it.
tapeserver/castor/tape/tapeserver/file/OsmFileReader.cpp
+
1
−
0
View file @
5992984f
...
...
@@ -74,6 +74,7 @@ void OsmFileReader::positionByBlockID(const cta::RetrieveJob &fileToRecall) {
<<
fileToRecall
.
selectedTapeFile
().
blockId
;
throw
cta
::
exception
::
Exception
(
ex_str
.
str
());
}
useBlockID
(
fileToRecall
);
m_session
->
setCurrentFilePart
(
PartOfFile
::
Payload
);
setBlockSize
(
PAYLOAD_BOLCK_SIZE
);
}
...
...
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