Repository: incubator-atlas
Updated Branches:
  refs/heads/master d3bca39fd -> 9dc4cfbcb


ATLAS-1239 when stopping Atlas on the command line it should explicitly say 
when it has stopped (ayubkhan via sumasai)


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/9dc4cfbc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/9dc4cfbc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/9dc4cfbc

Branch: refs/heads/master
Commit: 9dc4cfbcb10f38cbf8fa331fe76093d9791d6204
Parents: d3bca39
Author: Suma Shivaprasad <[email protected]>
Authored: Mon Oct 31 14:42:13 2016 -0700
Committer: Suma Shivaprasad <[email protected]>
Committed: Mon Oct 31 14:42:13 2016 -0700

----------------------------------------------------------------------
 distro/src/bin/atlas_stop.py | 2 ++
 release-log.txt              | 1 +
 2 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/9dc4cfbc/distro/src/bin/atlas_stop.py
----------------------------------------------------------------------
diff --git a/distro/src/bin/atlas_stop.py b/distro/src/bin/atlas_stop.py
index a72c724..89b1bb3 100755
--- a/distro/src/bin/atlas_stop.py
+++ b/distro/src/bin/atlas_stop.py
@@ -49,6 +49,8 @@ def main():
     os.kill(pid, SIGTERM)
 
     mc.wait_for_shutdown(pid, "stopping atlas", 30)
+    if not mc.exist_pid(pid):
+        print "Apache Atlas Server stopped!!!\n"
 
     # assuming kill worked since process check on windows is more involved...
     if os.path.exists(atlas_pid_file):

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/9dc4cfbc/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 9f440f2..f6eb0d4 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -9,6 +9,7 @@ ATLAS-1060 Add composite indexes for exact match performance 
improvements for al
 ATLAS-1127 Modify creation and modification timestamps to Date instead of 
Long(sumasai)
 
 ALL CHANGES:
+ATLAS-1239 when stopping Atlas on the command line it should explicitly say 
when it has stopped (ayubkhan via sumasai)
 ATLAS-1253 Extract error codes into AtlasErrorCode Enum (apoorvnaik via 
sumasai)
 ATLAS-1195 Clean up DSL Translation (jnhagelb via dkantor)
 ATLAS-1139 Parameter name of a HDFS DataSet entity should contain filesystem 
path (svimal2106 via sumasai)

Reply via email to