You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2015/09/21 21:02:49 UTC

[1/4] storm git commit: STORM-1054. Excessive logging ShellBasedGroupsMapping if the user doesn't have any groups.

Repository: storm
Updated Branches:
  refs/heads/master 206e7283a -> ad7488436


STORM-1054. Excessive logging ShellBasedGroupsMapping if the user doesn't have any groups.


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/c567c523
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/c567c523
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/c567c523

Branch: refs/heads/master
Commit: c567c52399cc3579239a75c4853d0ad17b6640ff
Parents: 2bb41a9
Author: Sriharsha Chintalapani <ma...@harsha.io>
Authored: Sat Sep 19 09:41:33 2015 -0700
Committer: Sriharsha Chintalapani <ma...@harsha.io>
Committed: Sat Sep 19 09:41:33 2015 -0700

----------------------------------------------------------------------
 .../jvm/backtype/storm/security/auth/ShellBasedGroupsMapping.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/c567c523/storm-core/src/jvm/backtype/storm/security/auth/ShellBasedGroupsMapping.java
----------------------------------------------------------------------
diff --git a/storm-core/src/jvm/backtype/storm/security/auth/ShellBasedGroupsMapping.java b/storm-core/src/jvm/backtype/storm/security/auth/ShellBasedGroupsMapping.java
index 62a4c7e..ed887ce 100644
--- a/storm-core/src/jvm/backtype/storm/security/auth/ShellBasedGroupsMapping.java
+++ b/storm-core/src/jvm/backtype/storm/security/auth/ShellBasedGroupsMapping.java
@@ -78,7 +78,7 @@ public class ShellBasedGroupsMapping implements
             result = ShellUtils.execCommand(ShellUtils.getGroupsForUserCommand(user));
         } catch (ExitCodeException e) {
             // if we didn't get the group - just return empty list;
-            LOG.warn("got exception trying to get groups for user " + user, e);
+            LOG.debug("unable to get groups for user " + user);
             return new HashSet<String>();
         }
 


[3/4] storm git commit: Merge branch 'STORM-1054' of https://github.com/harshach/incubator-storm into STORM-1054

Posted by sr...@apache.org.
Merge branch 'STORM-1054' of https://github.com/harshach/incubator-storm into STORM-1054


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/24b3bb52
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/24b3bb52
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/24b3bb52

Branch: refs/heads/master
Commit: 24b3bb52a2392e9de0ca46560a99c89b22cf04ee
Parents: 206e728 38a2628
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Mon Sep 21 11:54:46 2015 -0700
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Mon Sep 21 11:54:46 2015 -0700

----------------------------------------------------------------------
 .../jvm/backtype/storm/security/auth/ShellBasedGroupsMapping.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[2/4] storm git commit: STORM-1054. Excessive logging ShellBasedGroupsMapping if the user doesn't have any groups.

Posted by sr...@apache.org.
STORM-1054. Excessive logging ShellBasedGroupsMapping if the user
doesn't have any groups.


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/38a26281
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/38a26281
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/38a26281

Branch: refs/heads/master
Commit: 38a2628154b4ea7ff2a6f04c94b9be8835bf5b19
Parents: c567c52
Author: Sriharsha Chintalapani <ma...@harsha.io>
Authored: Mon Sep 21 11:53:29 2015 -0700
Committer: Sriharsha Chintalapani <ma...@harsha.io>
Committed: Mon Sep 21 11:53:29 2015 -0700

----------------------------------------------------------------------
 .../jvm/backtype/storm/security/auth/ShellBasedGroupsMapping.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/38a26281/storm-core/src/jvm/backtype/storm/security/auth/ShellBasedGroupsMapping.java
----------------------------------------------------------------------
diff --git a/storm-core/src/jvm/backtype/storm/security/auth/ShellBasedGroupsMapping.java b/storm-core/src/jvm/backtype/storm/security/auth/ShellBasedGroupsMapping.java
index ed887ce..d83cf1c 100644
--- a/storm-core/src/jvm/backtype/storm/security/auth/ShellBasedGroupsMapping.java
+++ b/storm-core/src/jvm/backtype/storm/security/auth/ShellBasedGroupsMapping.java
@@ -78,7 +78,7 @@ public class ShellBasedGroupsMapping implements
             result = ShellUtils.execCommand(ShellUtils.getGroupsForUserCommand(user));
         } catch (ExitCodeException e) {
             // if we didn't get the group - just return empty list;
-            LOG.debug("unable to get groups for user " + user);
+            LOG.debug("unable to get groups for user " + user + ".ShellUtils command failed with exit code "+ e.getExitCode());
             return new HashSet<String>();
         }
 


[4/4] storm git commit: Added STORM-10054 to the CHANGELOG.

Posted by sr...@apache.org.
Added STORM-10054 to the CHANGELOG.


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/ad748843
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/ad748843
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/ad748843

Branch: refs/heads/master
Commit: ad7488436772cf6658c46b54c9cc5fb8b5092312
Parents: 24b3bb5
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Mon Sep 21 12:02:17 2015 -0700
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Mon Sep 21 12:02:17 2015 -0700

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/ad748843/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1933243..b4a667e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1054: Excessive logging ShellBasedGroupsMapping if the user doesn't have any groups.
  * STORM-954: Toplogy Event Inspector
  * STORM-862: Pluggable System Metrics
  * STORM-1032: Add generics to component configuration methods