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

Update LoggingBuffer.java #8868

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

Commits on Apr 12, 2023

  1. Update LoggingBuffer.java

    Rollback of the decision to use Lock mechanism for read and write. Moved code back to "ConcurrentLinkedQueue" and performance was improved many times on multiple Jobs writing log at the same time. Merges other changes up to date.
    pentaho-aschurman committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    68b2783 View commit details
    Browse the repository at this point in the history
  2. Update Rest.java

    pentaho-aschurman committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    0c88bd2 View commit details
    Browse the repository at this point in the history
  3. Update Rest.java

    Checked to have TrustStore and KeyStore validated
    pentaho-aschurman committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    844429c View commit details
    Browse the repository at this point in the history
  4. Update Rest.java

    RollBack
    pentaho-aschurman committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    fa4eb8b View commit details
    Browse the repository at this point in the history