You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Paul Carey (JIRA)" <ji...@apache.org> on 2009/03/11 09:32:50 UTC

[jira] Created: (COUCHDB-287) Changing the update notifier only takes effect on restart

Changing the update notifier only takes effect on restart
---------------------------------------------------------

                 Key: COUCHDB-287
                 URL: https://issues.apache.org/jira/browse/COUCHDB-287
             Project: CouchDB
          Issue Type: Bug
    Affects Versions: 0.9
            Reporter: Paul Carey
            Priority: Minor


Changing the update notifier only takes effect on restart. However, it should take effect as soon as the change is made.

To reproduce:
- Create a script based on http://wiki.apache.org/couchdb/Regenerating_views_on_update
- Duplicate the script, tweaking the output contents 
- Update your local.ini file pointing to a copy of the script
- Change from one script to the other in http://127.0.0.1:5984/_utils/config.html

No changes take effect until CouchDB is restarted.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (COUCHDB-287) Changing the update notifier only takes effect on restart

Posted by "Adam Kocoloski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Kocoloski closed COUCHDB-287.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.10
         Assignee: Adam Kocoloski

Thanks Dipesh, you're quite right.  I missed this ticket when I committed that fix.

> Changing the update notifier only takes effect on restart
> ---------------------------------------------------------
>
>                 Key: COUCHDB-287
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-287
>             Project: CouchDB
>          Issue Type: Bug
>    Affects Versions: 0.9
>            Reporter: Paul Carey
>            Assignee: Adam Kocoloski
>            Priority: Minor
>             Fix For: 0.10
>
>
> Changing the update notifier only takes effect on restart. However, it should take effect as soon as the change is made.
> To reproduce:
> - Create a script based on http://wiki.apache.org/couchdb/Regenerating_views_on_update
> - Duplicate the script, tweaking the output contents 
> - Update your local.ini file pointing to a copy of the script
> - Change from one script to the other in http://127.0.0.1:5984/_utils/config.html
> No changes take effect until CouchDB is restarted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (COUCHDB-287) Changing the update notifier only takes effect on restart

Posted by "Dipesh Patel (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COUCHDB-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777857#action_12777857 ] 

Dipesh Patel commented on COUCHDB-287:
--------------------------------------

Hi

I think this is fixed with this commit in couch_db_update_notifier_sup.erl in the main trunk:

r776715 | kocolosk | 2009-05-20 15:41:00 +0100 (Wed, 20 May 2009) | 1 line

restart update_notification process when config changes

Anyway I couldn't reproduce using the above Steps to replicate. It seemed to work fine when I switched via the config.html. 

If I am wrong please let me know?

Thanks

Dip

> Changing the update notifier only takes effect on restart
> ---------------------------------------------------------
>
>                 Key: COUCHDB-287
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-287
>             Project: CouchDB
>          Issue Type: Bug
>    Affects Versions: 0.9
>            Reporter: Paul Carey
>            Priority: Minor
>
> Changing the update notifier only takes effect on restart. However, it should take effect as soon as the change is made.
> To reproduce:
> - Create a script based on http://wiki.apache.org/couchdb/Regenerating_views_on_update
> - Duplicate the script, tweaking the output contents 
> - Update your local.ini file pointing to a copy of the script
> - Change from one script to the other in http://127.0.0.1:5984/_utils/config.html
> No changes take effect until CouchDB is restarted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.