Github user agresch commented on a diff in the pull request:
https://github.com/apache/storm/pull/2644#discussion_r185333948
--- Diff: storm-core/src/native/worker-launcher/impl/worker-launcher.c ---
@@ -309,7 +309,7 @@ int set_user(const char *user) {
}
/**
- * Open a file as the node manager and return a file descriptor for it.
+ * Open a file as the worker-launcher user and return a file descriptor
for it.
--- End diff --
Possibly this code was copied from Hadoop. ---
