- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 357 for Exceptions (0.1 sec)
-
CHANGELOG-1.6.md
nnotation` feature gate is set to true, fluentd pods will not be evicted by the kubelet. ([#41035](https://github.com/kubernetes/kubernetes/pull/41035), [@vishh](https://github.com/vishh)) L2003:* fluentd config for GKE clusters updated: detect exceptions in container log streams and forward them as one log entry. ([#39656](https://github.com/kubernetes/kubernetes/pull/39656), [@thomasschickinger](https://github.com/thomasschickinger)) L2004:* Make fluentd pods critical ([#39146](https://github....github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Thu Dec 24 02:28:26 UTC 2020 304K bytes -
CHANGELOG-1.12.md
/healthz handler. L2073: * Logging Agent Improvements L2074: * Bump logging agent version to 0.2-1.5.33-1-k8s-1. L2075: * Appropriately set log severity for k8s_container. L2076: * Fix detect exceptions plugin to analyze message field instead of log field. L2077: * Fix detect exceptions plugin to analyze streams based on local resource id. L2078: * Disable the metadata agent for monitored resource construction in logging. L2079: * Disable timestamp adjustment in logs to optimize...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Thu Feb 06 06:04:15 UTC 2020 293.8K bytes -
CHANGELOG-1.16.md
function exists also in `staging/src/k8s.io/client-go/tools/ref` ([#80361](https://github.com/kubernetes/kubernetes/pull/80361), [@wojtek-t](https://github.com/wojtek-t)) L1812:- Verify that CRD default values in OpenAPI specs are pruned, with the exceptions of values under `metadata`. ([#78829](https://github.com/kubernetes/kubernetes/pull/78829), [@sttts](https://github.com/sttts)) L1813:- Fixes a bug that when there is a "connection refused" error, the reflector's ListAndWatch func will return directly...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Thu Feb 11 10:00:57 UTC 2021 345.2K bytes -
CHANGELOG-1.10.md
new /healthz handler. L664: * Logging Agent Improvements L665: * Bump logging agent version to 0.2-1.5.33-1-k8s-1. L666: * Appropriately set log severity for k8s_container. L667: * Fix detect exceptions plugin to analyze message field instead of log field. L668: * Fix detect exceptions plugin to analyze streams based on local resource id. L669: * Disable the metadata agent for monitored resource construction in logging. L670: * Disable timestamp adjustment in logs to optimize performance....github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Thu May 05 13:44:43 UTC 2022 341.8K bytes -
CHANGELOG-1.11.md
new /healthz handler. L845: * Logging Agent Improvements L846: * Bump logging agent version to 0.2-1.5.33-1-k8s-1. L847: * Appropriately set log severity for k8s_container. L848: * Fix detect exceptions plugin to analyze message field instead of log field. L849: * Fix detect exceptions plugin to analyze streams based on local resource id. L850: * Disable the metadata agent for monitored resource construction in logging. L851: * Disable timestamp adjustment in logs to optimize performance....github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Thu Feb 06 06:04:15 UTC 2020 328.4K bytes -
CHANGELOG-1.15.md
image on debian-base:v1.0.0 L1951:* Fix kubectl describe CronJobs error of `Successful Job History Limit`. ([#77347](https://github.com/kubernetes/kubernetes/pull/77347), [@danielqsj](https://github.com/danielqsj)) L1952:* Remove extra pod creation exceptions when daemonset fails to create pods in batches. ([#74856](https://github.com/kubernetes/kubernetes/pull/74856), [@draveness](https://github.com/draveness)) L1953:* enhance the daemonset sync logic in clock-skew scenario ([#77208](https://github...github.com/kubernetes/kubernetes/CHANGELOG/CHAN...Thu May 05 13:44:43 UTC 2022 278.9K bytes -
FessConfig.java
(NotNull: if not found, exception but basically no way) L2420: */ L2421: String getApiJsonResponseExceptionIncluded(); L2422: L2423: /** L2424: * Is the property for the key 'api.json.response.exception.included' true? <br> L2425: * The value is, e.g. false <br> L2426: * @return The determination, true or false. (if not found, exception but basically no way) L2427: */ L2428: boolean isApiJsonResponseExceptionIncluded(); L2429: L2430: /** L2431: * Get the value for the...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 468.5K bytes -
littleAdjustmentMap.dfprop
- - - - - - - - - - - - - - - L62: # o classificationUndefinedHandlingType: (NotRequired - Default LOGGING) L63: # The handling type when undefined classification is found. L64: # L65: # EXCEPTION - throws exception when found L66: # LOGGING - logging only when found (exception if ReplaceSchema) L67: # ALLOWED - no action L68: # L69: #; classificationUndefinedHandlingType = LOGGING L70: # - - - - - - - - - -/ L71: L72: # /- - - - - - - - - - - - - - - - - -...github.com/codelibs/fess/dbflute_fess/dfprop/li...Sat Jul 25 06:04:16 UTC 2015 8.8K bytes -
SearchApiManager.java
org.codelibs.fess.entity.SearchRequestParams.SearchRequestType; L53:import org.codelibs.fess.es.client.SearchEngineClient; L54:import org.codelibs.fess.exception.InvalidAccessTokenException; L55:import org.codelibs.fess.exception.InvalidQueryException; L56:import org.codelibs.fess.exception.ResultOffsetExceededException; L57:import org.codelibs.fess.exception.WebApiException; L58:import org.codelibs.fess.helper.LabelTypeHelper; L59:import org.codelibs.fess.helper.PopularWordHelper; L60:import org.codel...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 50.3K bytes -
AbstractDataStoreTest.java
L20: L21:import org.codelibs.fess.Constants; L22:import org.codelibs.fess.ds.callback.IndexUpdateCallback; L23:import org.codelibs.fess.entity.DataStoreParams; L24:import org.codelibs.fess.es.config.exentity.DataConfig; L25:import org.codelibs.fess.exception.JobProcessingException; L26:import org.codelibs.fess.script.AbstractScriptEngine; L27:import org.codelibs.fess.script.ScriptEngineFactory; L28:import org.codelibs.fess.unit.UnitFessTestCase; L29:import org.codelibs.fess.util.ComponentUtil; L30:import...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 4.1K bytes