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

Updated to use jexl3 #15

Open
wants to merge 71 commits into
base: feature/queryMicroservicesAccumulo2.1
Choose a base branch
from

Commits on Jun 13, 2023

  1. Updated to use jexl3

    jwomeara committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    d2d3075 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Merge remote-tracking branch 'origin/feature/queryMicroservicesAccumu…

    …lo2.1' into feature/jexl3
    jwomeara committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    175663f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

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

Commits on Jun 28, 2023

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

Commits on Sep 22, 2023

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

Commits on Nov 2, 2023

  1. Merge remote-tracking branch 'origin/feature/queryMicroservicesAccumu…

    …lo2.1' into feature/jexl3
    jwomeara committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a6fdc4e View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Correct combining logic for setupTime, createCallTime, loginTime; def…

    …ault setupTime to -1 instead of 0
    billoley committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    87fc476 View commit details
    Browse the repository at this point in the history
  2. Correct combining logic for setupTime, createCallTime, loginTime; def…

    …ault setupTime to -1 instead of 0
    billoley committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    9f12a71 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. JexlFormattedStringBuildingVisitor.formatMetrics can throw StackOverf…

    …lowError; protect with try/catch and add unformatted metric as a backup
    billoley committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    f388ed0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf19fbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30eb104 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c5e154 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Write lock until Hazelcast instance set up, prevent deadlock on subse…

    …quent unlocking if previous write lock timed out
    billoley committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    6e48eb7 View commit details
    Browse the repository at this point in the history
  2. Write lock until Hazelcast instance set up, prevent deadlock on subse…

    …quent unlocking if previous write lock timed out
    billoley committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    0e09b61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    517c16f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    985f0cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21790a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa8b6a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ec83a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c78feb0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8db4c53 View commit details
    Browse the repository at this point in the history
  10. formatting

    jwomeara committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    c52497f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    81eac0d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5f94dfb View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    a7c85a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6e064d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    823b78b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7898de8 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Specify datatype in ShardTableQueryMetricHandler to enable caching in…

    … certain methods in MetadataHelpers
    billoley committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    a122293 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    8243e4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d11bf9b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Correlate metric updates by queryId to avoid filling hazelcast operat…

    …ion queue with updates from the same queryId
    billoley committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    74eb77c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d599b1 View commit details
    Browse the repository at this point in the history
  3. Limit metric fields retrieved from Accumulo and compared for mutation…

    …s to reduce retrieval time, bandwidth, and memory usage
    billoley committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    cd480d7 View commit details
    Browse the repository at this point in the history
  4. Add retry logic on sending message to rabbit queue, add timer on rest…

    … call and message send
    billoley committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    0e858af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74c8aea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0da1878 View commit details
    Browse the repository at this point in the history
  7. Merge commit '0da1878'

    billoley committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    00d00d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    e0ac962 View commit details
    Browse the repository at this point in the history
  2. Add timer to record the time it takes in AccumuloMapStore to fetch la…

    …stWrittenQuertMetric when necessary
    billoley committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    c7a8739 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92a88a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9326be1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2aea1d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    799e7b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d46deba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ca577ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8619aa6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dd97acf View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

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

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    95b5eaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3b7d65 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Fix intermittent test failures in CorrelatorTest, QueryMetricOperatio…

    …nsHazelcastWriteBehindTest
    billoley committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    aab0117 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1814886 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cac73bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4b1808 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24d3917 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26c79e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. elapsedTime=0 if lastUpdated set to createDate in AccumuloMapStore; e…

    …nsure lastUpdated does not get changed while metric is being written
    billoley committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    2324ada View commit details
    Browse the repository at this point in the history
  2. Move geo response classes to query-metric-api, ensure json/xml/html r…

    …esponses and map link work from webservice/metric-service
    billoley committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ffc13a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e780ccc View commit details
    Browse the repository at this point in the history
  4. elapsedTime=0 if lastUpdated set to createDate in AccumuloMapStore; e…

    …nsure lastUpdated does not get changed while metric is being written
    billoley committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    653e170 View commit details
    Browse the repository at this point in the history
  5. Move geo response classes to query-metric-api, ensure json/xml/html r…

    …esponses and map link work from webservice/metric-service
    billoley committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    b2a8fa6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3df3aef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48e8572 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01c1749 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    72fa601 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62991a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d642da5 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

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

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    7c8da1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2068e0b View commit details
    Browse the repository at this point in the history