Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Seismic
Seismic DMS Suite
seismic-dms-service
Commits
9bd834e7
Commit
9bd834e7
authored
Mar 26, 2021
by
Diego Molteni
Browse files
ctag re-applied
parent
f2b0a774
Pipeline
#33701
failed with stages
in 3 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/services/dataset/handler.ts
View file @
9bd834e7
...
...
@@ -273,7 +273,7 @@ export class DatasetHandler {
await
this
.
_cache
.
set
(
key
,
dataset
);
// attach the gcpid for fast check
//
dataset.ctag = dataset.ctag + tenant.gcpid + ';' + DESUtils.getDataPartitionID(tenant.esd);
dataset
.
ctag
=
dataset
.
ctag
+
tenant
.
gcpid
+
'
;
'
+
DESUtils
.
getDataPartitionID
(
tenant
.
esd
);
// release the mutex and keep the lock session
// await Locker.removeWriteLock(writeLockSession, true);
...
...
@@ -685,7 +685,7 @@ export class DatasetHandler {
// await transaction.commit();
// attach the gcpid for fast check
//
datasetOUT.ctag = datasetOUT.ctag + tenant.gcpid + ';' + DESUtils.getDataPartitionID(tenant.esd);
datasetOUT
.
ctag
=
datasetOUT
.
ctag
+
tenant
.
gcpid
+
'
;
'
+
DESUtils
.
getDataPartitionID
(
tenant
.
esd
);
return
datasetOUT
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment