You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by guess-burger <gi...@git.apache.org> on 2018/03/06 20:26:28 UTC

[GitHub] couchdb-couch-stats pull request #9: Switching variable names for `couch_sta...

GitHub user guess-burger opened a pull request:

    https://github.com/apache/couchdb-couch-stats/pull/9

    Switching variable names for `couch_stats_process_tracker:track/2`

    It seems that `couch_stats_process_tracker:track/2` has the variables `Name` and `Pid` erroneously switched. This is confusing.

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

    $ git pull https://github.com/guess-burger/couchdb-couch-stats tracker_tweaks

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

    https://github.com/apache/couchdb-couch-stats/pull/9.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 #9
    
----
commit 4a24e55ab6e61494b27db226b97100d302a6189e
Author: gesberger <ga...@...>
Date:   2018-03-06T20:12:49Z

    Switching variable names for `couch_stats_process_tracker:track/2`

----


---

[GitHub] couchdb-couch-stats pull request #9: Switching variable names for `couch_sta...

Posted by guess-burger <gi...@git.apache.org>.
Github user guess-burger closed the pull request at:

    https://github.com/apache/couchdb-couch-stats/pull/9


---

[GitHub] couchdb-couch-stats issue #9: Switching variable names for `couch_stats_proc...

Posted by wohali <gi...@git.apache.org>.
Github user wohali commented on the issue:

    https://github.com/apache/couchdb-couch-stats/pull/9
  
    Hi @guess-burger,
    
    This code has moved into the main repository: https://github.com/apache/couchdb/blob/master/src/couch_stats/src/couch_stats_process_tracker.erl
    
    This repository is only here for historical purposes. Would you be so kind as to close your PR here and open one against apache/couchdb instead? Thanks!


---