Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutoRotation BugFixes #30

Merged
merged 1 commit into from
Aug 29, 2016
Merged

AutoRotation BugFixes #30

merged 1 commit into from
Aug 29, 2016

Conversation

m-2k
Copy link
Contributor

@m-2k m-2k commented Aug 29, 2016

  1. using old-style next_id(atom(),integer()) for tables and non-atom for
    custom counters
  2. fix count/1, all/0, index/3 and dump/0 funs with rotation logic
  3. extend dump fun:
    • use dump() for detail listening
    • use dump(short) for summary
    • use dump(table) or dump(TableList) for custom view
91> kvs:dump(short).
                NAME                     STORAGE TYPE    MEMORY (MB)   ELEMENTS

        subscription                    [disc_copies]           0.00          0
              config                    [disc_copies]           0.01          1
                 log                    [disc_copies]           0.00          0
           operation                    [disc_copies]           0.00          0
              id_seq                    [disc_copies]           0.06        505
               entry                    [disc_copies]           0.00          0
             comment                    [disc_copies]           0.00          0
                feed                    [disc_copies]           0.02        132
               party                    [disc_copies]           0.01         10
               board                    [disc_copies]           0.02         59
                post   [disc_copies,disc_only_copies]       18745.80    9976442
          attachment                    [disc_copies]           0.23        402

Snapshot taken: {{2016,8,29},{15,37,52}}
ok

- using old-style next_id(atom(),integer()) for tables and non-atom for
custom counters
- fix count/1, all/0, index/3 and dump/0 funs with rotation logic
- extend dump fun:
    use dump() for detail listening
    use dump(short) for summary
    use dump(table) or dump(TableList) for custom view
@5HT 5HT merged commit 678841e into synrc:master Aug 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants