# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Puppet # This file is distributed under the same license as the puppetlabs.jruby_utils package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: puppetlabs.jruby_utils \n" "X-Git-Ref: 2f5897fa01123f5d930c9e07ae93e8bfacd17811\n" "Report-Msgid-Bugs-To: docs@puppet.com\n" "POT-Creation-Date: \n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/instance_pool.clj msgid "" "Flushing JRubyInstance {0} because it has exceeded its borrow limit of {1}" msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj msgid "There was a problem adding a JRubyInstance to the pool." msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj msgid "Initializing JRubyInstances with the following settings:" msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj msgid "Priming JRubyInstance {0} of {1}" msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj msgid "Finished creating JRubyInstance {0} of {1}" msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj msgid "There was a problem borrowing a JRubyInstance from the pool." msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj msgid "There was a problem creating a JRubyInstance for the pool." msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj msgid "Finished draining and refilling pool." msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj msgid "Finished draining pool." msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj msgid "Draining and refilling JRuby pool." msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj msgid "Draining JRuby pool." msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj msgid "Borrowed all JRuby instances, proceeding with cleanup." msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj msgid "Beginning flush of JRuby pools for shutdown" msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj msgid "Finished flush of JRuby pools for shutdown" msgstr "" #. Since the drain-and-refill-pool! function takes the pool lock, we know that if we #. receive multiple flush requests before the first one finishes, they will #. be queued up waiting for the lock, which can't be granted until all the instances #. are returned to the pool, which won't be done until sometimes after #. this function exits #: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj msgid "Flush request received; flushing old JRuby instances." msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_internal.clj msgid "Writing jruby profiling output to ''{0}''" msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_internal.clj msgid "Cleaned up old JRubyInstance with id {0}." msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_internal.clj msgid "JRuby service missing config value 'ruby-load-path'" msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_internal.clj msgid "Creating JRubyInstance with id {0}." msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_internal.clj msgid "Unable to borrow JRubyInstance from pool" msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_internal.clj msgid "Borrowed unrecognized object from pool!: {0}" msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_internal.clj msgid "An attempt to lock the JRubyPool failed with a timeout" msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_internal.clj msgid "Exception raised while generating thread dump" msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_internal.clj msgid "" "JRuby management interface not enabled. Add ''-Djruby.management." "enabled=true'' to JAVA_ARGS to enable thread dumps." msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/reference_pool.clj msgid "Finished creating JRuby instance with id {0}" msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/impl/reference_pool.clj msgid "" "Max borrows reached, but JRubyPool could not be flushed because lock could " "not be acquired. Will try again later." msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/jruby_core.clj msgid "Acquiring lock on JRubyPool..." msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/jruby_core.clj msgid "Lock acquired" msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/jruby_core.clj msgid "Lock on JRubyPool released" msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/jruby_core.clj msgid "command {0} could not be found in {1}" msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/jruby_core.clj msgid "Attempt to borrow a JRubyInstance from the pool timed out." msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/jruby_core.clj msgid "Attempted to borrow a JRubyInstance from the pool during a shutdown." msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/jruby_core.clj msgid "Please try again." msgstr "" #: src/clj/puppetlabs/services/jruby_pool_manager/jruby_pool_manager_service.clj msgid "Initializing the JRuby service" msgstr ""