Github user stanlyxiang commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1079#discussion_r95522252
--- Diff: src/backend/tcop/postgres.c ---
@@ -4641,11 +4641,12 @@ PostgresMain(int argc, char *argv[], const char
*username)
/* cleanup curl stuff */
/* no need to cleanup curl_handle since it's null. just
cleanup curl global.*/
curl_global_cleanup();
+ elog(ERROR, "init curl handle failed.");
}
curl_context.hasInited = true;
curl_context.response.buffer = palloc0(CURL_RES_BUFFER_SIZE);
curl_context.response.buffer_size = CURL_RES_BUFFER_SIZE;
- elog(LOG, "when enable ranger, init global struct for
privileges check.");
+ elog(DEBUG3, "init global curl context for privileges check.");
--- End diff --
fixed.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---