Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
e48f471b
Commit
e48f471b
authored
8 years ago
by
juanf
Browse files
Options
Downloads
Patches
Plain Diff
SSDM-3617 : Maintenance task to find orphan datasets in archivers, fixing dependencies
SVN: 36638
parent
ae8190d6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
datastore_server/source/java/ch/systemsx/cisd/etlserver/plugins/DataSetArchiverOrphanFinderTask.java
+4
-4
4 additions, 4 deletions
...sd/etlserver/plugins/DataSetArchiverOrphanFinderTask.java
with
4 additions
and
4 deletions
datastore_server/source/java/ch/systemsx/cisd/etlserver/plugins/
Multi
DataSetArchiverOrphanFinderTask.java
→
datastore_server/source/java/ch/systemsx/cisd/etlserver/plugins/DataSetArchiverOrphanFinderTask.java
+
4
−
4
View file @
e48f471b
...
@@ -22,10 +22,10 @@ import ch.systemsx.cisd.openbis.dss.generic.shared.IEncapsulatedOpenBISService;
...
@@ -22,10 +22,10 @@ import ch.systemsx.cisd.openbis.dss.generic.shared.IEncapsulatedOpenBISService;
import
ch.systemsx.cisd.openbis.dss.generic.shared.ServiceProvider
;
import
ch.systemsx.cisd.openbis.dss.generic.shared.ServiceProvider
;
import
ch.systemsx.cisd.openbis.generic.shared.dto.SimpleDataSetInformationDTO
;
import
ch.systemsx.cisd.openbis.generic.shared.dto.SimpleDataSetInformationDTO
;
public
class
Multi
DataSetArchiverOrphanFinderTask
implements
IMaintenanceTask
public
class
DataSetArchiverOrphanFinderTask
implements
IMaintenanceTask
{
{
private
static
final
Logger
operationLog
=
LogFactory
.
getLogger
(
LogCategory
.
OPERATION
,
Multi
DataSetArchiverOrphanFinderTask
.
class
);
private
static
final
Logger
operationLog
=
LogFactory
.
getLogger
(
LogCategory
.
OPERATION
,
DataSetArchiverOrphanFinderTask
.
class
);
public
static
final
String
EMAIL_ADDRESSES_KEY
=
"email-addresses"
;
public
static
final
String
EMAIL_ADDRESSES_KEY
=
"email-addresses"
;
...
@@ -47,7 +47,7 @@ public class MultiDataSetArchiverOrphanFinderTask implements IMaintenanceTask
...
@@ -47,7 +47,7 @@ public class MultiDataSetArchiverOrphanFinderTask implements IMaintenanceTask
@Override
@Override
public
void
execute
()
public
void
execute
()
{
{
operationLog
.
info
(
Multi
DataSetArchiverOrphanFinderTask
.
class
.
getSimpleName
()
+
" Started"
);
operationLog
.
info
(
DataSetArchiverOrphanFinderTask
.
class
.
getSimpleName
()
+
" Started"
);
// 1.Directories.
// 1.Directories.
operationLog
.
info
(
"1.Directories, obtain archiver directory."
);
operationLog
.
info
(
"1.Directories, obtain archiver directory."
);
...
@@ -160,7 +160,7 @@ public class MultiDataSetArchiverOrphanFinderTask implements IMaintenanceTask
...
@@ -160,7 +160,7 @@ public class MultiDataSetArchiverOrphanFinderTask implements IMaintenanceTask
}
}
}
}
operationLog
.
info
(
Multi
DataSetArchiverOrphanFinderTask
.
class
.
getSimpleName
()
+
" Finished"
);
operationLog
.
info
(
DataSetArchiverOrphanFinderTask
.
class
.
getSimpleName
()
+
" Finished"
);
}
}
private
List
<
EMailAddress
>
getEMailAddresses
(
Properties
properties
)
private
List
<
EMailAddress
>
getEMailAddresses
(
Properties
properties
)
...
...
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