# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. domainFilterInterceptor.message.refused=Received message from cluster[{0}] was refused. domainFilterInterceptor.member.refused=Member was refused to join cluster[{0}] fragmentationInterceptor.heartbeat.failed=Unable to perform heartbeat clean up in the frag interceptor fragmentationInterceptor.fragments.missing=Fragments are missing. gzipInterceptor.compress.failed=Unable to compress byte contents gzipInterceptor.decompress.failed=Unable to decompress byte contents gzipInterceptor.report=GZip Interceptor Report[\ \n\tTotal Messages: {0}\ \n\tTx Messages Compressed: {1}\ \n\tTx Messages Uncompressed: {2}\ \n\tRx Messages Compressed: {3}\ \n\tRx Messages Uncompressed: {4}\ \n\tTotal Tx bytes: {5}\ \n\tCompressed Tx bytes: {6}\ \n\tUncompressed Tx bytes: {7}\ \n\tTotal Rx bytes: {8}\ \n\tCompressed Rx bytes: {9}\ \n\tUncompressed Rx bytes: {10}\ \n] messageDispatchInterceptor.queue.full=Asynchronous queue is full, reached its limit of [{0}] bytes, current:[{1}] bytes. messageDispatchInterceptor.unableAdd.queue=Unable to add the message to the async queue, queue bug? messageDispatchInterceptor.warning.optionflag=Warning, you are overriding the asynchronous option flag, this will disable the Channel.SEND_OPTIONS_ASYNCHRONOUS that other apps might use. messageDispatchInterceptor.completeMessage.failed=Unable to report back completed message. messageDispatchInterceptor.AsyncMessage.failed=Error while processing async message. messageDispatchInterceptor.errorMessage.failed=Unable to report back error message. nonBlockingCoordinator.electionMessage.sendfailed=Unable to send election message to:[{0}] nonBlockingCoordinator.processCoordinationMessage.failed=Error processing coordination message. Could be fatal. nonBlockingCoordinator.memberAdded.failed=Unable to start election when member was added. nonBlockingCoordinator.memberDisappeared.failed=Unable to start election when member was removed. nonBlockingCoordinator.heartbeat.inconsistency=Heartbeat found inconsistency, restart election nonBlockingCoordinator.heartbeat.failed=Unable to perform heartbeat. nonBlockingCoordinator.memberAlive.failed=Unable to perform member alive check, assuming member down. orderInterceptor.messageAdded.sameCounter=Message added has the same counter, synchronization bug. Disable the order interceptor staticMembershipInterceptor.no.failureDetector=There is no TcpFailureDetector. Automatic detection of static members does not work properly. By defining the StaticMembershipInterceptor under the TcpFailureDetector, automatic detection of the static members will work. staticMembershipInterceptor.no.pingInterceptor=There is no TcpPingInterceptor. The health check of static members does not work properly. By defining the TcpPingInterceptor, the health check of static members will work. staticMembershipInterceptor.sendLocalMember.failed=Local member notification failed. staticMembershipInterceptor.sendShutdown.failed=Shutdown notification failed. tcpFailureDetector.memberDisappeared.verify=Received memberDisappeared[{0}] message. Will verify. tcpFailureDetector.already.disappeared=Verification complete. Member already disappeared[{0}] tcpFailureDetector.member.disappeared=Verification complete. Member disappeared[{0}] tcpFailureDetector.still.alive=Verification complete. Member still alive[{0}] tcpFailureDetector.heartbeat.failed=Unable to perform heartbeat on the TcpFailureDetector. tcpFailureDetector.performBasicCheck.memberAdded=Member added, even though we weren''t notified:[{0}] tcpFailureDetector.suspectMember.dead=Suspect member, confirmed dead.[{0}] tcpFailureDetector.suspectMember.alive=Suspect member, confirmed alive.[{0}] tcpFailureDetector.failureDetection.failed=Unable to perform failure detection check, assuming member down.[{0}] tcpPingInterceptor.ping.failed=Unable to send TCP ping. tcpPingInterceptor.pingFailed.pingThread=Unable to send ping from TCP ping thread. throughputInterceptor.report=ThroughputInterceptor Report[\ \n\tTx Msg:{0} messages\ \n\tSent:{1} MB (total)\ \n\tSent:{2} MB (application)\ \n\tTime:{3} seconds\ \n\tTx Speed:{4} MB/sec (total)\ \n\tTx Speed:{5} MB/sec (application)\ \n\tError Msg:{6}\ \n\tRx Msg:{7} messages\ \n\tRx Speed:{8} MB/sec (since 1st msg)\ \n\tReceived:{9} MB]\n twoPhaseCommitInterceptor.originalMessage.missing=Received a confirmation, but original message is missing. Id:[{0}] twoPhaseCommitInterceptor.heartbeat.failed=Unable to perform heartbeat on the TwoPhaseCommit interceptor. encryptInterceptor.init.failed=Failed to initialize EncryptInterceptor encryptInterceptor.encrypt.failed=Failed to encrypt message encryptInterceptor.decrypt.failed=Failed to decrypt message encryptInterceptor.decrypt.error.short-message=Failed to decrypt message: premature end-of-message encryptInterceptor.algorithm.required=Encryption algorithm is required, fully-specified e.g. AES/CBC/PKCS5Padding encryptInterceptor.key.required=Encryption key is required encryptInterceptor.algorithm.requires-cbc-mode=EncryptInterceptor only supports CBC cipher modes, not [{0}]