[GitHub] incubator-hawq-docs pull request #37: Add note on hawq stop -u -M fast

2016-10-31 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-hawq-docs/pull/37


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq-docs pull request #37: Add note on hawq stop -u -M fast

2016-10-25 Thread dyozie
Github user dyozie commented on a diff in the pull request:

https://github.com/apache/incubator-hawq-docs/pull/37#discussion_r85026282
  
--- Diff: admin/startstop.html.md.erb ---
@@ -147,7 +147,7 @@ For best results in using `hawq start` and `hawq stop` 
to manage your HAWQ syste
 $ hawq stop master -M fast
 $ hawq stop master -M immediate
 ```
--   If you want to reload server parameter setting on a HAWQ database 
where there are active connections, use the command:
+-   If you want to reload server parameter settings on a HAWQ database 
where there are active connections, use the command:
--- End diff --

Change:

where there are -> that has


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq-docs pull request #37: Add note on hawq stop -u -M fast

2016-10-25 Thread dyozie
Github user dyozie commented on a diff in the pull request:

https://github.com/apache/incubator-hawq-docs/pull/37#discussion_r85026323
  
--- Diff: reference/cli/admin_utilities/hawqstop.html.md.erb ---
@@ -23,7 +23,7 @@ The `hawq stop` utility is used to stop the database 
servers that comprise a HAW
 By default, you are not allowed to shut down HAWQ if there are any client 
connections to the database. Use the `-M fast` option to roll back all in 
progress transactions and terminate any connections before shutting down. If 
there are any transactions in progress, the default behavior is to wait for 
them to commit before shutting down.
 
 With the `-u` option, the utility uploads changes made to the master 
`pg_hba.conf` file or to *runtime* configuration parameters in the master 
`hawq-site.xml` file without interruption of service. Note that any active 
sessions will not pick up the changes until they reconnect to the database.
-When active connections to the database are present, use the command `hawq 
stop cluster -u -M fast` to ensure that changes to the parameters are reloaded. 
 
+If the hawq cluster has active connections, use the command `hawq stop 
cluster -u -M fast` to ensure that changes to the parameters are reloaded.  
--- End diff --

hawq -> HAWQ


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq-docs pull request #37: Add note on hawq stop -u -M fast

2016-10-24 Thread janebeckman
GitHub user janebeckman opened a pull request:

https://github.com/apache/incubator-hawq-docs/pull/37

Add note on hawq stop -u -M fast



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/janebeckman/incubator-hawq-docs 
feature/stop_fast

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq-docs/pull/37.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #37


commit 56a046dc0a8be0d52d4c667a103528fe1aaa4a73
Author: Jane Beckman 
Date:   2016-10-19T23:15:08Z

Add note on hawq stop -u -M fast




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---