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

Fix for concurrent modification exception on removing table #78

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Feb 21, 2020

  1. Configuration menu
    Copy the full SHA
    3b88272 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. More options added

    Enhanced code to filter quantiles based on user choice
    Included --cql-ssl option to crated encrypted native connection
    Added latest version of jars as the older version are having some
    vulnerabilities
    n660955 committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    6a417ae View commit details
    Browse the repository at this point in the history
  2. Used netty 4.1.42.Final

    Used netty 4.1.42.Final to be inline with another PR
    n660955 committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    858f9a5 View commit details
    Browse the repository at this point in the history
  3. Merge https://github.com/instaclustr/cassandra-exporter into percenti…

    …le-filter
    
    The master branch contains some important fixes.
    n660955 committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    39e6009 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Addressed all review comments

    Applied quantile filtering while writing metrics into socket.
    Corrected formating.
    Reverted netty jar version changes.
    n660955 committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    b5b15ed View commit details
    Browse the repository at this point in the history
  2. Formatting

    Appended the new line at the end of files which removed while restoring
    previous changes from repo.
    n660955 committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    a3c581c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Corrected formatting issues

    n660955 committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    9f9823c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Merge pull request #1 from podile/percentile-filter

    Percentile filter
    podile authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    b2debca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a71d476 View commit details
    Browse the repository at this point in the history
  3. Fixed a bug

    n660955 committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    5bb5dea View commit details
    Browse the repository at this point in the history
  4. Simplified the exclusion check and formatted

    n660955 committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    06bb71a View commit details
    Browse the repository at this point in the history
  5. Simplified the exclusion check and formatted

    n660955 committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    ab46489 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Merge pull request #2 from podile/filter-all-excluded-metrics

    Filter all excluded metrics
    podile authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    d41c034 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. Used stream filter instead of Sets.difference

    n660955 committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    299f840 View commit details
    Browse the repository at this point in the history
  2. Remove unused import

    n660955 committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    02266b8 View commit details
    Browse the repository at this point in the history