Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
fc5afd65
Unverified
Commit
fc5afd65
authored
6 years ago
by
Preetha Appan
Browse files
Options
Download
Email Patches
Plain Diff
Missed log formatting due to merge conflict
parent
cd91c816
Branches unavailable
v0.8.7
v0.8.7-rc1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nomad/fsm.go
+1
-1
nomad/fsm.go
with
1 addition
and
1 deletion
+1
-1
nomad/fsm.go
+
1
-
1
View file @
fc5afd65
...
...
@@ -522,7 +522,7 @@ func (n *nomadFSM) applyBatchDeregisterJob(buf []byte, index uint64) interface{}
err
:=
n
.
state
.
WithWriteTransaction
(
func
(
tx
state
.
Txn
)
error
{
for
jobNS
,
options
:=
range
req
.
Jobs
{
if
err
:=
n
.
handleJobDeregister
(
index
,
jobNS
.
ID
,
jobNS
.
Namespace
,
options
.
Purge
,
tx
);
err
!=
nil
{
n
.
logger
.
Printf
(
"[ERR] deregistering job %v failed:%v"
,
jobNS
)
n
.
logger
.
Printf
(
"[ERR] deregistering job %v failed:%v"
,
jobNS
,
err
)
return
err
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help