diff --git a/.gitignore b/.gitignore index 8cbd7ef..8ef398f 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,6 @@ buildNumber.properties **/.gitignore +/nacos/logs/ +/nacos/**.log +/nacos/bin/logs/ diff --git a/kkmall-coupon/src/main/java/name/lkk/kkmall/coupon/KkmallCouponApplication.java b/kkmall-coupon/src/main/java/name/lkk/kkmall/coupon/KkmallCouponApplication.java index d41087b..6db13c3 100644 --- a/kkmall-coupon/src/main/java/name/lkk/kkmall/coupon/KkmallCouponApplication.java +++ b/kkmall-coupon/src/main/java/name/lkk/kkmall/coupon/KkmallCouponApplication.java @@ -7,7 +7,6 @@ import org.springframework.cloud.client.discovery.EnableDiscoveryClient; @SpringBootApplication @EnableDiscoveryClient -@MapperScan("name.lkk.kkmall.coupon.dao") public class KkmallCouponApplication { public static void main(String[] args) { diff --git a/nacos/LICENSE b/nacos/LICENSE new file mode 100644 index 0000000..5be5ed2 --- /dev/null +++ b/nacos/LICENSE @@ -0,0 +1,316 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (properties) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed 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. + +------ +This product has a bundle logback, which is available under the EPL v1.0 License. +The source code of logback can be found at https://github.com/qos-ch/logback. + +Logback LICENSE +--------------- + +Logback: the reliable, generic, fast and flexible logging framework. +Copyright (C) 1999-2015, QOS.ch. All rights reserved. + +This program and the accompanying materials are dual-licensed under +either the terms of the Eclipse Public License v1.0 as published by +the Eclipse Foundation + + or (per the licensee's choosing) + +under the terms of the GNU Lesser General Public License version 2.1 +as published by the Free Software Foundation. + +------ +This product has a bundle slf4j, which is available under the MIT License. +The source code of slf4j can be found at https://github.com/qos-ch/slf4j. + + Copyright (c) 2004-2017 QOS.ch + All rights reserved. + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +------ +This product has a bundle javassist, which is available under the ASL2 License. +The source code of javassist can be found at https://github.com/jboss-javassist/javassist. + + Copyright (C) 1999- by Shigeru Chiba, All rights reserved. + + Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple. + It is a class library for editing bytecodes in Java; it enables Java programs to define a new class + at runtime and to modify a class file when the JVM loads it. Unlike other similar bytecode editors, + Javassist provides two levels of API: source level and bytecode level. If the users use the source- level API, + they can edit a class file without knowledge of the specifications of the Java bytecode. + The whole API is designed with only the vocabulary of the Java language. + You can even specify inserted bytecode in the form of source text; Javassist compiles it on the fly. + On the other hand, the bytecode-level API allows the users to directly edit a class file as other editors. + + This software is distributed under the Mozilla Public License Version 1.1, + the GNU Lesser General Public License Version 2.1 or later, or the Apache License Version 2.0. + +------ +This product has a bundle jna, which is available under the ASL2 License. +The source code of jna can be found at https://github.com/java-native-access/jna. + + This copy of JNA is licensed under the + Apache (Software) License, version 2.0 ("the License"). + See the License for details about distribution rights, and the + specific rights regarding derivate works. + + You may obtain a copy of the License at: + + http://www.apache.org/licenses/ + + A copy is also included in the downloadable source code package + containing JNA, in file "AL2.0", under the same directory + as this file. +------ +This product has a bundle guava, which is available under the ASL2 License. +The source code of guava can be found at https://github.com/google/guava. + + Copyright (C) 2007 The Guava authors + + Licensed 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. +------ +This product has a bundle OpenMessaging, which is available under the ASL2 License. +The source code of OpenMessaging can be found at https://github.com/openmessaging/openmessaging. + + Copyright (C) 2017 The OpenMessaging authors. + + Licensed 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. + diff --git a/nacos/NOTICE b/nacos/NOTICE new file mode 100644 index 0000000..3a2af57 --- /dev/null +++ b/nacos/NOTICE @@ -0,0 +1,36 @@ +Nacos +Copyright 2018-2019 The Apache Software Foundation + +This product includes software developed at +The Alibaba MiddleWare Group. + +------ +This product has a bundle netty: + The Spring oot Project + ================= + +Please visit the Netty web site for more information: + + * http://netty.io/ + +Copyright 2014 The Netty Project + +The Netty Project 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. + +Also, please refer to each LICENSE..txt file, which is located in +the 'license' directory of the distribution file, for the license terms of the +components that this product depends on. + +------ +This product has a bundle commons-lang, which includes software from the Spring Framework, +under the Apache License 2.0 (see: StringUtils.containsWhitespace()) \ No newline at end of file diff --git a/nacos/bin/shutdown.cmd b/nacos/bin/shutdown.cmd new file mode 100755 index 0000000..e3ae899 --- /dev/null +++ b/nacos/bin/shutdown.cmd @@ -0,0 +1,24 @@ +@echo off +rem Copyright 1999-2018 Alibaba Group Holding Ltd. +rem Licensed under the Apache License, Version 2.0 (the "License"); +rem you may not use this file except in compliance with the License. +rem You may obtain a copy of the License at +rem +rem http://www.apache.org/licenses/LICENSE-2.0 +rem +rem Unless required by applicable law or agreed to in writing, software +rem distributed under the License is distributed on an "AS IS" BASIS, +rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +rem See the License for the specific language governing permissions and +rem limitations under the License. +if not exist "%JAVA_HOME%\bin\jps.exe" echo Please set the JAVA_HOME variable in your environment, We need java(x64)! jdk8 or later is better! & EXIT /B 1 + +setlocal + +set "PATH=%JAVA_HOME%\bin;%PATH%" + +echo killing nacos server + +for /f "tokens=1" %%i in ('jps -m ^| find "nacos.nacos"') do ( taskkill /F /PID %%i ) + +echo Done! diff --git a/nacos/bin/shutdown.sh b/nacos/bin/shutdown.sh new file mode 100755 index 0000000..e3e14fe --- /dev/null +++ b/nacos/bin/shutdown.sh @@ -0,0 +1,28 @@ +#!/bin/bash + +# Copyright 1999-2018 Alibaba Group Holding Ltd. +# Licensed 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. +cd `dirname $0`/../target +target_dir=`pwd` + +pid=`ps ax | grep -i 'nacos.nacos' | grep ${target_dir} | grep java | grep -v grep | awk '{print $1}'` +if [ -z "$pid" ] ; then + echo "No nacosServer running." + exit -1; +fi + +echo "The nacosServer(${pid}) is running..." + +kill ${pid} + +echo "Send shutdown request to nacosServer(${pid}) OK" diff --git a/nacos/bin/startup.cmd b/nacos/bin/startup.cmd new file mode 100755 index 0000000..c991087 --- /dev/null +++ b/nacos/bin/startup.cmd @@ -0,0 +1,95 @@ +@echo off +rem Copyright 1999-2018 Alibaba Group Holding Ltd. +rem Licensed under the Apache License, Version 2.0 (the "License"); +rem you may not use this file except in compliance with the License. +rem You may obtain a copy of the License at +rem +rem http://www.apache.org/licenses/LICENSE-2.0 +rem +rem Unless required by applicable law or agreed to in writing, software +rem distributed under the License is distributed on an "AS IS" BASIS, +rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +rem See the License for the specific language governing permissions and +rem limitations under the License. +if not exist "%JAVA_HOME%\bin\java.exe" echo Please set the JAVA_HOME variable in your environment, We need java(x64)! jdk8 or later is better! & EXIT /B 1 +set "JAVA=%JAVA_HOME%\bin\java.exe" + +setlocal enabledelayedexpansion + +set BASE_DIR=%~dp0 +rem added double quotation marks to avoid the issue caused by the folder names containing spaces. +rem removed the last 5 chars(which means \bin\) to get the base DIR. +set BASE_DIR="%BASE_DIR:~0,-5%" + +set CUSTOM_SEARCH_LOCATIONS=file:%BASE_DIR%/conf/ + +set MODE="cluster" +set FUNCTION_MODE="all" +set SERVER=nacos-server +set MODE_INDEX=-1 +set FUNCTION_MODE_INDEX=-1 +set SERVER_INDEX=-1 +set EMBEDDED_STORAGE_INDEX=-1 +set EMBEDDED_STORAGE="" + + +set i=0 +for %%a in (%*) do ( + if "%%a" == "-m" ( set /a MODE_INDEX=!i!+1 ) + if "%%a" == "-f" ( set /a FUNCTION_MODE_INDEX=!i!+1 ) + if "%%a" == "-s" ( set /a SERVER_INDEX=!i!+1 ) + if "%%a" == "-p" ( set /a EMBEDDED_STORAGE_INDEX=!i!+1 ) + set /a i+=1 +) + +set i=0 +for %%a in (%*) do ( + if %MODE_INDEX% == !i! ( set MODE="%%a" ) + if %FUNCTION_MODE_INDEX% == !i! ( set FUNCTION_MODE="%%a" ) + if %SERVER_INDEX% == !i! (set SERVER="%%a") + if %EMBEDDED_STORAGE_INDEX% == !i! (set EMBEDDED_STORAGE="%%a") + set /a i+=1 +) + +rem if nacos startup mode is standalone +if %MODE% == "standalone" ( + echo "nacos is starting with standalone" + set "NACOS_OPTS=-Dnacos.standalone=true" + set "NACOS_JVM_OPTS=-Xms512m -Xmx512m -Xmn256m" +) + +rem if nacos startup mode is cluster +if %MODE% == "cluster" ( + echo "nacos is starting with cluster" + if %EMBEDDED_STORAGE% == "embedded" ( + set "NACOS_OPTS=-DembeddedStorage=true" + ) + + set "NACOS_JVM_OPTS=-server -Xms2g -Xmx2g -Xmn1g -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=320m -XX:-OmitStackTraceInFastThrow -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=%BASE_DIR%\logs\java_heapdump.hprof -XX:-UseLargePages" +) + +rem set nacos's functionMode +if %FUNCTION_MODE% == "config" ( + set "NACOS_OPTS=%NACOS_OPTS% -Dnacos.functionMode=config" +) + +if %FUNCTION_MODE% == "naming" ( + set "NACOS_OPTS=%NACOS_OPTS% -Dnacos.functionMode=naming" +) + +rem set nacos options +set "NACOS_OPTS=%NACOS_OPTS% -Dloader.path=%BASE_DIR%/plugins/health,%BASE_DIR%/plugins/cmdb" +set "NACOS_OPTS=%NACOS_OPTS% -Dnacos.home=%BASE_DIR%" +set "NACOS_OPTS=%NACOS_OPTS% -jar %BASE_DIR%\target\%SERVER%.jar" + +rem set nacos spring config location +set "NACOS_CONFIG_OPTS=--spring.config.additional-location=%CUSTOM_SEARCH_LOCATIONS%" + +rem set nacos log4j file location +set "NACOS_LOG4J_OPTS=--logging.config=%BASE_DIR%/conf/nacos-logback.xml" + + +set COMMAND="%JAVA%" %NACOS_JVM_OPTS% %NACOS_OPTS% %NACOS_CONFIG_OPTS% %NACOS_LOG4J_OPTS% nacos.nacos %* + +rem start nacos command +%COMMAND% diff --git a/nacos/bin/startup.sh b/nacos/bin/startup.sh new file mode 100755 index 0000000..c95fd2b --- /dev/null +++ b/nacos/bin/startup.sh @@ -0,0 +1,142 @@ +#!/bin/bash + +# Copyright 1999-2018 Alibaba Group Holding Ltd. +# Licensed 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. + +cygwin=false +darwin=false +os400=false +case "`uname`" in +CYGWIN*) cygwin=true;; +Darwin*) darwin=true;; +OS400*) os400=true;; +esac +error_exit () +{ + echo "ERROR: $1 !!" + exit 1 +} +[ ! -e "$JAVA_HOME/bin/java" ] && JAVA_HOME=$HOME/jdk/java +[ ! -e "$JAVA_HOME/bin/java" ] && JAVA_HOME=/usr/java +[ ! -e "$JAVA_HOME/bin/java" ] && JAVA_HOME=/opt/taobao/java +[ ! -e "$JAVA_HOME/bin/java" ] && unset JAVA_HOME + +if [ -z "$JAVA_HOME" ]; then + if $darwin; then + + if [ -x '/usr/libexec/java_home' ] ; then + export JAVA_HOME=`/usr/libexec/java_home` + + elif [ -d "/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home" ]; then + export JAVA_HOME="/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home" + fi + else + JAVA_PATH=`dirname $(readlink -f $(which javac))` + if [ "x$JAVA_PATH" != "x" ]; then + export JAVA_HOME=`dirname $JAVA_PATH 2>/dev/null` + fi + fi + if [ -z "$JAVA_HOME" ]; then + error_exit "Please set the JAVA_HOME variable in your environment, We need java(x64)! jdk8 or later is better!" + fi +fi + +export SERVER="nacos-server" +export MODE="standalone" +export FUNCTION_MODE="all" +export MEMBER_LIST="" +export EMBEDDED_STORAGE="" +while getopts ":m:f:s:c:p:" opt +do + case $opt in + m) + MODE=$OPTARG;; + f) + FUNCTION_MODE=$OPTARG;; + s) + SERVER=$OPTARG;; + c) + MEMBER_LIST=$OPTARG;; + p) + EMBEDDED_STORAGE=$OPTARG;; + ?) + echo "Unknown parameter" + exit 1;; + esac +done + +export JAVA_HOME +export JAVA="$JAVA_HOME/bin/java" +export BASE_DIR=`cd $(dirname $0)/..; pwd` +export CUSTOM_SEARCH_LOCATIONS=file:${BASE_DIR}/conf/ + +#=========================================================================================== +# JVM Configuration +#=========================================================================================== +if [[ "${MODE}" == "standalone" ]]; then + JAVA_OPT="${JAVA_OPT} -Xms512m -Xmx512m -Xmn256m" + JAVA_OPT="${JAVA_OPT} -Dnacos.standalone=true" +else + if [[ "${EMBEDDED_STORAGE}" == "embedded" ]]; then + JAVA_OPT="${JAVA_OPT} -DembeddedStorage=true" + fi + JAVA_OPT="${JAVA_OPT} -server -Xms2g -Xmx2g -Xmn1g -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=320m" + JAVA_OPT="${JAVA_OPT} -XX:-OmitStackTraceInFastThrow -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=${BASE_DIR}/logs/java_heapdump.hprof" + JAVA_OPT="${JAVA_OPT} -XX:-UseLargePages" + +fi + +if [[ "${FUNCTION_MODE}" == "config" ]]; then + JAVA_OPT="${JAVA_OPT} -Dnacos.functionMode=config" +elif [[ "${FUNCTION_MODE}" == "naming" ]]; then + JAVA_OPT="${JAVA_OPT} -Dnacos.functionMode=naming" +fi + +JAVA_OPT="${JAVA_OPT} -Dnacos.member.list=${MEMBER_LIST}" + +JAVA_MAJOR_VERSION=$($JAVA -version 2>&1 | sed -E -n 's/.* version "([0-9]*).*$/\1/p') +if [[ "$JAVA_MAJOR_VERSION" -ge "9" ]] ; then + JAVA_OPT="${JAVA_OPT} -Xlog:gc*:file=${BASE_DIR}/logs/nacos_gc.log:time,tags:filecount=10,filesize=102400" +else + JAVA_OPT="${JAVA_OPT} -Djava.ext.dirs=${JAVA_HOME}/jre/lib/ext:${JAVA_HOME}/lib/ext" + JAVA_OPT="${JAVA_OPT} -Xloggc:${BASE_DIR}/logs/nacos_gc.log -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=10 -XX:GCLogFileSize=100M" +fi + +JAVA_OPT="${JAVA_OPT} -Dloader.path=${BASE_DIR}/plugins/health,${BASE_DIR}/plugins/cmdb" +JAVA_OPT="${JAVA_OPT} -Dnacos.home=${BASE_DIR}" +JAVA_OPT="${JAVA_OPT} -jar ${BASE_DIR}/target/${SERVER}.jar" +JAVA_OPT="${JAVA_OPT} ${JAVA_OPT_EXT}" +JAVA_OPT="${JAVA_OPT} --spring.config.additional-location=${CUSTOM_SEARCH_LOCATIONS}" +JAVA_OPT="${JAVA_OPT} --logging.config=${BASE_DIR}/conf/nacos-logback.xml" +JAVA_OPT="${JAVA_OPT} --server.max-http-header-size=524288" + +if [ ! -d "${BASE_DIR}/logs" ]; then + mkdir ${BASE_DIR}/logs +fi + +echo "$JAVA ${JAVA_OPT}" + +if [[ "${MODE}" == "standalone" ]]; then + echo "nacos is starting with standalone" +else + echo "nacos is starting with cluster" +fi + +# check the start.out log output file +if [ ! -f "${BASE_DIR}/logs/start.out" ]; then + touch "${BASE_DIR}/logs/start.out" +fi +# start +echo "$JAVA ${JAVA_OPT}" > ${BASE_DIR}/logs/start.out 2>&1 & +nohup $JAVA ${JAVA_OPT} nacos.nacos >> ${BASE_DIR}/logs/start.out 2>&1 & +echo "nacos is starting,you can check the ${BASE_DIR}/logs/start.out" diff --git a/nacos/conf/1.4.0-ipv6_support-update.sql b/nacos/conf/1.4.0-ipv6_support-update.sql new file mode 100644 index 0000000..f480147 --- /dev/null +++ b/nacos/conf/1.4.0-ipv6_support-update.sql @@ -0,0 +1,27 @@ +/* + * Copyright 1999-2018 Alibaba Group Holding Ltd. + * + * Licensed 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. + */ + +ALTER TABLE `config_info_tag` +MODIFY COLUMN `src_ip` varchar(50) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL COMMENT 'source ip' AFTER `src_user`; + +ALTER TABLE `his_config_info` +MODIFY COLUMN `src_ip` varchar(50) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL AFTER `src_user`; + +ALTER TABLE `config_info` +MODIFY COLUMN `src_ip` varchar(50) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL COMMENT 'source ip' AFTER `src_user`; + +ALTER TABLE `config_info_beta` +MODIFY COLUMN `src_ip` varchar(50) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL COMMENT 'source ip' AFTER `src_user`; \ No newline at end of file diff --git a/nacos/conf/application.properties b/nacos/conf/application.properties new file mode 100644 index 0000000..2edcab4 --- /dev/null +++ b/nacos/conf/application.properties @@ -0,0 +1,193 @@ +# +# Copyright 1999-2018 Alibaba Group Holding Ltd. +# +# Licensed 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. +# + +#*************** Spring Boot Related Configurations ***************# +### Default web context path: +server.servlet.contextPath=/nacos +### Default web server port: +server.port=8848 + +#*************** Network Related Configurations ***************# +### If prefer hostname over ip for Nacos server addresses in cluster.conf: +# nacos.inetutils.prefer-hostname-over-ip=false + +### Specify local server's IP: +# nacos.inetutils.ip-address= + + +#*************** Config Module Related Configurations ***************# +### If use MySQL as datasource: +# spring.datasource.platform=mysql +spring.datasource.platform=mysql + +### Count of DB: +# db.num=1 +db.num=1 + +### Connect URL of DB: +# db.url.0=jdbc:mysql://127.0.0.1:3306/nacos?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useUnicode=true&useSSL=false&serverTimezone=UTC +# db.user.0=nacos +# db.password.0=nacos +db.url.0=jdbc:mysql://localhost:3306/nacos_config?characterEncoding=utf8&connectTimeout=3000&socketTimeout=3000&autoReconnect=true&useUnicode=true&useSSL=false&serverTimezone=UTC +db.user.0=root +db.password.0=66CcFf!! +### Connection pool configuration: hikariCP +db.pool.config.connectionTimeout=30000 +db.pool.config.validationTimeout=10000 +db.pool.config.maximumPoolSize=20 +db.pool.config.minimumIdle=2 + +#*************** Naming Module Related Configurations ***************# +### Data dispatch task execution period in milliseconds: +# nacos.naming.distro.taskDispatchPeriod=200 + +### Data count of batch sync task: +# nacos.naming.distro.batchSyncKeyCount=1000 + +### Retry delay in milliseconds if sync task failed: +# nacos.naming.distro.syncRetryDelay=5000 + +### If enable data warmup. If set to false, the server would accept request without local data preparation: +# nacos.naming.data.warmup=true + +### If enable the instance auto expiration, kind like of health check of instance: +# nacos.naming.expireInstance=true + +nacos.naming.empty-service.auto-clean=true +nacos.naming.empty-service.clean.initial-delay-ms=50000 +nacos.naming.empty-service.clean.period-time-ms=30000 + + +#*************** CMDB Module Related Configurations ***************# +### The interval to dump external CMDB in seconds: +# nacos.cmdb.dumpTaskInterval=3600 + +### The interval of polling data change event in seconds: +# nacos.cmdb.eventTaskInterval=10 + +### The interval of loading labels in seconds: +# nacos.cmdb.labelTaskInterval=300 + +### If turn on data loading task: +# nacos.cmdb.loadDataAtStart=false + + +#*************** Metrics Related Configurations ***************# +### Metrics for prometheus +#management.endpoints.web.exposure.include=* + +### Metrics for elastic search +management.metrics.export.elastic.enabled=false +#management.metrics.export.elastic.host=http://localhost:9200 + +### Metrics for influx +management.metrics.export.influx.enabled=false +#management.metrics.export.influx.db=springboot +#management.metrics.export.influx.uri=http://localhost:8086 +#management.metrics.export.influx.auto-create-db=true +#management.metrics.export.influx.consistency=one +#management.metrics.export.influx.compressed=true + + +#*************** Access Log Related Configurations ***************# +### If turn on the access log: +server.tomcat.accesslog.enabled=true + +### The access log pattern: +server.tomcat.accesslog.pattern=%h %l %u %t "%r" %s %b %D %{User-Agent}i %{Request-Source}i + +### The directory of access log: +server.tomcat.basedir= + + +#*************** Access Control Related Configurations ***************# +### If enable spring security, this option is deprecated in 1.2.0: +#spring.security.enabled=false + +### The ignore urls of auth, is deprecated in 1.2.0: +nacos.security.ignore.urls=/,/error,/**/*.css,/**/*.js,/**/*.html,/**/*.map,/**/*.svg,/**/*.png,/**/*.ico,/console-ui/public/**,/v1/auth/**,/v1/console/health/**,/actuator/**,/v1/console/server/** + +### The auth system to use, currently only 'nacos' is supported: +nacos.core.auth.system.type=nacos + +### If turn on auth system: +nacos.core.auth.enabled=false + +### The token expiration in seconds: +nacos.core.auth.default.token.expire.seconds=18000 + +### The default token: +nacos.core.auth.default.token.secret.key=SecretKey012345678901234567890123456789012345678901234567890123456789 + +### Turn on/off caching of auth information. By turning on this switch, the update of auth information would have a 15 seconds delay. +nacos.core.auth.caching.enabled=true + +### Since 1.4.1, Turn on/off white auth for user-agent: nacos-server, only for upgrade from old version. +nacos.core.auth.enable.userAgentAuthWhite=true + +### Since 1.4.1, worked when nacos.core.auth.enabled=true and nacos.core.auth.enable.userAgentAuthWhite=false. +### The two properties is the white list for auth and used by identity the request from other server. +nacos.core.auth.server.identity.key= +nacos.core.auth.server.identity.value= + +#*************** Istio Related Configurations ***************# +### If turn on the MCP server: +nacos.istio.mcp.server.enabled=false + + + +###*************** Add from 1.3.0 ***************### + + +#*************** Core Related Configurations ***************# + +### set the WorkerID manually +# nacos.core.snowflake.worker-id= + +### Member-MetaData +# nacos.core.member.meta.site= +# nacos.core.member.meta.adweight= +# nacos.core.member.meta.weight= + +### MemberLookup +### Addressing pattern category, If set, the priority is highest +# nacos.core.member.lookup.type=[file,address-server] +## Set the cluster list with a configuration file or command-line argument +# nacos.member.list=192.168.16.101:8847?raft_port=8807,192.168.16.101?raft_port=8808,192.168.16.101:8849?raft_port=8809 +## for AddressServerMemberLookup +# Maximum number of retries to query the address server upon initialization +# nacos.core.address-server.retry=5 +## Server domain name address of [address-server] mode +# address.server.domain=jmenv.tbsite.net +## Server port of [address-server] mode +# address.server.port=8080 +## Request address of [address-server] mode +# address.server.url=/nacos/serverlist + +#*************** JRaft Related Configurations ***************# + +### Sets the Raft cluster election timeout, default value is 5 second +# nacos.core.protocol.raft.data.election_timeout_ms=5000 +### Sets the amount of time the Raft snapshot will execute periodically, default is 30 minute +# nacos.core.protocol.raft.data.snapshot_interval_secs=30 +### raft internal worker threads +# nacos.core.protocol.raft.data.core_thread_num=8 +### Number of threads required for raft business request processing +# nacos.core.protocol.raft.data.cli_service_thread_num=4 +### raft linear read strategy. Safe linear reads are used by default, that is, the Leader tenure is confirmed by heartbeat +# nacos.core.protocol.raft.data.read_index_type=ReadOnlySafe +### rpc request timeout, default 5 seconds +# nacos.core.protocol.raft.data.rpc_request_timeout_ms=5000 diff --git a/nacos/conf/application.properties.example b/nacos/conf/application.properties.example new file mode 100644 index 0000000..8e17182 --- /dev/null +++ b/nacos/conf/application.properties.example @@ -0,0 +1,177 @@ +# +# Copyright 1999-2018 Alibaba Group Holding Ltd. +# +# Licensed 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. +# + +#*************** Spring Boot Related Configurations ***************# +### Default web context path: +server.servlet.contextPath=/nacos +### Default web server port: +server.port=8848 + +#*************** Network Related Configurations ***************# +### If prefer hostname over ip for Nacos server addresses in cluster.conf: +# nacos.inetutils.prefer-hostname-over-ip=false + +### Specify local server's IP: +# nacos.inetutils.ip-address= + + +#*************** Config Module Related Configurations ***************# +### If use MySQL as datasource: +# spring.datasource.platform=mysql + +### Count of DB: +# db.num=1 + +### Connect URL of DB: +# db.url.0=jdbc:mysql://127.0.0.1:3306/nacos?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useUnicode=true&useSSL=false&serverTimezone=UTC +# db.user.0=nacos +# db.password.0=nacos + + +#*************** Naming Module Related Configurations ***************# +### Data dispatch task execution period in milliseconds: +# nacos.naming.distro.taskDispatchPeriod=200 + +### Data count of batch sync task: +# nacos.naming.distro.batchSyncKeyCount=1000 + +### Retry delay in milliseconds if sync task failed: +# nacos.naming.distro.syncRetryDelay=5000 + +### If enable data warmup. If set to false, the server would accept request without local data preparation: +# nacos.naming.data.warmup=true + +### If enable the instance auto expiration, kind like of health check of instance: +# nacos.naming.expireInstance=true + +nacos.naming.empty-service.auto-clean=true +nacos.naming.empty-service.clean.initial-delay-ms=50000 +nacos.naming.empty-service.clean.period-time-ms=30000 + + +#*************** CMDB Module Related Configurations ***************# +### The interval to dump external CMDB in seconds: +# nacos.cmdb.dumpTaskInterval=3600 + +### The interval of polling data change event in seconds: +# nacos.cmdb.eventTaskInterval=10 + +### The interval of loading labels in seconds: +# nacos.cmdb.labelTaskInterval=300 + +### If turn on data loading task: +# nacos.cmdb.loadDataAtStart=false + + +#*************** Metrics Related Configurations ***************# +### Metrics for prometheus +#management.endpoints.web.exposure.include=* + +### Metrics for elastic search +management.metrics.export.elastic.enabled=false +#management.metrics.export.elastic.host=http://localhost:9200 + +### Metrics for influx +management.metrics.export.influx.enabled=false +#management.metrics.export.influx.db=springboot +#management.metrics.export.influx.uri=http://localhost:8086 +#management.metrics.export.influx.auto-create-db=true +#management.metrics.export.influx.consistency=one +#management.metrics.export.influx.compressed=true + + +#*************** Access Log Related Configurations ***************# +### If turn on the access log: +server.tomcat.accesslog.enabled=true + +### The access log pattern: +server.tomcat.accesslog.pattern=%h %l %u %t "%r" %s %b %D %{User-Agent}i %{Request-Source}i + +### The directory of access log: +server.tomcat.basedir= + + +#*************** Access Control Related Configurations ***************# +### If enable spring security, this option is deprecated in 1.2.0: +#spring.security.enabled=false + +### The ignore urls of auth, is deprecated in 1.2.0: +nacos.security.ignore.urls=/,/error,/**/*.css,/**/*.js,/**/*.html,/**/*.map,/**/*.svg,/**/*.png,/**/*.ico,/console-ui/public/**,/v1/auth/**,/v1/console/health/**,/actuator/**,/v1/console/server/** + +### The auth system to use, currently only 'nacos' is supported: +nacos.core.auth.system.type=nacos + +### If turn on auth system: +nacos.core.auth.enabled=false + +### The token expiration in seconds: +nacos.core.auth.default.token.expire.seconds=18000 + +### The default token: +nacos.core.auth.default.token.secret.key=SecretKey012345678901234567890123456789012345678901234567890123456789 + +### Turn on/off caching of auth information. By turning on this switch, the update of auth information would have a 15 seconds delay. +nacos.core.auth.caching.enabled=true + + +#*************** Istio Related Configurations ***************# +### If turn on the MCP server: +nacos.istio.mcp.server.enabled=false + + + +###*************** Add from 1.3.0 ***************### + + +#*************** Core Related Configurations ***************# + +### set the WorkerID manually +# nacos.core.snowflake.worker-id= + +### Member-MetaData +# nacos.core.member.meta.site= +# nacos.core.member.meta.adweight= +# nacos.core.member.meta.weight= + +### MemberLookup +### Addressing pattern category, If set, the priority is highest +# nacos.core.member.lookup.type=[file,address-server] +## Set the cluster list with a configuration file or command-line argument +# nacos.member.list=192.168.16.101:8847?raft_port=8807,192.168.16.101?raft_port=8808,192.168.16.101:8849?raft_port=8809 +## for AddressServerMemberLookup +# Maximum number of retries to query the address server upon initialization +# nacos.core.address-server.retry=5 +## Server domain name address of [address-server] mode +# address.server.domain=jmenv.tbsite.net +## Server port of [address-server] mode +# address.server.port=8080 +## Request address of [address-server] mode +# address.server.url=/nacos/serverlist + +#*************** JRaft Related Configurations ***************# + +### Sets the Raft cluster election timeout, default value is 5 second +# nacos.core.protocol.raft.data.election_timeout_ms=5000 +### Sets the amount of time the Raft snapshot will execute periodically, default is 30 minute +# nacos.core.protocol.raft.data.snapshot_interval_secs=30 +### raft internal worker threads +# nacos.core.protocol.raft.data.core_thread_num=8 +### Number of threads required for raft business request processing +# nacos.core.protocol.raft.data.cli_service_thread_num=4 +### raft linear read strategy. Safe linear reads are used by default, that is, the Leader tenure is confirmed by heartbeat +# nacos.core.protocol.raft.data.read_index_type=ReadOnlySafe +### rpc request timeout, default 5 seconds +# nacos.core.protocol.raft.data.rpc_request_timeout_ms=5000 diff --git a/nacos/conf/cluster.conf.example b/nacos/conf/cluster.conf.example new file mode 100644 index 0000000..0e3a721 --- /dev/null +++ b/nacos/conf/cluster.conf.example @@ -0,0 +1,21 @@ +# +# Copyright 1999-2018 Alibaba Group Holding Ltd. +# +# Licensed 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. +# + +#it is ip +#example +192.168.16.101:8847 +192.168.16.102 +192.168.16.103 diff --git a/nacos/conf/nacos-logback.xml b/nacos/conf/nacos-logback.xml new file mode 100644 index 0000000..289a590 --- /dev/null +++ b/nacos/conf/nacos-logback.xml @@ -0,0 +1,642 @@ + + + + + + + + + + ${nacos.home}/logs/cmdb-main.log + true + + ${nacos.home}/logs/cmdb-main.log.%d{yyyy-MM-dd}.%i + 2GB + 7 + 7GB + true + + + %date %level %msg%n%n + UTF-8 + + + + + + %date %level %msg%n%n + UTF-8 + + + + + ${LOG_HOME}/naming-server.log + true + + ${LOG_HOME}/naming-server.log.%d{yyyy-MM-dd}.%i + 1GB + 7 + 7GB + true + + + %date %level %msg%n%n + UTF-8 + + + + + 0 + 1024 + true + + + + + ${LOG_HOME}/naming-raft.log + true + + ${LOG_HOME}/naming-raft.log.%d{yyyy-MM-dd}.%i + 1GB + 7 + 3GB + true + + + %date %level %msg%n%n + UTF-8 + + + + + 0 + 1024 + true + + + + + + ${LOG_HOME}/naming-distro.log + true + + ${LOG_HOME}/naming-distro.log.%d{yyyy-MM-dd}.%i + 1GB + 7 + 3GB + true + + + %date %level %msg%n%n + UTF-8 + + + + + 0 + 1024 + true + + + + + ${LOG_HOME}/naming-event.log + true + + ${LOG_HOME}/naming-event.log.%d{yyyy-MM-dd}.%i + 1GB + 7 + 3GB + true + + + %date %level %msg%n%n + UTF-8 + + + + + 0 + 1024 + true + + + + + ${LOG_HOME}/naming-push.log + true + + ${LOG_HOME}/naming-push.log.%d{yyyy-MM-dd}.%i + 1GB + 7 + 3GB + true + + + %date %level %msg%n%n + UTF-8 + + + + ${LOG_HOME}/naming-rt.log + true + + ${LOG_HOME}/naming-rt.log.%d{yyyy-MM-dd}.%i + 1GB + 7 + 3GB + true + + + %msg%n + UTF-8 + + + + + ${LOG_HOME}/naming-performance.log + true + + ${LOG_HOME}/naming-performance.log.%d{yyyy-MM-dd}.%i + 1GB + 7 + 3GB + true + + + %date %level %msg%n%n + UTF-8 + + + + + + ${LOG_HOME}/config-dump.log + true + + ${LOG_HOME}/config-dump.log.%d{yyyy-MM-dd}.%i + 2GB + 7 + 7GB + true + + + %date %level %msg%n%n + UTF-8 + + + + ${LOG_HOME}/config-pull.log + true + + ${LOG_HOME}/config-pull.log.%d{yyyy-MM-dd}.%i + 20MB + 7 + 128MB + true + + + %date %level %msg%n%n + UTF-8 + + + + ${LOG_HOME}/config-fatal.log + true + + ${LOG_HOME}/config-fatal.log.%d{yyyy-MM-dd}.%i + 20MB + 7 + 128MB + true + + + %date %level %msg%n%n + UTF-8 + + + + ${LOG_HOME}/config-memory.log + true + + ${LOG_HOME}/config-memory.log.%d{yyyy-MM-dd}.%i + 20MB + 7 + 128MB + true + + + %date %level %msg%n%n + UTF-8 + + + + ${LOG_HOME}/config-pull-check.log + true + + ${LOG_HOME}/config-pull-check.log.%d{yyyy-MM-dd}.%i + 1GB + 7 + 3GB + true + + + %msg%n + UTF-8 + + + + + ${LOG_HOME}/config-client-request.log + true + + ${LOG_HOME}/config-client-request.log.%d{yyyy-MM-dd}.%i + 2GB + 7 + 7GB + true + + + %date|%msg%n + UTF-8 + + + + + ${LOG_HOME}/config-trace.log + true + + ${LOG_HOME}/config-trace.log.%d{yyyy-MM-dd}.%i + 2GB + 7 + 7GB + true + + + %date|%msg%n + UTF-8 + + + + + ${LOG_HOME}/config-notify.log + true + + ${LOG_HOME}/config-notify.log.%d{yyyy-MM-dd}.%i + 1GB + 7 + 3GB + true + + + %date %level %msg%n%n + UTF-8 + + + + + ${LOG_HOME}/config-server.log + true + + ${LOG_HOME}/config-server.log.%d{yyyy-MM-dd}.%i + 50MB + 7 + 512MB + true + + + %date %level %msg%n%n + UTF-8 + + + + + ${LOG_HOME}/nacos.log + true + + ${LOG_HOME}/nacos.log.%d{yyyy-MM-dd}.%i + 50MB + 7 + 512MB + true + + + %date %level %msg%n%n + UTF-8 + + + + + ${LOG_HOME}/nacos-address.log + true + + ${LOG_HOME}/nacos-address.log.%d{yyyy-MM-dd}.%i + 2GB + 7 + 7GB + true + + + %date %level %msg%n%n + UTF-8 + + + + + ${LOG_HOME}/istio-main.log + true + + ${LOG_HOME}/istio-main.log.%d{yyyy-MM-dd}.%i + 2GB + 7 + 7GB + true + + + %date %level %msg%n%n + UTF-8 + + + + + ${LOG_HOME}/core-auth.log + true + + ${LOG_HOME}/core-auth.log.%d{yyyy-MM-dd}.%i + 2GB + 7 + 7GB + true + + + %date %level %msg%n%n + UTF-8 + + + + + ${LOG_HOME}/protocol-raft.log + true + + ${LOG_HOME}/protocol-raft.log.%d{yyyy-MM-dd}.%i + 2GB + 7 + 7GB + true + + + %date %level %msg%n%n + UTF-8 + + + + + ${LOG_HOME}/protocol-distro.log + true + + ${LOG_HOME}/protocol-distro.log.%d{yyyy-MM-dd}.%i + 2GB + 7 + 7GB + true + + + %date %level %msg%n%n + UTF-8 + + + + + ${LOG_HOME}/nacos-cluster.log + true + + ${LOG_HOME}/nacos-cluster.log.%d{yyyy-MM-dd}.%i + 2GB + 7 + 7GB + true + + + %date %level %msg%n%n + UTF-8 + + + + + ${LOG_HOME}/alipay-jraft.log + true + + ${LOG_HOME}/alipay-jraft.log.%d{yyyy-MM-dd}.%i + 2GB + 7 + 7GB + true + + + %date %level %msg%n%n + UTF-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/nacos/conf/nacos-mysql.sql b/nacos/conf/nacos-mysql.sql new file mode 100644 index 0000000..551d659 --- /dev/null +++ b/nacos/conf/nacos-mysql.sql @@ -0,0 +1,218 @@ +/* + * Copyright 1999-2018 Alibaba Group Holding Ltd. + * + * Licensed 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. + */ + +/******************************************/ +/* 数据库全名 = nacos_config */ +/* 表名称 = config_info */ +/******************************************/ +CREATE TABLE `config_info` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'id', + `data_id` varchar(255) NOT NULL COMMENT 'data_id', + `group_id` varchar(255) DEFAULT NULL, + `content` longtext NOT NULL COMMENT 'content', + `md5` varchar(32) DEFAULT NULL COMMENT 'md5', + `gmt_create` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `gmt_modified` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '修改时间', + `src_user` text COMMENT 'source user', + `src_ip` varchar(50) DEFAULT NULL COMMENT 'source ip', + `app_name` varchar(128) DEFAULT NULL, + `tenant_id` varchar(128) DEFAULT '' COMMENT '租户字段', + `c_desc` varchar(256) DEFAULT NULL, + `c_use` varchar(64) DEFAULT NULL, + `effect` varchar(64) DEFAULT NULL, + `type` varchar(64) DEFAULT NULL, + `c_schema` text, + PRIMARY KEY (`id`), + UNIQUE KEY `uk_configinfo_datagrouptenant` (`data_id`,`group_id`,`tenant_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='config_info'; + +/******************************************/ +/* 数据库全名 = nacos_config */ +/* 表名称 = config_info_aggr */ +/******************************************/ +CREATE TABLE `config_info_aggr` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'id', + `data_id` varchar(255) NOT NULL COMMENT 'data_id', + `group_id` varchar(255) NOT NULL COMMENT 'group_id', + `datum_id` varchar(255) NOT NULL COMMENT 'datum_id', + `content` longtext NOT NULL COMMENT '内容', + `gmt_modified` datetime NOT NULL COMMENT '修改时间', + `app_name` varchar(128) DEFAULT NULL, + `tenant_id` varchar(128) DEFAULT '' COMMENT '租户字段', + PRIMARY KEY (`id`), + UNIQUE KEY `uk_configinfoaggr_datagrouptenantdatum` (`data_id`,`group_id`,`tenant_id`,`datum_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='增加租户字段'; + + +/******************************************/ +/* 数据库全名 = nacos_config */ +/* 表名称 = config_info_beta */ +/******************************************/ +CREATE TABLE `config_info_beta` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'id', + `data_id` varchar(255) NOT NULL COMMENT 'data_id', + `group_id` varchar(128) NOT NULL COMMENT 'group_id', + `app_name` varchar(128) DEFAULT NULL COMMENT 'app_name', + `content` longtext NOT NULL COMMENT 'content', + `beta_ips` varchar(1024) DEFAULT NULL COMMENT 'betaIps', + `md5` varchar(32) DEFAULT NULL COMMENT 'md5', + `gmt_create` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `gmt_modified` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '修改时间', + `src_user` text COMMENT 'source user', + `src_ip` varchar(50) DEFAULT NULL COMMENT 'source ip', + `tenant_id` varchar(128) DEFAULT '' COMMENT '租户字段', + PRIMARY KEY (`id`), + UNIQUE KEY `uk_configinfobeta_datagrouptenant` (`data_id`,`group_id`,`tenant_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='config_info_beta'; + +/******************************************/ +/* 数据库全名 = nacos_config */ +/* 表名称 = config_info_tag */ +/******************************************/ +CREATE TABLE `config_info_tag` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'id', + `data_id` varchar(255) NOT NULL COMMENT 'data_id', + `group_id` varchar(128) NOT NULL COMMENT 'group_id', + `tenant_id` varchar(128) DEFAULT '' COMMENT 'tenant_id', + `tag_id` varchar(128) NOT NULL COMMENT 'tag_id', + `app_name` varchar(128) DEFAULT NULL COMMENT 'app_name', + `content` longtext NOT NULL COMMENT 'content', + `md5` varchar(32) DEFAULT NULL COMMENT 'md5', + `gmt_create` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `gmt_modified` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '修改时间', + `src_user` text COMMENT 'source user', + `src_ip` varchar(50) DEFAULT NULL COMMENT 'source ip', + PRIMARY KEY (`id`), + UNIQUE KEY `uk_configinfotag_datagrouptenanttag` (`data_id`,`group_id`,`tenant_id`,`tag_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='config_info_tag'; + +/******************************************/ +/* 数据库全名 = nacos_config */ +/* 表名称 = config_tags_relation */ +/******************************************/ +CREATE TABLE `config_tags_relation` ( + `id` bigint(20) NOT NULL COMMENT 'id', + `tag_name` varchar(128) NOT NULL COMMENT 'tag_name', + `tag_type` varchar(64) DEFAULT NULL COMMENT 'tag_type', + `data_id` varchar(255) NOT NULL COMMENT 'data_id', + `group_id` varchar(128) NOT NULL COMMENT 'group_id', + `tenant_id` varchar(128) DEFAULT '' COMMENT 'tenant_id', + `nid` bigint(20) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`nid`), + UNIQUE KEY `uk_configtagrelation_configidtag` (`id`,`tag_name`,`tag_type`), + KEY `idx_tenant_id` (`tenant_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='config_tag_relation'; + +/******************************************/ +/* 数据库全名 = nacos_config */ +/* 表名称 = group_capacity */ +/******************************************/ +CREATE TABLE `group_capacity` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT '主键ID', + `group_id` varchar(128) NOT NULL DEFAULT '' COMMENT 'Group ID,空字符表示整个集群', + `quota` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '配额,0表示使用默认值', + `usage` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '使用量', + `max_size` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '单个配置大小上限,单位为字节,0表示使用默认值', + `max_aggr_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '聚合子配置最大个数,,0表示使用默认值', + `max_aggr_size` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '单个聚合数据的子配置大小上限,单位为字节,0表示使用默认值', + `max_history_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '最大变更历史数量', + `gmt_create` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `gmt_modified` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '修改时间', + PRIMARY KEY (`id`), + UNIQUE KEY `uk_group_id` (`group_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='集群、各Group容量信息表'; + +/******************************************/ +/* 数据库全名 = nacos_config */ +/* 表名称 = his_config_info */ +/******************************************/ +CREATE TABLE `his_config_info` ( + `id` bigint(64) unsigned NOT NULL, + `nid` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `data_id` varchar(255) NOT NULL, + `group_id` varchar(128) NOT NULL, + `app_name` varchar(128) DEFAULT NULL COMMENT 'app_name', + `content` longtext NOT NULL, + `md5` varchar(32) DEFAULT NULL, + `gmt_create` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, + `gmt_modified` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, + `src_user` text, + `src_ip` varchar(50) DEFAULT NULL, + `op_type` char(10) DEFAULT NULL, + `tenant_id` varchar(128) DEFAULT '' COMMENT '租户字段', + PRIMARY KEY (`nid`), + KEY `idx_gmt_create` (`gmt_create`), + KEY `idx_gmt_modified` (`gmt_modified`), + KEY `idx_did` (`data_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='多租户改造'; + + +/******************************************/ +/* 数据库全名 = nacos_config */ +/* 表名称 = tenant_capacity */ +/******************************************/ +CREATE TABLE `tenant_capacity` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT '主键ID', + `tenant_id` varchar(128) NOT NULL DEFAULT '' COMMENT 'Tenant ID', + `quota` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '配额,0表示使用默认值', + `usage` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '使用量', + `max_size` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '单个配置大小上限,单位为字节,0表示使用默认值', + `max_aggr_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '聚合子配置最大个数', + `max_aggr_size` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '单个聚合数据的子配置大小上限,单位为字节,0表示使用默认值', + `max_history_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '最大变更历史数量', + `gmt_create` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `gmt_modified` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '修改时间', + PRIMARY KEY (`id`), + UNIQUE KEY `uk_tenant_id` (`tenant_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='租户容量信息表'; + + +CREATE TABLE `tenant_info` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'id', + `kp` varchar(128) NOT NULL COMMENT 'kp', + `tenant_id` varchar(128) default '' COMMENT 'tenant_id', + `tenant_name` varchar(128) default '' COMMENT 'tenant_name', + `tenant_desc` varchar(256) DEFAULT NULL COMMENT 'tenant_desc', + `create_source` varchar(32) DEFAULT NULL COMMENT 'create_source', + `gmt_create` bigint(20) NOT NULL COMMENT '创建时间', + `gmt_modified` bigint(20) NOT NULL COMMENT '修改时间', + PRIMARY KEY (`id`), + UNIQUE KEY `uk_tenant_info_kptenantid` (`kp`,`tenant_id`), + KEY `idx_tenant_id` (`tenant_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='tenant_info'; + +CREATE TABLE `users` ( + `username` varchar(50) NOT NULL PRIMARY KEY, + `password` varchar(500) NOT NULL, + `enabled` boolean NOT NULL +); + +CREATE TABLE `roles` ( + `username` varchar(50) NOT NULL, + `role` varchar(50) NOT NULL, + UNIQUE INDEX `idx_user_role` (`username` ASC, `role` ASC) USING BTREE +); + +CREATE TABLE `permissions` ( + `role` varchar(50) NOT NULL, + `resource` varchar(255) NOT NULL, + `action` varchar(8) NOT NULL, + UNIQUE INDEX `uk_role_permission` (`role`,`resource`,`action`) USING BTREE +); + +INSERT INTO users (username, password, enabled) VALUES ('nacos', '$2a$10$EuWPZHzz32dJN7jexM34MOeYirDdFAZm2kuWj7VEOJhhZkDrxfvUu', TRUE); + +INSERT INTO roles (username, role) VALUES ('nacos', 'ROLE_ADMIN'); diff --git a/nacos/conf/schema.sql b/nacos/conf/schema.sql new file mode 100644 index 0000000..dfa8d75 --- /dev/null +++ b/nacos/conf/schema.sql @@ -0,0 +1,228 @@ +/* + * Copyright 1999-2018 Alibaba Group Holding Ltd. + * + * Licensed 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. + */ + +CREATE SCHEMA nacos AUTHORIZATION nacos; + +CREATE TABLE config_info ( + id bigint NOT NULL generated by default as identity, + data_id varchar(255) NOT NULL, + group_id varchar(128) NOT NULL, + tenant_id varchar(128) default '', + app_name varchar(128), + content CLOB, + md5 varchar(32) DEFAULT NULL, + gmt_create timestamp NOT NULL DEFAULT '2010-05-05 00:00:00', + gmt_modified timestamp NOT NULL DEFAULT '2010-05-05 00:00:00', + src_user varchar(128) DEFAULT NULL, + src_ip varchar(50) DEFAULT NULL, + c_desc varchar(256) DEFAULT NULL, + c_use varchar(64) DEFAULT NULL, + effect varchar(64) DEFAULT NULL, + type varchar(64) DEFAULT NULL, + c_schema LONG VARCHAR DEFAULT NULL, + constraint configinfo_id_key PRIMARY KEY (id), + constraint uk_configinfo_datagrouptenant UNIQUE (data_id,group_id,tenant_id)); + +CREATE INDEX configinfo_dataid_key_idx ON config_info(data_id); +CREATE INDEX configinfo_groupid_key_idx ON config_info(group_id); +CREATE INDEX configinfo_dataid_group_key_idx ON config_info(data_id, group_id); + +CREATE TABLE his_config_info ( + id bigint NOT NULL, + nid bigint NOT NULL generated by default as identity, + data_id varchar(255) NOT NULL, + group_id varchar(128) NOT NULL, + tenant_id varchar(128) default '', + app_name varchar(128), + content CLOB, + md5 varchar(32) DEFAULT NULL, + gmt_create timestamp NOT NULL DEFAULT '2010-05-05 00:00:00.000', + gmt_modified timestamp NOT NULL DEFAULT '2010-05-05 00:00:00.000', + src_user varchar(128), + src_ip varchar(50) DEFAULT NULL, + op_type char(10) DEFAULT NULL, + constraint hisconfiginfo_nid_key PRIMARY KEY (nid)); + +CREATE INDEX hisconfiginfo_dataid_key_idx ON his_config_info(data_id); +CREATE INDEX hisconfiginfo_gmt_create_idx ON his_config_info(gmt_create); +CREATE INDEX hisconfiginfo_gmt_modified_idx ON his_config_info(gmt_modified); + + +CREATE TABLE config_info_beta ( + id bigint NOT NULL generated by default as identity, + data_id varchar(255) NOT NULL, + group_id varchar(128) NOT NULL, + tenant_id varchar(128) default '', + app_name varchar(128), + content CLOB, + beta_ips varchar(1024), + md5 varchar(32) DEFAULT NULL, + gmt_create timestamp NOT NULL DEFAULT '2010-05-05 00:00:00', + gmt_modified timestamp NOT NULL DEFAULT '2010-05-05 00:00:00', + src_user varchar(128), + src_ip varchar(50) DEFAULT NULL, + constraint configinfobeta_id_key PRIMARY KEY (id), + constraint uk_configinfobeta_datagrouptenant UNIQUE (data_id,group_id,tenant_id)); + +CREATE TABLE config_info_tag ( + id bigint NOT NULL generated by default as identity, + data_id varchar(255) NOT NULL, + group_id varchar(128) NOT NULL, + tenant_id varchar(128) default '', + tag_id varchar(128) NOT NULL, + app_name varchar(128), + content CLOB, + md5 varchar(32) DEFAULT NULL, + gmt_create timestamp NOT NULL DEFAULT '2010-05-05 00:00:00', + gmt_modified timestamp NOT NULL DEFAULT '2010-05-05 00:00:00', + src_user varchar(128), + src_ip varchar(50) DEFAULT NULL, + constraint configinfotag_id_key PRIMARY KEY (id), + constraint uk_configinfotag_datagrouptenanttag UNIQUE (data_id,group_id,tenant_id,tag_id)); + +CREATE TABLE config_info_aggr ( + id bigint NOT NULL generated by default as identity, + data_id varchar(255) NOT NULL, + group_id varchar(128) NOT NULL, + tenant_id varchar(128) default '', + datum_id varchar(255) NOT NULL, + app_name varchar(128), + content CLOB, + gmt_modified timestamp NOT NULL DEFAULT '2010-05-05 00:00:00', + constraint configinfoaggr_id_key PRIMARY KEY (id), + constraint uk_configinfoaggr_datagrouptenantdatum UNIQUE (data_id,group_id,tenant_id,datum_id)); + +CREATE TABLE app_list ( + id bigint NOT NULL generated by default as identity, + app_name varchar(128) NOT NULL, + is_dynamic_collect_disabled smallint DEFAULT 0, + last_sub_info_collected_time timestamp DEFAULT '1970-01-01 08:00:00.0', + sub_info_lock_owner varchar(128), + sub_info_lock_time timestamp DEFAULT '1970-01-01 08:00:00.0', + constraint applist_id_key PRIMARY KEY (id), + constraint uk_appname UNIQUE (app_name)); + +CREATE TABLE app_configdata_relation_subs ( + id bigint NOT NULL generated by default as identity, + app_name varchar(128) NOT NULL, + data_id varchar(255) NOT NULL, + group_id varchar(128) NOT NULL, + gmt_modified timestamp DEFAULT '2010-05-05 00:00:00', + constraint configdatarelationsubs_id_key PRIMARY KEY (id), + constraint uk_app_sub_config_datagroup UNIQUE (app_name, data_id, group_id)); + + +CREATE TABLE app_configdata_relation_pubs ( + id bigint NOT NULL generated by default as identity, + app_name varchar(128) NOT NULL, + data_id varchar(255) NOT NULL, + group_id varchar(128) NOT NULL, + gmt_modified timestamp DEFAULT '2010-05-05 00:00:00', + constraint configdatarelationpubs_id_key PRIMARY KEY (id), + constraint uk_app_pub_config_datagroup UNIQUE (app_name, data_id, group_id)); + +CREATE TABLE config_tags_relation ( + id bigint NOT NULL, + tag_name varchar(128) NOT NULL, + tag_type varchar(64) DEFAULT NULL, + data_id varchar(255) NOT NULL, + group_id varchar(128) NOT NULL, + tenant_id varchar(128) DEFAULT '', + nid bigint NOT NULL generated by default as identity, + constraint config_tags_id_key PRIMARY KEY (nid), + constraint uk_configtagrelation_configidtag UNIQUE (id, tag_name, tag_type)); + +CREATE INDEX config_tags_tenant_id_idx ON config_tags_relation(tenant_id); + +CREATE TABLE group_capacity ( + id bigint NOT NULL generated by default as identity, + group_id varchar(128) DEFAULT '', + quota int DEFAULT 0, + usage int DEFAULT 0, + max_size int DEFAULT 0, + max_aggr_count int DEFAULT 0, + max_aggr_size int DEFAULT 0, + max_history_count int DEFAULT 0, + gmt_create timestamp DEFAULT '2010-05-05 00:00:00', + gmt_modified timestamp DEFAULT '2010-05-05 00:00:00', + constraint group_capacity_id_key PRIMARY KEY (id), + constraint uk_group_id UNIQUE (group_id)); + +CREATE TABLE tenant_capacity ( + id bigint NOT NULL generated by default as identity, + tenant_id varchar(128) DEFAULT '', + quota int DEFAULT 0, + usage int DEFAULT 0, + max_size int DEFAULT 0, + max_aggr_count int DEFAULT 0, + max_aggr_size int DEFAULT 0, + max_history_count int DEFAULT 0, + gmt_create timestamp DEFAULT '2010-05-05 00:00:00', + gmt_modified timestamp DEFAULT '2010-05-05 00:00:00', + constraint tenant_capacity_id_key PRIMARY KEY (id), + constraint uk_tenant_id UNIQUE (tenant_id)); + +CREATE TABLE tenant_info ( + id bigint NOT NULL generated by default as identity, + kp varchar(128) NOT NULL, + tenant_id varchar(128) DEFAULT '', + tenant_name varchar(128) DEFAULT '', + tenant_desc varchar(256) DEFAULT NULL, + create_source varchar(32) DEFAULT NULL, + gmt_create bigint NOT NULL, + gmt_modified bigint NOT NULL, + constraint tenant_info_id_key PRIMARY KEY (id), + constraint uk_tenant_info_kptenantid UNIQUE (kp,tenant_id)); +CREATE INDEX tenant_info_tenant_id_idx ON tenant_info(tenant_id); + +CREATE TABLE users ( + username varchar(50) NOT NULL PRIMARY KEY, + password varchar(500) NOT NULL, + enabled boolean NOT NULL DEFAULT true +); + +CREATE TABLE roles ( + username varchar(50) NOT NULL, + role varchar(50) NOT NULL, + constraint uk_username_role UNIQUE (username,role) +); + +CREATE TABLE permissions ( + role varchar(50) NOT NULL, + resource varchar(512) NOT NULL, + action varchar(8) NOT NULL, + constraint uk_role_permission UNIQUE (role,resource,action) +); + +INSERT INTO users (username, password, enabled) VALUES ('nacos', '$2a$10$EuWPZHzz32dJN7jexM34MOeYirDdFAZm2kuWj7VEOJhhZkDrxfvUu', TRUE); + +INSERT INTO roles (username, role) VALUES ('nacos', 'ROLE_ADMIN'); + + +/******************************************/ +/* ipv6 support */ +/******************************************/ +ALTER TABLE `config_info_tag` +MODIFY COLUMN `src_ip` varchar(50) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL COMMENT 'source ip' AFTER `src_user`; + +ALTER TABLE `his_config_info` +MODIFY COLUMN `src_ip` varchar(50) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL AFTER `src_user`; + +ALTER TABLE `config_info` +MODIFY COLUMN `src_ip` varchar(50) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL COMMENT 'source ip' AFTER `src_user`; + +ALTER TABLE `config_info_beta` +MODIFY COLUMN `src_ip` varchar(50) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL COMMENT 'source ip' AFTER `src_user`; \ No newline at end of file diff --git a/nacos/data/naming/meta.properties b/nacos/data/naming/meta.properties new file mode 100644 index 0000000..e69de29 diff --git a/nacos/data/protocol/raft/naming_persistent_service/log/000003.log b/nacos/data/protocol/raft/naming_persistent_service/log/000003.log new file mode 100644 index 0000000..309c31a Binary files /dev/null and b/nacos/data/protocol/raft/naming_persistent_service/log/000003.log differ diff --git a/nacos/data/protocol/raft/naming_persistent_service/log/CURRENT b/nacos/data/protocol/raft/naming_persistent_service/log/CURRENT new file mode 100644 index 0000000..cacca75 --- /dev/null +++ b/nacos/data/protocol/raft/naming_persistent_service/log/CURRENT @@ -0,0 +1 @@ +MANIFEST-000004 diff --git a/nacos/data/protocol/raft/naming_persistent_service/log/IDENTITY b/nacos/data/protocol/raft/naming_persistent_service/log/IDENTITY new file mode 100644 index 0000000..cdaea7f --- /dev/null +++ b/nacos/data/protocol/raft/naming_persistent_service/log/IDENTITY @@ -0,0 +1 @@ +16828eeb6adbd761-decb536f65144b98 \ No newline at end of file diff --git a/nacos/data/protocol/raft/naming_persistent_service/log/LOCK b/nacos/data/protocol/raft/naming_persistent_service/log/LOCK new file mode 100644 index 0000000..e69de29 diff --git a/nacos/data/protocol/raft/naming_persistent_service/log/LOG b/nacos/data/protocol/raft/naming_persistent_service/log/LOG new file mode 100644 index 0000000..6fcbe74 --- /dev/null +++ b/nacos/data/protocol/raft/naming_persistent_service/log/LOG @@ -0,0 +1,1366 @@ +2021/05/26-15:59:17.567116 70000bba7000 RocksDB version: 5.18.4 +2021/05/26-15:59:17.567190 70000bba7000 Git sha rocksdb_build_git_sha:b9a4a10659969c71e6f6eab4e4bae8c36ede919f +2021/05/26-15:59:17.567193 70000bba7000 Compile date Mar 11 2020 +2021/05/26-15:59:17.567196 70000bba7000 DB SUMMARY +2021/05/26-15:59:17.567234 70000bba7000 SST files in /Users/kirklin/nacos/data/protocol/raft/naming_persistent_service/log dir, Total Num: 0, files: +2021/05/26-15:59:17.567237 70000bba7000 Write Ahead Log file in /Users/kirklin/nacos/data/protocol/raft/naming_persistent_service/log: +2021/05/26-15:59:17.567238 70000bba7000 Options.error_if_exists: 0 +2021/05/26-15:59:17.567241 70000bba7000 Options.create_if_missing: 1 +2021/05/26-15:59:17.567243 70000bba7000 Options.paranoid_checks: 1 +2021/05/26-15:59:17.567244 70000bba7000 Options.env: 0x127a1a308 +2021/05/26-15:59:17.567245 70000bba7000 Options.info_log: 0x7feb462b7f30 +2021/05/26-15:59:17.567246 70000bba7000 Options.max_file_opening_threads: 16 +2021/05/26-15:59:17.567247 70000bba7000 Options.statistics: 0x7feb462ad500 +2021/05/26-15:59:17.567248 70000bba7000 Options.use_fsync: 0 +2021/05/26-15:59:17.567249 70000bba7000 Options.max_log_file_size: 0 +2021/05/26-15:59:17.567250 70000bba7000 Options.max_manifest_file_size: 1073741824 +2021/05/26-15:59:17.567251 70000bba7000 Options.log_file_time_to_roll: 0 +2021/05/26-15:59:17.567252 70000bba7000 Options.keep_log_file_num: 1000 +2021/05/26-15:59:17.567253 70000bba7000 Options.recycle_log_file_num: 0 +2021/05/26-15:59:17.567254 70000bba7000 Options.allow_fallocate: 1 +2021/05/26-15:59:17.567254 70000bba7000 Options.allow_mmap_reads: 0 +2021/05/26-15:59:17.567255 70000bba7000 Options.allow_mmap_writes: 0 +2021/05/26-15:59:17.567256 70000bba7000 Options.use_direct_reads: 0 +2021/05/26-15:59:17.567257 70000bba7000 Options.use_direct_io_for_flush_and_compaction: 0 +2021/05/26-15:59:17.567258 70000bba7000 Options.create_missing_column_families: 1 +2021/05/26-15:59:17.567259 70000bba7000 Options.db_log_dir: +2021/05/26-15:59:17.567260 70000bba7000 Options.wal_dir: /Users/kirklin/nacos/data/protocol/raft/naming_persistent_service/log +2021/05/26-15:59:17.567261 70000bba7000 Options.table_cache_numshardbits: 6 +2021/05/26-15:59:17.567261 70000bba7000 Options.max_subcompactions: 1 +2021/05/26-15:59:17.567262 70000bba7000 Options.max_background_flushes: 1 +2021/05/26-15:59:17.567263 70000bba7000 Options.WAL_ttl_seconds: 0 +2021/05/26-15:59:17.567264 70000bba7000 Options.WAL_size_limit_MB: 0 +2021/05/26-15:59:17.567265 70000bba7000 Options.manifest_preallocation_size: 4194304 +2021/05/26-15:59:17.567266 70000bba7000 Options.is_fd_close_on_exec: 1 +2021/05/26-15:59:17.567267 70000bba7000 Options.advise_random_on_open: 1 +2021/05/26-15:59:17.567267 70000bba7000 Options.db_write_buffer_size: 0 +2021/05/26-15:59:17.567268 70000bba7000 Options.write_buffer_manager: 0x7feb462b7b10 +2021/05/26-15:59:17.567269 70000bba7000 Options.access_hint_on_compaction_start: 1 +2021/05/26-15:59:17.567270 70000bba7000 Options.new_table_reader_for_compaction_inputs: 0 +2021/05/26-15:59:17.567271 70000bba7000 Options.random_access_max_buffer_size: 1048576 +2021/05/26-15:59:17.567272 70000bba7000 Options.use_adaptive_mutex: 0 +2021/05/26-15:59:17.567273 70000bba7000 Options.rate_limiter: 0x0 +2021/05/26-15:59:17.567275 70000bba7000 Options.sst_file_manager.rate_bytes_per_sec: 0 +2021/05/26-15:59:17.567276 70000bba7000 Options.wal_recovery_mode: 2 +2021/05/26-15:59:17.567309 70000bba7000 Options.enable_thread_tracking: 0 +2021/05/26-15:59:17.567310 70000bba7000 Options.enable_pipelined_write: 0 +2021/05/26-15:59:17.567311 70000bba7000 Options.allow_concurrent_memtable_write: 1 +2021/05/26-15:59:17.567312 70000bba7000 Options.enable_write_thread_adaptive_yield: 1 +2021/05/26-15:59:17.567313 70000bba7000 Options.write_thread_max_yield_usec: 100 +2021/05/26-15:59:17.567314 70000bba7000 Options.write_thread_slow_yield_usec: 3 +2021/05/26-15:59:17.567314 70000bba7000 Options.row_cache: None +2021/05/26-15:59:17.567315 70000bba7000 Options.wal_filter: None +2021/05/26-15:59:17.567316 70000bba7000 Options.avoid_flush_during_recovery: 0 +2021/05/26-15:59:17.567317 70000bba7000 Options.allow_ingest_behind: 0 +2021/05/26-15:59:17.567318 70000bba7000 Options.preserve_deletes: 0 +2021/05/26-15:59:17.567319 70000bba7000 Options.two_write_queues: 0 +2021/05/26-15:59:17.567320 70000bba7000 Options.manual_wal_flush: 0 +2021/05/26-15:59:17.567321 70000bba7000 Options.max_background_jobs: 2 +2021/05/26-15:59:17.567321 70000bba7000 Options.max_background_compactions: 4 +2021/05/26-15:59:17.567322 70000bba7000 Options.avoid_flush_during_shutdown: 0 +2021/05/26-15:59:17.567323 70000bba7000 Options.writable_file_max_buffer_size: 1048576 +2021/05/26-15:59:17.567324 70000bba7000 Options.delayed_write_rate : 16777216 +2021/05/26-15:59:17.567325 70000bba7000 Options.max_total_wal_size: 0 +2021/05/26-15:59:17.567326 70000bba7000 Options.delete_obsolete_files_period_micros: 21600000000 +2021/05/26-15:59:17.567327 70000bba7000 Options.stats_dump_period_sec: 600 +2021/05/26-15:59:17.567328 70000bba7000 Options.max_open_files: -1 +2021/05/26-15:59:17.567329 70000bba7000 Options.bytes_per_sync: 0 +2021/05/26-15:59:17.567329 70000bba7000 Options.wal_bytes_per_sync: 0 +2021/05/26-15:59:17.567330 70000bba7000 Options.compaction_readahead_size: 0 +2021/05/26-15:59:17.567331 70000bba7000 Compression algorithms supported: +2021/05/26-15:59:17.567334 70000bba7000 kZSTD supported: 1 +2021/05/26-15:59:17.567336 70000bba7000 kZlibCompression supported: 1 +2021/05/26-15:59:17.567337 70000bba7000 kXpressCompression supported: 0 +2021/05/26-15:59:17.567338 70000bba7000 kSnappyCompression supported: 1 +2021/05/26-15:59:17.567339 70000bba7000 kZSTDNotFinalCompression supported: 1 +2021/05/26-15:59:17.567339 70000bba7000 kLZ4HCCompression supported: 1 +2021/05/26-15:59:17.567340 70000bba7000 kLZ4Compression supported: 1 +2021/05/26-15:59:17.567341 70000bba7000 kBZip2Compression supported: 1 +2021/05/26-15:59:17.567345 70000bba7000 Fast CRC32 supported: Not supported on x86 +2021/05/26-15:59:17.567500 70000bba7000 [/db_impl_open.cc:226] Creating manifest 1 +2021/05/26-15:59:17.568377 70000bba7000 [/version_set.cc:3508] Recovering from manifest file: MANIFEST-000001 +2021/05/26-15:59:17.568429 70000bba7000 [/column_family.cc:474] --------------- Options for column family [default]: +2021/05/26-15:59:17.568432 70000bba7000 Options.comparator: leveldb.BytewiseComparator +2021/05/26-15:59:17.568433 70000bba7000 Options.merge_operator: StringAppendOperator +2021/05/26-15:59:17.568436 70000bba7000 Options.compaction_filter: None +2021/05/26-15:59:17.568437 70000bba7000 Options.compaction_filter_factory: None +2021/05/26-15:59:17.568439 70000bba7000 Options.memtable_factory: SkipListFactory +2021/05/26-15:59:17.568440 70000bba7000 Options.table_factory: BlockBasedTable +2021/05/26-15:59:17.568458 70000bba7000 table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x7feb46262aa0) + cache_index_and_filter_blocks: 0 + cache_index_and_filter_blocks_with_high_priority: 1 + pin_l0_filter_and_index_blocks_in_cache: 1 + pin_top_level_index_and_filter: 1 + index_type: 2 + hash_index_allow_collision: 1 + checksum: 1 + no_block_cache: 0 + block_cache: 0x7feb462af548 + block_cache_name: LRUCache + block_cache_options: + capacity : 536870912 + num_shard_bits : 8 + strict_capacity_limit : 0 + memory_allocator : None + high_pri_pool_ratio: 0.000 + block_cache_compressed: 0x0 + persistent_cache: 0x0 + block_size: 4096 + block_size_deviation: 10 + block_restart_interval: 16 + index_block_restart_interval: 1 + metadata_block_size: 8192 + partition_filters: 1 + use_delta_encoding: 1 + filter_policy: nullptr + whole_key_filtering: 1 + verify_compression: 0 + read_amp_bytes_per_bit: 0 + format_version: 0 + enable_index_compression: 1 + block_align: 0 +2021/05/26-15:59:17.568481 70000bba7000 Options.write_buffer_size: 134217728 +2021/05/26-15:59:17.568482 70000bba7000 Options.max_write_buffer_number: 6 +2021/05/26-15:59:17.568483 70000bba7000 Options.compression[0]: NoCompression +2021/05/26-15:59:17.568484 70000bba7000 Options.compression[1]: NoCompression +2021/05/26-15:59:17.568485 70000bba7000 Options.compression[2]: Snappy +2021/05/26-15:59:17.568486 70000bba7000 Options.compression[3]: Snappy +2021/05/26-15:59:17.568487 70000bba7000 Options.compression[4]: Snappy +2021/05/26-15:59:17.568488 70000bba7000 Options.compression[5]: Snappy +2021/05/26-15:59:17.568489 70000bba7000 Options.compression[6]: Snappy +2021/05/26-15:59:17.568490 70000bba7000 Options.bottommost_compression: Disabled +2021/05/26-15:59:17.568491 70000bba7000 Options.prefix_extractor: rocksdb.FixedPrefix.8 +2021/05/26-15:59:17.568492 70000bba7000 Options.memtable_insert_with_hint_prefix_extractor: nullptr +2021/05/26-15:59:17.568493 70000bba7000 Options.num_levels: 7 +2021/05/26-15:59:17.568494 70000bba7000 Options.min_write_buffer_number_to_merge: 2 +2021/05/26-15:59:17.568495 70000bba7000 Options.max_write_buffer_number_to_maintain: 0 +2021/05/26-15:59:17.568496 70000bba7000 Options.bottommost_compression_opts.window_bits: -14 +2021/05/26-15:59:17.568497 70000bba7000 Options.bottommost_compression_opts.level: 32767 +2021/05/26-15:59:17.568498 70000bba7000 Options.bottommost_compression_opts.strategy: 0 +2021/05/26-15:59:17.568499 70000bba7000 Options.bottommost_compression_opts.max_dict_bytes: 0 +2021/05/26-15:59:17.568499 70000bba7000 Options.bottommost_compression_opts.zstd_max_train_bytes: 0 +2021/05/26-15:59:17.568500 70000bba7000 Options.bottommost_compression_opts.enabled: false +2021/05/26-15:59:17.568501 70000bba7000 Options.compression_opts.window_bits: -14 +2021/05/26-15:59:17.568502 70000bba7000 Options.compression_opts.level: 32767 +2021/05/26-15:59:17.568503 70000bba7000 Options.compression_opts.strategy: 0 +2021/05/26-15:59:17.568504 70000bba7000 Options.compression_opts.max_dict_bytes: 0 +2021/05/26-15:59:17.568505 70000bba7000 Options.compression_opts.zstd_max_train_bytes: 0 +2021/05/26-15:59:17.568506 70000bba7000 Options.compression_opts.enabled: false +2021/05/26-15:59:17.568507 70000bba7000 Options.level0_file_num_compaction_trigger: 2 +2021/05/26-15:59:17.568507 70000bba7000 Options.level0_slowdown_writes_trigger: 20 +2021/05/26-15:59:17.568508 70000bba7000 Options.level0_stop_writes_trigger: 40 +2021/05/26-15:59:17.568509 70000bba7000 Options.target_file_size_base: 67108864 +2021/05/26-15:59:17.568510 70000bba7000 Options.target_file_size_multiplier: 1 +2021/05/26-15:59:17.568511 70000bba7000 Options.max_bytes_for_level_base: 536870912 +2021/05/26-15:59:17.568512 70000bba7000 Options.level_compaction_dynamic_level_bytes: 0 +2021/05/26-15:59:17.568513 70000bba7000 Options.max_bytes_for_level_multiplier: 10.000000 +2021/05/26-15:59:17.568514 70000bba7000 Options.max_bytes_for_level_multiplier_addtl[0]: 1 +2021/05/26-15:59:17.568527 70000bba7000 Options.max_bytes_for_level_multiplier_addtl[1]: 1 +2021/05/26-15:59:17.568529 70000bba7000 Options.max_bytes_for_level_multiplier_addtl[2]: 1 +2021/05/26-15:59:17.568530 70000bba7000 Options.max_bytes_for_level_multiplier_addtl[3]: 1 +2021/05/26-15:59:17.568530 70000bba7000 Options.max_bytes_for_level_multiplier_addtl[4]: 1 +2021/05/26-15:59:17.568531 70000bba7000 Options.max_bytes_for_level_multiplier_addtl[5]: 1 +2021/05/26-15:59:17.568532 70000bba7000 Options.max_bytes_for_level_multiplier_addtl[6]: 1 +2021/05/26-15:59:17.568533 70000bba7000 Options.max_sequential_skip_in_iterations: 8 +2021/05/26-15:59:17.568534 70000bba7000 Options.max_compaction_bytes: 1677721600 +2021/05/26-15:59:17.568535 70000bba7000 Options.arena_block_size: 16777216 +2021/05/26-15:59:17.568536 70000bba7000 Options.soft_pending_compaction_bytes_limit: 68719476736 +2021/05/26-15:59:17.568537 70000bba7000 Options.hard_pending_compaction_bytes_limit: 274877906944 +2021/05/26-15:59:17.568538 70000bba7000 Options.rate_limit_delay_max_milliseconds: 100 +2021/05/26-15:59:17.568539 70000bba7000 Options.disable_auto_compactions: 0 +2021/05/26-15:59:17.568540 70000bba7000 Options.compaction_style: kCompactionStyleLevel +2021/05/26-15:59:17.568541 70000bba7000 Options.compaction_pri: kByCompensatedSize +2021/05/26-15:59:17.568542 70000bba7000 Options.compaction_options_universal.size_ratio: 1 +2021/05/26-15:59:17.568542 70000bba7000 Options.compaction_options_universal.min_merge_width: 2 +2021/05/26-15:59:17.568543 70000bba7000 Options.compaction_options_universal.max_merge_width: 4294967295 +2021/05/26-15:59:17.568544 70000bba7000 Options.compaction_options_universal.max_size_amplification_percent: 200 +2021/05/26-15:59:17.568545 70000bba7000 Options.compaction_options_universal.compression_size_percent: -1 +2021/05/26-15:59:17.568546 70000bba7000 Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize +2021/05/26-15:59:17.568547 70000bba7000 Options.compaction_options_fifo.max_table_files_size: 1073741824 +2021/05/26-15:59:17.568548 70000bba7000 Options.compaction_options_fifo.allow_compaction: 0 +2021/05/26-15:59:17.568549 70000bba7000 Options.compaction_options_fifo.ttl: 0 +2021/05/26-15:59:17.568550 70000bba7000 Options.table_properties_collectors: +2021/05/26-15:59:17.568551 70000bba7000 Options.inplace_update_support: 0 +2021/05/26-15:59:17.568552 70000bba7000 Options.inplace_update_num_locks: 10000 +2021/05/26-15:59:17.568553 70000bba7000 Options.memtable_prefix_bloom_size_ratio: 0.125000 +2021/05/26-15:59:17.568554 70000bba7000 Options.memtable_huge_page_size: 0 +2021/05/26-15:59:17.568555 70000bba7000 Options.bloom_locality: 0 +2021/05/26-15:59:17.568556 70000bba7000 Options.max_successive_merges: 0 +2021/05/26-15:59:17.568557 70000bba7000 Options.optimize_filters_for_hits: 0 +2021/05/26-15:59:17.568558 70000bba7000 Options.paranoid_file_checks: 0 +2021/05/26-15:59:17.568559 70000bba7000 Options.force_consistency_checks: 1 +2021/05/26-15:59:17.568559 70000bba7000 Options.report_bg_io_stats: 0 +2021/05/26-15:59:17.568560 70000bba7000 Options.ttl: 0 +2021/05/26-15:59:17.579917 70000bba7000 [/version_set.cc:3724] Recovered from manifest file:/Users/kirklin/nacos/data/protocol/raft/naming_persistent_service/log/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 +2021/05/26-15:59:17.579928 70000bba7000 [/version_set.cc:3732] Column family [default] (ID 0), log number is 0 +2021/05/26-15:59:17.580168 70000bba7000 [/version_set.cc:3037] Creating manifest 4 +2021/05/26-15:59:17.580786 70000bba7000 [/column_family.cc:474] --------------- Options for column family [Configuration]: +2021/05/26-15:59:17.580790 70000bba7000 Options.comparator: leveldb.BytewiseComparator +2021/05/26-15:59:17.580792 70000bba7000 Options.merge_operator: StringAppendOperator +2021/05/26-15:59:17.580793 70000bba7000 Options.compaction_filter: None +2021/05/26-15:59:17.580794 70000bba7000 Options.compaction_filter_factory: None +2021/05/26-15:59:17.580795 70000bba7000 Options.memtable_factory: SkipListFactory +2021/05/26-15:59:17.580796 70000bba7000 Options.table_factory: BlockBasedTable +2021/05/26-15:59:17.580809 70000bba7000 table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x7feb46262aa0) + cache_index_and_filter_blocks: 0 + cache_index_and_filter_blocks_with_high_priority: 1 + pin_l0_filter_and_index_blocks_in_cache: 1 + pin_top_level_index_and_filter: 1 + index_type: 2 + hash_index_allow_collision: 1 + checksum: 1 + no_block_cache: 0 + block_cache: 0x7feb462af548 + block_cache_name: LRUCache + block_cache_options: + capacity : 536870912 + num_shard_bits : 8 + strict_capacity_limit : 0 + memory_allocator : None + high_pri_pool_ratio: 0.000 + block_cache_compressed: 0x0 + persistent_cache: 0x0 + block_size: 4096 + block_size_deviation: 10 + block_restart_interval: 16 + index_block_restart_interval: 1 + metadata_block_size: 8192 + partition_filters: 1 + use_delta_encoding: 1 + filter_policy: nullptr + whole_key_filtering: 1 + verify_compression: 0 + read_amp_bytes_per_bit: 0 + format_version: 0 + enable_index_compression: 1 + block_align: 0 +2021/05/26-15:59:17.580813 70000bba7000 Options.write_buffer_size: 134217728 +2021/05/26-15:59:17.580814 70000bba7000 Options.max_write_buffer_number: 6 +2021/05/26-15:59:17.580815 70000bba7000 Options.compression[0]: NoCompression +2021/05/26-15:59:17.580816 70000bba7000 Options.compression[1]: NoCompression +2021/05/26-15:59:17.580817 70000bba7000 Options.compression[2]: Snappy +2021/05/26-15:59:17.580818 70000bba7000 Options.compression[3]: Snappy +2021/05/26-15:59:17.580819 70000bba7000 Options.compression[4]: Snappy +2021/05/26-15:59:17.580820 70000bba7000 Options.compression[5]: Snappy +2021/05/26-15:59:17.580821 70000bba7000 Options.compression[6]: Snappy +2021/05/26-15:59:17.580822 70000bba7000 Options.bottommost_compression: Disabled +2021/05/26-15:59:17.580823 70000bba7000 Options.prefix_extractor: rocksdb.FixedPrefix.8 +2021/05/26-15:59:17.580824 70000bba7000 Options.memtable_insert_with_hint_prefix_extractor: nullptr +2021/05/26-15:59:17.580825 70000bba7000 Options.num_levels: 7 +2021/05/26-15:59:17.580826 70000bba7000 Options.min_write_buffer_number_to_merge: 2 +2021/05/26-15:59:17.580827 70000bba7000 Options.max_write_buffer_number_to_maintain: 0 +2021/05/26-15:59:17.580828 70000bba7000 Options.bottommost_compression_opts.window_bits: -14 +2021/05/26-15:59:17.580829 70000bba7000 Options.bottommost_compression_opts.level: 32767 +2021/05/26-15:59:17.580830 70000bba7000 Options.bottommost_compression_opts.strategy: 0 +2021/05/26-15:59:17.580831 70000bba7000 Options.bottommost_compression_opts.max_dict_bytes: 0 +2021/05/26-15:59:17.580832 70000bba7000 Options.bottommost_compression_opts.zstd_max_train_bytes: 0 +2021/05/26-15:59:17.580833 70000bba7000 Options.bottommost_compression_opts.enabled: false +2021/05/26-15:59:17.580834 70000bba7000 Options.compression_opts.window_bits: -14 +2021/05/26-15:59:17.580834 70000bba7000 Options.compression_opts.level: 32767 +2021/05/26-15:59:17.580835 70000bba7000 Options.compression_opts.strategy: 0 +2021/05/26-15:59:17.580836 70000bba7000 Options.compression_opts.max_dict_bytes: 0 +2021/05/26-15:59:17.580837 70000bba7000 Options.compression_opts.zstd_max_train_bytes: 0 +2021/05/26-15:59:17.580838 70000bba7000 Options.compression_opts.enabled: false +2021/05/26-15:59:17.580856 70000bba7000 Options.level0_file_num_compaction_trigger: 2 +2021/05/26-15:59:17.580857 70000bba7000 Options.level0_slowdown_writes_trigger: 20 +2021/05/26-15:59:17.580858 70000bba7000 Options.level0_stop_writes_trigger: 40 +2021/05/26-15:59:17.580859 70000bba7000 Options.target_file_size_base: 67108864 +2021/05/26-15:59:17.580860 70000bba7000 Options.target_file_size_multiplier: 1 +2021/05/26-15:59:17.580861 70000bba7000 Options.max_bytes_for_level_base: 536870912 +2021/05/26-15:59:17.580862 70000bba7000 Options.level_compaction_dynamic_level_bytes: 0 +2021/05/26-15:59:17.580863 70000bba7000 Options.max_bytes_for_level_multiplier: 10.000000 +2021/05/26-15:59:17.580864 70000bba7000 Options.max_bytes_for_level_multiplier_addtl[0]: 1 +2021/05/26-15:59:17.580865 70000bba7000 Options.max_bytes_for_level_multiplier_addtl[1]: 1 +2021/05/26-15:59:17.580866 70000bba7000 Options.max_bytes_for_level_multiplier_addtl[2]: 1 +2021/05/26-15:59:17.580867 70000bba7000 Options.max_bytes_for_level_multiplier_addtl[3]: 1 +2021/05/26-15:59:17.580868 70000bba7000 Options.max_bytes_for_level_multiplier_addtl[4]: 1 +2021/05/26-15:59:17.580869 70000bba7000 Options.max_bytes_for_level_multiplier_addtl[5]: 1 +2021/05/26-15:59:17.580870 70000bba7000 Options.max_bytes_for_level_multiplier_addtl[6]: 1 +2021/05/26-15:59:17.580871 70000bba7000 Options.max_sequential_skip_in_iterations: 8 +2021/05/26-15:59:17.580872 70000bba7000 Options.max_compaction_bytes: 1677721600 +2021/05/26-15:59:17.580873 70000bba7000 Options.arena_block_size: 16777216 +2021/05/26-15:59:17.580874 70000bba7000 Options.soft_pending_compaction_bytes_limit: 68719476736 +2021/05/26-15:59:17.580875 70000bba7000 Options.hard_pending_compaction_bytes_limit: 274877906944 +2021/05/26-15:59:17.580876 70000bba7000 Options.rate_limit_delay_max_milliseconds: 100 +2021/05/26-15:59:17.580877 70000bba7000 Options.disable_auto_compactions: 0 +2021/05/26-15:59:17.580878 70000bba7000 Options.compaction_style: kCompactionStyleLevel +2021/05/26-15:59:17.580879 70000bba7000 Options.compaction_pri: kByCompensatedSize +2021/05/26-15:59:17.580880 70000bba7000 Options.compaction_options_universal.size_ratio: 1 +2021/05/26-15:59:17.580881 70000bba7000 Options.compaction_options_universal.min_merge_width: 2 +2021/05/26-15:59:17.580882 70000bba7000 Options.compaction_options_universal.max_merge_width: 4294967295 +2021/05/26-15:59:17.580883 70000bba7000 Options.compaction_options_universal.max_size_amplification_percent: 200 +2021/05/26-15:59:17.580884 70000bba7000 Options.compaction_options_universal.compression_size_percent: -1 +2021/05/26-15:59:17.580885 70000bba7000 Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize +2021/05/26-15:59:17.580886 70000bba7000 Options.compaction_options_fifo.max_table_files_size: 1073741824 +2021/05/26-15:59:17.580887 70000bba7000 Options.compaction_options_fifo.allow_compaction: 0 +2021/05/26-15:59:17.580888 70000bba7000 Options.compaction_options_fifo.ttl: 0 +2021/05/26-15:59:17.580889 70000bba7000 Options.table_properties_collectors: +2021/05/26-15:59:17.580890 70000bba7000 Options.inplace_update_support: 0 +2021/05/26-15:59:17.580891 70000bba7000 Options.inplace_update_num_locks: 10000 +2021/05/26-15:59:17.580892 70000bba7000 Options.memtable_prefix_bloom_size_ratio: 0.125000 +2021/05/26-15:59:17.580893 70000bba7000 Options.memtable_huge_page_size: 0 +2021/05/26-15:59:17.580894 70000bba7000 Options.bloom_locality: 0 +2021/05/26-15:59:17.580895 70000bba7000 Options.max_successive_merges: 0 +2021/05/26-15:59:17.580896 70000bba7000 Options.optimize_filters_for_hits: 0 +2021/05/26-15:59:17.580897 70000bba7000 Options.paranoid_file_checks: 0 +2021/05/26-15:59:17.580897 70000bba7000 Options.force_consistency_checks: 1 +2021/05/26-15:59:17.580911 70000bba7000 Options.report_bg_io_stats: 0 +2021/05/26-15:59:17.580912 70000bba7000 Options.ttl: 0 +2021/05/26-15:59:17.589130 70000bba7000 [/db_impl.cc:1606] Created column family [Configuration] (ID 1) +2021/05/26-15:59:17.597272 70000bba7000 [/db_impl_open.cc:1314] DB pointer 0x7feb4680c200 +2021/05/26-15:59:17.597487 70001058e000 [WARN] [/db_impl.cc:669] ------- DUMPING STATS ------- +2021/05/26-15:59:17.597493 70001058e000 [WARN] [/db_impl.cc:670] +** DB Stats ** +Uptime(secs): 0.0 total, 0.0 interval +Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s +Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s +Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent +Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s +Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s +Interval stall: 00:00:0.000 H:M:S, 0.0 percent + +** Compaction Stats [default] ** +Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop +---------------------------------------------------------------------------------------------------------------------------------------------------------- + Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 + Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 +Uptime(secs): 0.0 total, 0.0 interval +Flush(GB): cumulative 0.000, interval 0.000 +AddFile(GB): cumulative 0.000, interval 0.000 +AddFile(Total Files): cumulative 0, interval 0 +AddFile(L0 Files): cumulative 0, interval 0 +AddFile(Keys): cumulative 0, interval 0 +Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count + +** File Read Latency Histogram By Level [default] ** + +** Compaction Stats [Configuration] ** +Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop +---------------------------------------------------------------------------------------------------------------------------------------------------------- + Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 + Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 +Uptime(secs): 0.0 total, 0.0 interval +Flush(GB): cumulative 0.000, interval 0.000 +AddFile(GB): cumulative 0.000, interval 0.000 +AddFile(Total Files): cumulative 0, interval 0 +AddFile(L0 Files): cumulative 0, interval 0 +AddFile(Keys): cumulative 0, interval 0 +Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count + +** File Read Latency Histogram By Level [Configuration] ** + +** Compaction Stats [default] ** +Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop +---------------------------------------------------------------------------------------------------------------------------------------------------------- + Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 + Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 +Uptime(secs): 0.0 total, 0.0 interval +Flush(GB): cumulative 0.000, interval 0.000 +AddFile(GB): cumulative 0.000, interval 0.000 +AddFile(Total Files): cumulative 0, interval 0 +AddFile(L0 Files): cumulative 0, interval 0 +AddFile(Keys): cumulative 0, interval 0 +Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count + +** File Read Latency Histogram By Level [default] ** + +** Compaction Stats [Configuration] ** +Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop +---------------------------------------------------------------------------------------------------------------------------------------------------------- + Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 + Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 +Uptime(secs): 0.0 total, 0.0 interval +Flush(GB): cumulative 0.000, interval 0.000 +AddFile(GB): cumulative 0.000, interval 0.000 +AddFile(Total Files): cumulative 0, interval 0 +AddFile(L0 Files): cumulative 0, interval 0 +AddFile(Keys): cumulative 0, interval 0 +Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count + +** File Read Latency Histogram By Level [Configuration] ** +2021/05/26-15:59:17.598068 70001058e000 [WARN] [/db_impl.cc:617] STATISTICS: + rocksdb.block.cache.miss COUNT : 0 +rocksdb.block.cache.hit COUNT : 0 +rocksdb.block.cache.add COUNT : 0 +rocksdb.block.cache.add.failures COUNT : 0 +rocksdb.block.cache.index.miss COUNT : 0 +rocksdb.block.cache.index.hit COUNT : 0 +rocksdb.block.cache.index.add COUNT : 0 +rocksdb.block.cache.index.bytes.insert COUNT : 0 +rocksdb.block.cache.index.bytes.evict COUNT : 0 +rocksdb.block.cache.filter.miss COUNT : 0 +rocksdb.block.cache.filter.hit COUNT : 0 +rocksdb.block.cache.filter.add COUNT : 0 +rocksdb.block.cache.filter.bytes.insert COUNT : 0 +rocksdb.block.cache.filter.bytes.evict COUNT : 0 +rocksdb.block.cache.data.miss COUNT : 0 +rocksdb.block.cache.data.hit COUNT : 0 +rocksdb.block.cache.data.add COUNT : 0 +rocksdb.block.cache.data.bytes.insert COUNT : 0 +rocksdb.block.cache.bytes.read COUNT : 0 +rocksdb.block.cache.bytes.write COUNT : 0 +rocksdb.bloom.filter.useful COUNT : 0 +rocksdb.bloom.filter.full.positive COUNT : 0 +rocksdb.bloom.filter.full.true.positive COUNT : 0 +rocksdb.persistent.cache.hit COUNT : 0 +rocksdb.persistent.cache.miss COUNT : 0 +rocksdb.sim.block.cache.hit COUNT : 0 +rocksdb.sim.block.cache.miss COUNT : 0 +rocksdb.memtable.hit COUNT : 0 +rocksdb.memtable.miss COUNT : 0 +rocksdb.l0.hit COUNT : 0 +rocksdb.l1.hit COUNT : 0 +rocksdb.l2andup.hit COUNT : 0 +rocksdb.compaction.key.drop.new COUNT : 0 +rocksdb.compaction.key.drop.obsolete COUNT : 0 +rocksdb.compaction.key.drop.range_del COUNT : 0 +rocksdb.compaction.key.drop.user COUNT : 0 +rocksdb.compaction.range_del.drop.obsolete COUNT : 0 +rocksdb.compaction.optimized.del.drop.obsolete COUNT : 0 +rocksdb.compaction.cancelled COUNT : 0 +rocksdb.number.keys.written COUNT : 0 +rocksdb.number.keys.read COUNT : 0 +rocksdb.number.keys.updated COUNT : 0 +rocksdb.bytes.written COUNT : 0 +rocksdb.bytes.read COUNT : 0 +rocksdb.number.db.seek COUNT : 0 +rocksdb.number.db.next COUNT : 0 +rocksdb.number.db.prev COUNT : 0 +rocksdb.number.db.seek.found COUNT : 0 +rocksdb.number.db.next.found COUNT : 0 +rocksdb.number.db.prev.found COUNT : 0 +rocksdb.db.iter.bytes.read COUNT : 0 +rocksdb.no.file.closes COUNT : 0 +rocksdb.no.file.opens COUNT : 0 +rocksdb.no.file.errors COUNT : 0 +rocksdb.l0.slowdown.micros COUNT : 0 +rocksdb.memtable.compaction.micros COUNT : 0 +rocksdb.l0.num.files.stall.micros COUNT : 0 +rocksdb.stall.micros COUNT : 0 +rocksdb.db.mutex.wait.micros COUNT : 0 +rocksdb.rate.limit.delay.millis COUNT : 0 +rocksdb.num.iterators COUNT : 0 +rocksdb.number.multiget.get COUNT : 0 +rocksdb.number.multiget.keys.read COUNT : 0 +rocksdb.number.multiget.bytes.read COUNT : 0 +rocksdb.number.deletes.filtered COUNT : 0 +rocksdb.number.merge.failures COUNT : 0 +rocksdb.bloom.filter.prefix.checked COUNT : 0 +rocksdb.bloom.filter.prefix.useful COUNT : 0 +rocksdb.number.reseeks.iteration COUNT : 0 +rocksdb.getupdatessince.calls COUNT : 0 +rocksdb.block.cachecompressed.miss COUNT : 0 +rocksdb.block.cachecompressed.hit COUNT : 0 +rocksdb.block.cachecompressed.add COUNT : 0 +rocksdb.block.cachecompressed.add.failures COUNT : 0 +rocksdb.wal.synced COUNT : 0 +rocksdb.wal.bytes COUNT : 0 +rocksdb.write.self COUNT : 0 +rocksdb.write.other COUNT : 0 +rocksdb.write.timeout COUNT : 0 +rocksdb.write.wal COUNT : 0 +rocksdb.compact.read.bytes COUNT : 0 +rocksdb.compact.write.bytes COUNT : 0 +rocksdb.flush.write.bytes COUNT : 0 +rocksdb.number.direct.load.table.properties COUNT : 0 +rocksdb.number.superversion_acquires COUNT : 0 +rocksdb.number.superversion_releases COUNT : 0 +rocksdb.number.superversion_cleanups COUNT : 0 +rocksdb.number.block.compressed COUNT : 0 +rocksdb.number.block.decompressed COUNT : 0 +rocksdb.number.block.not_compressed COUNT : 0 +rocksdb.merge.operation.time.nanos COUNT : 0 +rocksdb.filter.operation.time.nanos COUNT : 0 +rocksdb.row.cache.hit COUNT : 0 +rocksdb.row.cache.miss COUNT : 0 +rocksdb.read.amp.estimate.useful.bytes COUNT : 0 +rocksdb.read.amp.total.read.bytes COUNT : 0 +rocksdb.number.rate_limiter.drains COUNT : 0 +rocksdb.number.iter.skip COUNT : 0 +rocksdb.blobdb.num.put COUNT : 0 +rocksdb.blobdb.num.write COUNT : 0 +rocksdb.blobdb.num.get COUNT : 0 +rocksdb.blobdb.num.multiget COUNT : 0 +rocksdb.blobdb.num.seek COUNT : 0 +rocksdb.blobdb.num.next COUNT : 0 +rocksdb.blobdb.num.prev COUNT : 0 +rocksdb.blobdb.num.keys.written COUNT : 0 +rocksdb.blobdb.num.keys.read COUNT : 0 +rocksdb.blobdb.bytes.written COUNT : 0 +rocksdb.blobdb.bytes.read COUNT : 0 +rocksdb.blobdb.write.inlined COUNT : 0 +rocksdb.blobdb.write.inlined.ttl COUNT : 0 +rocksdb.blobdb.write.blob COUNT : 0 +rocksdb.blobdb.write.blob.ttl COUNT : 0 +rocksdb.blobdb.blob.file.bytes.written COUNT : 0 +rocksdb.blobdb.blob.file.bytes.read COUNT : 0 +rocksdb.blobdb.blob.file.synced COUNT : 0 +rocksdb.blobdb.blob.index.expired.count COUNT : 0 +rocksdb.blobdb.blob.index.expired.size COUNT : 0 +rocksdb.blobdb.blob.index.evicted.count COUNT : 0 +rocksdb.blobdb.blob.index.evicted.size COUNT : 0 +rocksdb.blobdb.gc.num.files COUNT : 0 +rocksdb.blobdb.gc.num.new.files COUNT : 0 +rocksdb.blobdb.gc.failures COUNT : 0 +rocksdb.blobdb.gc.num.keys.overwritten COUNT : 0 +rocksdb.blobdb.gc.num.keys.expired COUNT : 0 +rocksdb.blobdb.gc.num.keys.relocated COUNT : 0 +rocksdb.blobdb.gc.bytes.overwritten COUNT : 0 +rocksdb.blobdb.gc.bytes.expired COUNT : 0 +rocksdb.blobdb.gc.bytes.relocated COUNT : 0 +rocksdb.blobdb.fifo.num.files.evicted COUNT : 0 +rocksdb.blobdb.fifo.num.keys.evicted COUNT : 0 +rocksdb.blobdb.fifo.bytes.evicted COUNT : 0 +rocksdb.txn.overhead.mutex.prepare COUNT : 0 +rocksdb.txn.overhead.mutex.old.commit.map COUNT : 0 +rocksdb.txn.overhead.duplicate.key COUNT : 0 +rocksdb.txn.overhead.mutex.snapshot COUNT : 0 +rocksdb.number.multiget.keys.found COUNT : 0 +rocksdb.num.iterator.created COUNT : 0 +rocksdb.num.iterator.deleted COUNT : 0 +rocksdb.db.get.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.db.write.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.compaction.times.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.subcompaction.setup.times.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.table.sync.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.compaction.outfile.sync.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.wal.file.sync.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.manifest.file.sync.micros P50 : 69.000000 P95 : 71.000000 P99 : 71.000000 P100 : 71.000000 COUNT : 2 SUM : 140 +rocksdb.table.open.io.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.db.multiget.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.read.block.compaction.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.read.block.get.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.write.raw.block.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.l0.slowdown.count P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.memtable.compaction.count P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.num.files.stall.count P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.hard.rate.limit.delay.count P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.soft.rate.limit.delay.count P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.numfiles.in.singlecompaction P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.db.seek.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.db.write.stall P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.sst.read.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.num.subcompactions.scheduled P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.bytes.per.read P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.bytes.per.write P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.bytes.per.multiget P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.bytes.compressed P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.bytes.decompressed P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.compression.times.nanos P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.decompression.times.nanos P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.read.num.merge_operands P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.key.size P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.value.size P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.write.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.get.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.multiget.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.seek.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.next.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.prev.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.blob.file.write.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.blob.file.read.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.blob.file.sync.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.gc.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.compression.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.decompression.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.db.flush.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +2021/05/26-16:09:17.598569 70001058e000 [WARN] [/db_impl.cc:669] ------- DUMPING STATS ------- +2021/05/26-16:09:17.599239 70001058e000 [WARN] [/db_impl.cc:670] +** DB Stats ** +Uptime(secs): 600.0 total, 600.0 interval +Cumulative writes: 1 writes, 2 keys, 1 commit groups, 0.5 writes per commit group, ingest: 0.00 GB, 0.00 MB/s +Cumulative WAL: 1 writes, 1 syncs, 0.50 writes per sync, written: 0.00 GB, 0.00 MB/s +Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent +Interval writes: 1 writes, 2 keys, 1 commit groups, 0.5 writes per commit group, ingest: 0.00 MB, 0.00 MB/s +Interval WAL: 1 writes, 1 syncs, 0.50 writes per sync, written: 0.00 MB, 0.00 MB/s +Interval stall: 00:00:0.000 H:M:S, 0.0 percent + +** Compaction Stats [default] ** +Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop +---------------------------------------------------------------------------------------------------------------------------------------------------------- + Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 + Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 +Uptime(secs): 600.0 total, 600.0 interval +Flush(GB): cumulative 0.000, interval 0.000 +AddFile(GB): cumulative 0.000, interval 0.000 +AddFile(Total Files): cumulative 0, interval 0 +AddFile(L0 Files): cumulative 0, interval 0 +AddFile(Keys): cumulative 0, interval 0 +Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count + +** File Read Latency Histogram By Level [default] ** + +** Compaction Stats [Configuration] ** +Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop +---------------------------------------------------------------------------------------------------------------------------------------------------------- + Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 + Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 +Uptime(secs): 600.0 total, 600.0 interval +Flush(GB): cumulative 0.000, interval 0.000 +AddFile(GB): cumulative 0.000, interval 0.000 +AddFile(Total Files): cumulative 0, interval 0 +AddFile(L0 Files): cumulative 0, interval 0 +AddFile(Keys): cumulative 0, interval 0 +Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count + +** File Read Latency Histogram By Level [Configuration] ** + +** Compaction Stats [default] ** +Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop +---------------------------------------------------------------------------------------------------------------------------------------------------------- + Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 + Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 +Uptime(secs): 600.0 total, 0.0 interval +Flush(GB): cumulative 0.000, interval 0.000 +AddFile(GB): cumulative 0.000, interval 0.000 +AddFile(Total Files): cumulative 0, interval 0 +AddFile(L0 Files): cumulative 0, interval 0 +AddFile(Keys): cumulative 0, interval 0 +Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count + +** File Read Latency Histogram By Level [default] ** + +** Compaction Stats [Configuration] ** +Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop +---------------------------------------------------------------------------------------------------------------------------------------------------------- + Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 + Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 +Uptime(secs): 600.0 total, 0.0 interval +Flush(GB): cumulative 0.000, interval 0.000 +AddFile(GB): cumulative 0.000, interval 0.000 +AddFile(Total Files): cumulative 0, interval 0 +AddFile(L0 Files): cumulative 0, interval 0 +AddFile(Keys): cumulative 0, interval 0 +Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count + +** File Read Latency Histogram By Level [Configuration] ** +2021/05/26-16:09:17.600453 70001058e000 [WARN] [/db_impl.cc:617] STATISTICS: + rocksdb.block.cache.miss COUNT : 0 +rocksdb.block.cache.hit COUNT : 0 +rocksdb.block.cache.add COUNT : 0 +rocksdb.block.cache.add.failures COUNT : 0 +rocksdb.block.cache.index.miss COUNT : 0 +rocksdb.block.cache.index.hit COUNT : 0 +rocksdb.block.cache.index.add COUNT : 0 +rocksdb.block.cache.index.bytes.insert COUNT : 0 +rocksdb.block.cache.index.bytes.evict COUNT : 0 +rocksdb.block.cache.filter.miss COUNT : 0 +rocksdb.block.cache.filter.hit COUNT : 0 +rocksdb.block.cache.filter.add COUNT : 0 +rocksdb.block.cache.filter.bytes.insert COUNT : 0 +rocksdb.block.cache.filter.bytes.evict COUNT : 0 +rocksdb.block.cache.data.miss COUNT : 0 +rocksdb.block.cache.data.hit COUNT : 0 +rocksdb.block.cache.data.add COUNT : 0 +rocksdb.block.cache.data.bytes.insert COUNT : 0 +rocksdb.block.cache.bytes.read COUNT : 0 +rocksdb.block.cache.bytes.write COUNT : 0 +rocksdb.bloom.filter.useful COUNT : 0 +rocksdb.bloom.filter.full.positive COUNT : 0 +rocksdb.bloom.filter.full.true.positive COUNT : 0 +rocksdb.persistent.cache.hit COUNT : 0 +rocksdb.persistent.cache.miss COUNT : 0 +rocksdb.sim.block.cache.hit COUNT : 0 +rocksdb.sim.block.cache.miss COUNT : 0 +rocksdb.memtable.hit COUNT : 0 +rocksdb.memtable.miss COUNT : 1 +rocksdb.l0.hit COUNT : 0 +rocksdb.l1.hit COUNT : 0 +rocksdb.l2andup.hit COUNT : 0 +rocksdb.compaction.key.drop.new COUNT : 0 +rocksdb.compaction.key.drop.obsolete COUNT : 0 +rocksdb.compaction.key.drop.range_del COUNT : 0 +rocksdb.compaction.key.drop.user COUNT : 0 +rocksdb.compaction.range_del.drop.obsolete COUNT : 0 +rocksdb.compaction.optimized.del.drop.obsolete COUNT : 0 +rocksdb.compaction.cancelled COUNT : 0 +rocksdb.number.keys.written COUNT : 2 +rocksdb.number.keys.read COUNT : 1 +rocksdb.number.keys.updated COUNT : 0 +rocksdb.bytes.written COUNT : 105 +rocksdb.bytes.read COUNT : 0 +rocksdb.number.db.seek COUNT : 3 +rocksdb.number.db.next COUNT : 0 +rocksdb.number.db.prev COUNT : 0 +rocksdb.number.db.seek.found COUNT : 0 +rocksdb.number.db.next.found COUNT : 0 +rocksdb.number.db.prev.found COUNT : 0 +rocksdb.db.iter.bytes.read COUNT : 0 +rocksdb.no.file.closes COUNT : 0 +rocksdb.no.file.opens COUNT : 0 +rocksdb.no.file.errors COUNT : 0 +rocksdb.l0.slowdown.micros COUNT : 0 +rocksdb.memtable.compaction.micros COUNT : 0 +rocksdb.l0.num.files.stall.micros COUNT : 0 +rocksdb.stall.micros COUNT : 0 +rocksdb.db.mutex.wait.micros COUNT : 0 +rocksdb.rate.limit.delay.millis COUNT : 0 +rocksdb.num.iterators COUNT : 0 +rocksdb.number.multiget.get COUNT : 0 +rocksdb.number.multiget.keys.read COUNT : 0 +rocksdb.number.multiget.bytes.read COUNT : 0 +rocksdb.number.deletes.filtered COUNT : 0 +rocksdb.number.merge.failures COUNT : 0 +rocksdb.bloom.filter.prefix.checked COUNT : 0 +rocksdb.bloom.filter.prefix.useful COUNT : 0 +rocksdb.number.reseeks.iteration COUNT : 0 +rocksdb.getupdatessince.calls COUNT : 0 +rocksdb.block.cachecompressed.miss COUNT : 0 +rocksdb.block.cachecompressed.hit COUNT : 0 +rocksdb.block.cachecompressed.add COUNT : 0 +rocksdb.block.cachecompressed.add.failures COUNT : 0 +rocksdb.wal.synced COUNT : 1 +rocksdb.wal.bytes COUNT : 105 +rocksdb.write.self COUNT : 1 +rocksdb.write.other COUNT : 0 +rocksdb.write.timeout COUNT : 0 +rocksdb.write.wal COUNT : 2 +rocksdb.compact.read.bytes COUNT : 0 +rocksdb.compact.write.bytes COUNT : 0 +rocksdb.flush.write.bytes COUNT : 0 +rocksdb.number.direct.load.table.properties COUNT : 0 +rocksdb.number.superversion_acquires COUNT : 2 +rocksdb.number.superversion_releases COUNT : 0 +rocksdb.number.superversion_cleanups COUNT : 0 +rocksdb.number.block.compressed COUNT : 0 +rocksdb.number.block.decompressed COUNT : 0 +rocksdb.number.block.not_compressed COUNT : 0 +rocksdb.merge.operation.time.nanos COUNT : 0 +rocksdb.filter.operation.time.nanos COUNT : 0 +rocksdb.row.cache.hit COUNT : 0 +rocksdb.row.cache.miss COUNT : 0 +rocksdb.read.amp.estimate.useful.bytes COUNT : 0 +rocksdb.read.amp.total.read.bytes COUNT : 0 +rocksdb.number.rate_limiter.drains COUNT : 0 +rocksdb.number.iter.skip COUNT : 0 +rocksdb.blobdb.num.put COUNT : 0 +rocksdb.blobdb.num.write COUNT : 0 +rocksdb.blobdb.num.get COUNT : 0 +rocksdb.blobdb.num.multiget COUNT : 0 +rocksdb.blobdb.num.seek COUNT : 0 +rocksdb.blobdb.num.next COUNT : 0 +rocksdb.blobdb.num.prev COUNT : 0 +rocksdb.blobdb.num.keys.written COUNT : 0 +rocksdb.blobdb.num.keys.read COUNT : 0 +rocksdb.blobdb.bytes.written COUNT : 0 +rocksdb.blobdb.bytes.read COUNT : 0 +rocksdb.blobdb.write.inlined COUNT : 0 +rocksdb.blobdb.write.inlined.ttl COUNT : 0 +rocksdb.blobdb.write.blob COUNT : 0 +rocksdb.blobdb.write.blob.ttl COUNT : 0 +rocksdb.blobdb.blob.file.bytes.written COUNT : 0 +rocksdb.blobdb.blob.file.bytes.read COUNT : 0 +rocksdb.blobdb.blob.file.synced COUNT : 0 +rocksdb.blobdb.blob.index.expired.count COUNT : 0 +rocksdb.blobdb.blob.index.expired.size COUNT : 0 +rocksdb.blobdb.blob.index.evicted.count COUNT : 0 +rocksdb.blobdb.blob.index.evicted.size COUNT : 0 +rocksdb.blobdb.gc.num.files COUNT : 0 +rocksdb.blobdb.gc.num.new.files COUNT : 0 +rocksdb.blobdb.gc.failures COUNT : 0 +rocksdb.blobdb.gc.num.keys.overwritten COUNT : 0 +rocksdb.blobdb.gc.num.keys.expired COUNT : 0 +rocksdb.blobdb.gc.num.keys.relocated COUNT : 0 +rocksdb.blobdb.gc.bytes.overwritten COUNT : 0 +rocksdb.blobdb.gc.bytes.expired COUNT : 0 +rocksdb.blobdb.gc.bytes.relocated COUNT : 0 +rocksdb.blobdb.fifo.num.files.evicted COUNT : 0 +rocksdb.blobdb.fifo.num.keys.evicted COUNT : 0 +rocksdb.blobdb.fifo.bytes.evicted COUNT : 0 +rocksdb.txn.overhead.mutex.prepare COUNT : 0 +rocksdb.txn.overhead.mutex.old.commit.map COUNT : 0 +rocksdb.txn.overhead.duplicate.key COUNT : 0 +rocksdb.txn.overhead.mutex.snapshot COUNT : 0 +rocksdb.number.multiget.keys.found COUNT : 0 +rocksdb.num.iterator.created COUNT : 3 +rocksdb.num.iterator.deleted COUNT : 3 +rocksdb.db.get.micros P50 : 13.000000 P95 : 13.000000 P99 : 13.000000 P100 : 13.000000 COUNT : 1 SUM : 13 +rocksdb.db.write.micros P50 : 159.000000 P95 : 159.000000 P99 : 159.000000 P100 : 159.000000 COUNT : 1 SUM : 159 +rocksdb.compaction.times.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.subcompaction.setup.times.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.table.sync.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.compaction.outfile.sync.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.wal.file.sync.micros P50 : 65.000000 P95 : 65.000000 P99 : 65.000000 P100 : 65.000000 COUNT : 1 SUM : 65 +rocksdb.manifest.file.sync.micros P50 : 69.000000 P95 : 71.000000 P99 : 71.000000 P100 : 71.000000 COUNT : 2 SUM : 140 +rocksdb.table.open.io.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.db.multiget.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.read.block.compaction.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.read.block.get.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.write.raw.block.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.l0.slowdown.count P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.memtable.compaction.count P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.num.files.stall.count P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.hard.rate.limit.delay.count P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.soft.rate.limit.delay.count P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.numfiles.in.singlecompaction P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.db.seek.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.db.write.stall P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.sst.read.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.num.subcompactions.scheduled P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.bytes.per.read P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 1 SUM : 0 +rocksdb.bytes.per.write P50 : 105.000000 P95 : 105.000000 P99 : 105.000000 P100 : 105.000000 COUNT : 1 SUM : 105 +rocksdb.bytes.per.multiget P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.bytes.compressed P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.bytes.decompressed P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.compression.times.nanos P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.decompression.times.nanos P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.read.num.merge_operands P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.key.size P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.value.size P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.write.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.get.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.multiget.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.seek.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.next.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.prev.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.blob.file.write.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.blob.file.read.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.blob.file.sync.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.gc.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.compression.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.decompression.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.db.flush.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +2021/05/26-16:19:17.605699 70001058e000 [WARN] [/db_impl.cc:669] ------- DUMPING STATS ------- +2021/05/26-16:19:17.606067 70001058e000 [WARN] [/db_impl.cc:670] +** DB Stats ** +Uptime(secs): 1200.0 total, 600.0 interval +Cumulative writes: 1 writes, 2 keys, 1 commit groups, 0.5 writes per commit group, ingest: 0.00 GB, 0.00 MB/s +Cumulative WAL: 1 writes, 1 syncs, 0.50 writes per sync, written: 0.00 GB, 0.00 MB/s +Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent +Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s +Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s +Interval stall: 00:00:0.000 H:M:S, 0.0 percent + +** Compaction Stats [default] ** +Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop +---------------------------------------------------------------------------------------------------------------------------------------------------------- + Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 + Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 +Uptime(secs): 1200.0 total, 600.0 interval +Flush(GB): cumulative 0.000, interval 0.000 +AddFile(GB): cumulative 0.000, interval 0.000 +AddFile(Total Files): cumulative 0, interval 0 +AddFile(L0 Files): cumulative 0, interval 0 +AddFile(Keys): cumulative 0, interval 0 +Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count + +** File Read Latency Histogram By Level [default] ** + +** Compaction Stats [Configuration] ** +Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop +---------------------------------------------------------------------------------------------------------------------------------------------------------- + Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 + Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 +Uptime(secs): 1200.0 total, 600.0 interval +Flush(GB): cumulative 0.000, interval 0.000 +AddFile(GB): cumulative 0.000, interval 0.000 +AddFile(Total Files): cumulative 0, interval 0 +AddFile(L0 Files): cumulative 0, interval 0 +AddFile(Keys): cumulative 0, interval 0 +Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count + +** File Read Latency Histogram By Level [Configuration] ** + +** Compaction Stats [default] ** +Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop +---------------------------------------------------------------------------------------------------------------------------------------------------------- + Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 + Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 +Uptime(secs): 1200.0 total, 0.0 interval +Flush(GB): cumulative 0.000, interval 0.000 +AddFile(GB): cumulative 0.000, interval 0.000 +AddFile(Total Files): cumulative 0, interval 0 +AddFile(L0 Files): cumulative 0, interval 0 +AddFile(Keys): cumulative 0, interval 0 +Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count + +** File Read Latency Histogram By Level [default] ** + +** Compaction Stats [Configuration] ** +Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop +---------------------------------------------------------------------------------------------------------------------------------------------------------- + Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 + Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 +Uptime(secs): 1200.0 total, 0.0 interval +Flush(GB): cumulative 0.000, interval 0.000 +AddFile(GB): cumulative 0.000, interval 0.000 +AddFile(Total Files): cumulative 0, interval 0 +AddFile(L0 Files): cumulative 0, interval 0 +AddFile(Keys): cumulative 0, interval 0 +Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count + +** File Read Latency Histogram By Level [Configuration] ** +2021/05/26-16:19:17.607432 70001058e000 [WARN] [/db_impl.cc:617] STATISTICS: + rocksdb.block.cache.miss COUNT : 0 +rocksdb.block.cache.hit COUNT : 0 +rocksdb.block.cache.add COUNT : 0 +rocksdb.block.cache.add.failures COUNT : 0 +rocksdb.block.cache.index.miss COUNT : 0 +rocksdb.block.cache.index.hit COUNT : 0 +rocksdb.block.cache.index.add COUNT : 0 +rocksdb.block.cache.index.bytes.insert COUNT : 0 +rocksdb.block.cache.index.bytes.evict COUNT : 0 +rocksdb.block.cache.filter.miss COUNT : 0 +rocksdb.block.cache.filter.hit COUNT : 0 +rocksdb.block.cache.filter.add COUNT : 0 +rocksdb.block.cache.filter.bytes.insert COUNT : 0 +rocksdb.block.cache.filter.bytes.evict COUNT : 0 +rocksdb.block.cache.data.miss COUNT : 0 +rocksdb.block.cache.data.hit COUNT : 0 +rocksdb.block.cache.data.add COUNT : 0 +rocksdb.block.cache.data.bytes.insert COUNT : 0 +rocksdb.block.cache.bytes.read COUNT : 0 +rocksdb.block.cache.bytes.write COUNT : 0 +rocksdb.bloom.filter.useful COUNT : 0 +rocksdb.bloom.filter.full.positive COUNT : 0 +rocksdb.bloom.filter.full.true.positive COUNT : 0 +rocksdb.persistent.cache.hit COUNT : 0 +rocksdb.persistent.cache.miss COUNT : 0 +rocksdb.sim.block.cache.hit COUNT : 0 +rocksdb.sim.block.cache.miss COUNT : 0 +rocksdb.memtable.hit COUNT : 0 +rocksdb.memtable.miss COUNT : 1 +rocksdb.l0.hit COUNT : 0 +rocksdb.l1.hit COUNT : 0 +rocksdb.l2andup.hit COUNT : 0 +rocksdb.compaction.key.drop.new COUNT : 0 +rocksdb.compaction.key.drop.obsolete COUNT : 0 +rocksdb.compaction.key.drop.range_del COUNT : 0 +rocksdb.compaction.key.drop.user COUNT : 0 +rocksdb.compaction.range_del.drop.obsolete COUNT : 0 +rocksdb.compaction.optimized.del.drop.obsolete COUNT : 0 +rocksdb.compaction.cancelled COUNT : 0 +rocksdb.number.keys.written COUNT : 2 +rocksdb.number.keys.read COUNT : 1 +rocksdb.number.keys.updated COUNT : 0 +rocksdb.bytes.written COUNT : 105 +rocksdb.bytes.read COUNT : 0 +rocksdb.number.db.seek COUNT : 3 +rocksdb.number.db.next COUNT : 0 +rocksdb.number.db.prev COUNT : 0 +rocksdb.number.db.seek.found COUNT : 0 +rocksdb.number.db.next.found COUNT : 0 +rocksdb.number.db.prev.found COUNT : 0 +rocksdb.db.iter.bytes.read COUNT : 0 +rocksdb.no.file.closes COUNT : 0 +rocksdb.no.file.opens COUNT : 0 +rocksdb.no.file.errors COUNT : 0 +rocksdb.l0.slowdown.micros COUNT : 0 +rocksdb.memtable.compaction.micros COUNT : 0 +rocksdb.l0.num.files.stall.micros COUNT : 0 +rocksdb.stall.micros COUNT : 0 +rocksdb.db.mutex.wait.micros COUNT : 0 +rocksdb.rate.limit.delay.millis COUNT : 0 +rocksdb.num.iterators COUNT : 0 +rocksdb.number.multiget.get COUNT : 0 +rocksdb.number.multiget.keys.read COUNT : 0 +rocksdb.number.multiget.bytes.read COUNT : 0 +rocksdb.number.deletes.filtered COUNT : 0 +rocksdb.number.merge.failures COUNT : 0 +rocksdb.bloom.filter.prefix.checked COUNT : 0 +rocksdb.bloom.filter.prefix.useful COUNT : 0 +rocksdb.number.reseeks.iteration COUNT : 0 +rocksdb.getupdatessince.calls COUNT : 0 +rocksdb.block.cachecompressed.miss COUNT : 0 +rocksdb.block.cachecompressed.hit COUNT : 0 +rocksdb.block.cachecompressed.add COUNT : 0 +rocksdb.block.cachecompressed.add.failures COUNT : 0 +rocksdb.wal.synced COUNT : 1 +rocksdb.wal.bytes COUNT : 105 +rocksdb.write.self COUNT : 1 +rocksdb.write.other COUNT : 0 +rocksdb.write.timeout COUNT : 0 +rocksdb.write.wal COUNT : 2 +rocksdb.compact.read.bytes COUNT : 0 +rocksdb.compact.write.bytes COUNT : 0 +rocksdb.flush.write.bytes COUNT : 0 +rocksdb.number.direct.load.table.properties COUNT : 0 +rocksdb.number.superversion_acquires COUNT : 2 +rocksdb.number.superversion_releases COUNT : 0 +rocksdb.number.superversion_cleanups COUNT : 0 +rocksdb.number.block.compressed COUNT : 0 +rocksdb.number.block.decompressed COUNT : 0 +rocksdb.number.block.not_compressed COUNT : 0 +rocksdb.merge.operation.time.nanos COUNT : 0 +rocksdb.filter.operation.time.nanos COUNT : 0 +rocksdb.row.cache.hit COUNT : 0 +rocksdb.row.cache.miss COUNT : 0 +rocksdb.read.amp.estimate.useful.bytes COUNT : 0 +rocksdb.read.amp.total.read.bytes COUNT : 0 +rocksdb.number.rate_limiter.drains COUNT : 0 +rocksdb.number.iter.skip COUNT : 0 +rocksdb.blobdb.num.put COUNT : 0 +rocksdb.blobdb.num.write COUNT : 0 +rocksdb.blobdb.num.get COUNT : 0 +rocksdb.blobdb.num.multiget COUNT : 0 +rocksdb.blobdb.num.seek COUNT : 0 +rocksdb.blobdb.num.next COUNT : 0 +rocksdb.blobdb.num.prev COUNT : 0 +rocksdb.blobdb.num.keys.written COUNT : 0 +rocksdb.blobdb.num.keys.read COUNT : 0 +rocksdb.blobdb.bytes.written COUNT : 0 +rocksdb.blobdb.bytes.read COUNT : 0 +rocksdb.blobdb.write.inlined COUNT : 0 +rocksdb.blobdb.write.inlined.ttl COUNT : 0 +rocksdb.blobdb.write.blob COUNT : 0 +rocksdb.blobdb.write.blob.ttl COUNT : 0 +rocksdb.blobdb.blob.file.bytes.written COUNT : 0 +rocksdb.blobdb.blob.file.bytes.read COUNT : 0 +rocksdb.blobdb.blob.file.synced COUNT : 0 +rocksdb.blobdb.blob.index.expired.count COUNT : 0 +rocksdb.blobdb.blob.index.expired.size COUNT : 0 +rocksdb.blobdb.blob.index.evicted.count COUNT : 0 +rocksdb.blobdb.blob.index.evicted.size COUNT : 0 +rocksdb.blobdb.gc.num.files COUNT : 0 +rocksdb.blobdb.gc.num.new.files COUNT : 0 +rocksdb.blobdb.gc.failures COUNT : 0 +rocksdb.blobdb.gc.num.keys.overwritten COUNT : 0 +rocksdb.blobdb.gc.num.keys.expired COUNT : 0 +rocksdb.blobdb.gc.num.keys.relocated COUNT : 0 +rocksdb.blobdb.gc.bytes.overwritten COUNT : 0 +rocksdb.blobdb.gc.bytes.expired COUNT : 0 +rocksdb.blobdb.gc.bytes.relocated COUNT : 0 +rocksdb.blobdb.fifo.num.files.evicted COUNT : 0 +rocksdb.blobdb.fifo.num.keys.evicted COUNT : 0 +rocksdb.blobdb.fifo.bytes.evicted COUNT : 0 +rocksdb.txn.overhead.mutex.prepare COUNT : 0 +rocksdb.txn.overhead.mutex.old.commit.map COUNT : 0 +rocksdb.txn.overhead.duplicate.key COUNT : 0 +rocksdb.txn.overhead.mutex.snapshot COUNT : 0 +rocksdb.number.multiget.keys.found COUNT : 0 +rocksdb.num.iterator.created COUNT : 3 +rocksdb.num.iterator.deleted COUNT : 3 +rocksdb.db.get.micros P50 : 13.000000 P95 : 13.000000 P99 : 13.000000 P100 : 13.000000 COUNT : 1 SUM : 13 +rocksdb.db.write.micros P50 : 159.000000 P95 : 159.000000 P99 : 159.000000 P100 : 159.000000 COUNT : 1 SUM : 159 +rocksdb.compaction.times.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.subcompaction.setup.times.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.table.sync.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.compaction.outfile.sync.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.wal.file.sync.micros P50 : 65.000000 P95 : 65.000000 P99 : 65.000000 P100 : 65.000000 COUNT : 1 SUM : 65 +rocksdb.manifest.file.sync.micros P50 : 69.000000 P95 : 71.000000 P99 : 71.000000 P100 : 71.000000 COUNT : 2 SUM : 140 +rocksdb.table.open.io.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.db.multiget.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.read.block.compaction.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.read.block.get.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.write.raw.block.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.l0.slowdown.count P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.memtable.compaction.count P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.num.files.stall.count P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.hard.rate.limit.delay.count P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.soft.rate.limit.delay.count P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.numfiles.in.singlecompaction P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.db.seek.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.db.write.stall P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.sst.read.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.num.subcompactions.scheduled P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.bytes.per.read P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 1 SUM : 0 +rocksdb.bytes.per.write P50 : 105.000000 P95 : 105.000000 P99 : 105.000000 P100 : 105.000000 COUNT : 1 SUM : 105 +rocksdb.bytes.per.multiget P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.bytes.compressed P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.bytes.decompressed P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.compression.times.nanos P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.decompression.times.nanos P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.read.num.merge_operands P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.key.size P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.value.size P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.write.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.get.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.multiget.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.seek.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.next.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.prev.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.blob.file.write.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.blob.file.read.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.blob.file.sync.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.gc.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.compression.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.decompression.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.db.flush.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +2021/05/26-16:29:17.607897 70001058e000 [WARN] [/db_impl.cc:669] ------- DUMPING STATS ------- +2021/05/26-16:29:17.608088 70001058e000 [WARN] [/db_impl.cc:670] +** DB Stats ** +Uptime(secs): 1800.0 total, 600.0 interval +Cumulative writes: 1 writes, 2 keys, 1 commit groups, 0.5 writes per commit group, ingest: 0.00 GB, 0.00 MB/s +Cumulative WAL: 1 writes, 1 syncs, 0.50 writes per sync, written: 0.00 GB, 0.00 MB/s +Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent +Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s +Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s +Interval stall: 00:00:0.000 H:M:S, 0.0 percent + +** Compaction Stats [default] ** +Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop +---------------------------------------------------------------------------------------------------------------------------------------------------------- + Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 + Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 +Uptime(secs): 1800.0 total, 600.0 interval +Flush(GB): cumulative 0.000, interval 0.000 +AddFile(GB): cumulative 0.000, interval 0.000 +AddFile(Total Files): cumulative 0, interval 0 +AddFile(L0 Files): cumulative 0, interval 0 +AddFile(Keys): cumulative 0, interval 0 +Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count + +** File Read Latency Histogram By Level [default] ** + +** Compaction Stats [Configuration] ** +Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop +---------------------------------------------------------------------------------------------------------------------------------------------------------- + Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 + Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 +Uptime(secs): 1800.0 total, 600.0 interval +Flush(GB): cumulative 0.000, interval 0.000 +AddFile(GB): cumulative 0.000, interval 0.000 +AddFile(Total Files): cumulative 0, interval 0 +AddFile(L0 Files): cumulative 0, interval 0 +AddFile(Keys): cumulative 0, interval 0 +Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count + +** File Read Latency Histogram By Level [Configuration] ** + +** Compaction Stats [default] ** +Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop +---------------------------------------------------------------------------------------------------------------------------------------------------------- + Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 + Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 +Uptime(secs): 1800.0 total, 0.0 interval +Flush(GB): cumulative 0.000, interval 0.000 +AddFile(GB): cumulative 0.000, interval 0.000 +AddFile(Total Files): cumulative 0, interval 0 +AddFile(L0 Files): cumulative 0, interval 0 +AddFile(Keys): cumulative 0, interval 0 +Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count + +** File Read Latency Histogram By Level [default] ** + +** Compaction Stats [Configuration] ** +Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop +---------------------------------------------------------------------------------------------------------------------------------------------------------- + Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 + Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0 +Uptime(secs): 1800.0 total, 0.0 interval +Flush(GB): cumulative 0.000, interval 0.000 +AddFile(GB): cumulative 0.000, interval 0.000 +AddFile(Total Files): cumulative 0, interval 0 +AddFile(L0 Files): cumulative 0, interval 0 +AddFile(Keys): cumulative 0, interval 0 +Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds +Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count + +** File Read Latency Histogram By Level [Configuration] ** +2021/05/26-16:29:17.608827 70001058e000 [WARN] [/db_impl.cc:617] STATISTICS: + rocksdb.block.cache.miss COUNT : 0 +rocksdb.block.cache.hit COUNT : 0 +rocksdb.block.cache.add COUNT : 0 +rocksdb.block.cache.add.failures COUNT : 0 +rocksdb.block.cache.index.miss COUNT : 0 +rocksdb.block.cache.index.hit COUNT : 0 +rocksdb.block.cache.index.add COUNT : 0 +rocksdb.block.cache.index.bytes.insert COUNT : 0 +rocksdb.block.cache.index.bytes.evict COUNT : 0 +rocksdb.block.cache.filter.miss COUNT : 0 +rocksdb.block.cache.filter.hit COUNT : 0 +rocksdb.block.cache.filter.add COUNT : 0 +rocksdb.block.cache.filter.bytes.insert COUNT : 0 +rocksdb.block.cache.filter.bytes.evict COUNT : 0 +rocksdb.block.cache.data.miss COUNT : 0 +rocksdb.block.cache.data.hit COUNT : 0 +rocksdb.block.cache.data.add COUNT : 0 +rocksdb.block.cache.data.bytes.insert COUNT : 0 +rocksdb.block.cache.bytes.read COUNT : 0 +rocksdb.block.cache.bytes.write COUNT : 0 +rocksdb.bloom.filter.useful COUNT : 0 +rocksdb.bloom.filter.full.positive COUNT : 0 +rocksdb.bloom.filter.full.true.positive COUNT : 0 +rocksdb.persistent.cache.hit COUNT : 0 +rocksdb.persistent.cache.miss COUNT : 0 +rocksdb.sim.block.cache.hit COUNT : 0 +rocksdb.sim.block.cache.miss COUNT : 0 +rocksdb.memtable.hit COUNT : 0 +rocksdb.memtable.miss COUNT : 1 +rocksdb.l0.hit COUNT : 0 +rocksdb.l1.hit COUNT : 0 +rocksdb.l2andup.hit COUNT : 0 +rocksdb.compaction.key.drop.new COUNT : 0 +rocksdb.compaction.key.drop.obsolete COUNT : 0 +rocksdb.compaction.key.drop.range_del COUNT : 0 +rocksdb.compaction.key.drop.user COUNT : 0 +rocksdb.compaction.range_del.drop.obsolete COUNT : 0 +rocksdb.compaction.optimized.del.drop.obsolete COUNT : 0 +rocksdb.compaction.cancelled COUNT : 0 +rocksdb.number.keys.written COUNT : 2 +rocksdb.number.keys.read COUNT : 1 +rocksdb.number.keys.updated COUNT : 0 +rocksdb.bytes.written COUNT : 105 +rocksdb.bytes.read COUNT : 0 +rocksdb.number.db.seek COUNT : 3 +rocksdb.number.db.next COUNT : 0 +rocksdb.number.db.prev COUNT : 0 +rocksdb.number.db.seek.found COUNT : 0 +rocksdb.number.db.next.found COUNT : 0 +rocksdb.number.db.prev.found COUNT : 0 +rocksdb.db.iter.bytes.read COUNT : 0 +rocksdb.no.file.closes COUNT : 0 +rocksdb.no.file.opens COUNT : 0 +rocksdb.no.file.errors COUNT : 0 +rocksdb.l0.slowdown.micros COUNT : 0 +rocksdb.memtable.compaction.micros COUNT : 0 +rocksdb.l0.num.files.stall.micros COUNT : 0 +rocksdb.stall.micros COUNT : 0 +rocksdb.db.mutex.wait.micros COUNT : 0 +rocksdb.rate.limit.delay.millis COUNT : 0 +rocksdb.num.iterators COUNT : 0 +rocksdb.number.multiget.get COUNT : 0 +rocksdb.number.multiget.keys.read COUNT : 0 +rocksdb.number.multiget.bytes.read COUNT : 0 +rocksdb.number.deletes.filtered COUNT : 0 +rocksdb.number.merge.failures COUNT : 0 +rocksdb.bloom.filter.prefix.checked COUNT : 0 +rocksdb.bloom.filter.prefix.useful COUNT : 0 +rocksdb.number.reseeks.iteration COUNT : 0 +rocksdb.getupdatessince.calls COUNT : 0 +rocksdb.block.cachecompressed.miss COUNT : 0 +rocksdb.block.cachecompressed.hit COUNT : 0 +rocksdb.block.cachecompressed.add COUNT : 0 +rocksdb.block.cachecompressed.add.failures COUNT : 0 +rocksdb.wal.synced COUNT : 1 +rocksdb.wal.bytes COUNT : 105 +rocksdb.write.self COUNT : 1 +rocksdb.write.other COUNT : 0 +rocksdb.write.timeout COUNT : 0 +rocksdb.write.wal COUNT : 2 +rocksdb.compact.read.bytes COUNT : 0 +rocksdb.compact.write.bytes COUNT : 0 +rocksdb.flush.write.bytes COUNT : 0 +rocksdb.number.direct.load.table.properties COUNT : 0 +rocksdb.number.superversion_acquires COUNT : 2 +rocksdb.number.superversion_releases COUNT : 0 +rocksdb.number.superversion_cleanups COUNT : 0 +rocksdb.number.block.compressed COUNT : 0 +rocksdb.number.block.decompressed COUNT : 0 +rocksdb.number.block.not_compressed COUNT : 0 +rocksdb.merge.operation.time.nanos COUNT : 0 +rocksdb.filter.operation.time.nanos COUNT : 0 +rocksdb.row.cache.hit COUNT : 0 +rocksdb.row.cache.miss COUNT : 0 +rocksdb.read.amp.estimate.useful.bytes COUNT : 0 +rocksdb.read.amp.total.read.bytes COUNT : 0 +rocksdb.number.rate_limiter.drains COUNT : 0 +rocksdb.number.iter.skip COUNT : 0 +rocksdb.blobdb.num.put COUNT : 0 +rocksdb.blobdb.num.write COUNT : 0 +rocksdb.blobdb.num.get COUNT : 0 +rocksdb.blobdb.num.multiget COUNT : 0 +rocksdb.blobdb.num.seek COUNT : 0 +rocksdb.blobdb.num.next COUNT : 0 +rocksdb.blobdb.num.prev COUNT : 0 +rocksdb.blobdb.num.keys.written COUNT : 0 +rocksdb.blobdb.num.keys.read COUNT : 0 +rocksdb.blobdb.bytes.written COUNT : 0 +rocksdb.blobdb.bytes.read COUNT : 0 +rocksdb.blobdb.write.inlined COUNT : 0 +rocksdb.blobdb.write.inlined.ttl COUNT : 0 +rocksdb.blobdb.write.blob COUNT : 0 +rocksdb.blobdb.write.blob.ttl COUNT : 0 +rocksdb.blobdb.blob.file.bytes.written COUNT : 0 +rocksdb.blobdb.blob.file.bytes.read COUNT : 0 +rocksdb.blobdb.blob.file.synced COUNT : 0 +rocksdb.blobdb.blob.index.expired.count COUNT : 0 +rocksdb.blobdb.blob.index.expired.size COUNT : 0 +rocksdb.blobdb.blob.index.evicted.count COUNT : 0 +rocksdb.blobdb.blob.index.evicted.size COUNT : 0 +rocksdb.blobdb.gc.num.files COUNT : 0 +rocksdb.blobdb.gc.num.new.files COUNT : 0 +rocksdb.blobdb.gc.failures COUNT : 0 +rocksdb.blobdb.gc.num.keys.overwritten COUNT : 0 +rocksdb.blobdb.gc.num.keys.expired COUNT : 0 +rocksdb.blobdb.gc.num.keys.relocated COUNT : 0 +rocksdb.blobdb.gc.bytes.overwritten COUNT : 0 +rocksdb.blobdb.gc.bytes.expired COUNT : 0 +rocksdb.blobdb.gc.bytes.relocated COUNT : 0 +rocksdb.blobdb.fifo.num.files.evicted COUNT : 0 +rocksdb.blobdb.fifo.num.keys.evicted COUNT : 0 +rocksdb.blobdb.fifo.bytes.evicted COUNT : 0 +rocksdb.txn.overhead.mutex.prepare COUNT : 0 +rocksdb.txn.overhead.mutex.old.commit.map COUNT : 0 +rocksdb.txn.overhead.duplicate.key COUNT : 0 +rocksdb.txn.overhead.mutex.snapshot COUNT : 0 +rocksdb.number.multiget.keys.found COUNT : 0 +rocksdb.num.iterator.created COUNT : 3 +rocksdb.num.iterator.deleted COUNT : 3 +rocksdb.db.get.micros P50 : 13.000000 P95 : 13.000000 P99 : 13.000000 P100 : 13.000000 COUNT : 1 SUM : 13 +rocksdb.db.write.micros P50 : 159.000000 P95 : 159.000000 P99 : 159.000000 P100 : 159.000000 COUNT : 1 SUM : 159 +rocksdb.compaction.times.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.subcompaction.setup.times.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.table.sync.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.compaction.outfile.sync.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.wal.file.sync.micros P50 : 65.000000 P95 : 65.000000 P99 : 65.000000 P100 : 65.000000 COUNT : 1 SUM : 65 +rocksdb.manifest.file.sync.micros P50 : 69.000000 P95 : 71.000000 P99 : 71.000000 P100 : 71.000000 COUNT : 2 SUM : 140 +rocksdb.table.open.io.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.db.multiget.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.read.block.compaction.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.read.block.get.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.write.raw.block.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.l0.slowdown.count P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.memtable.compaction.count P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.num.files.stall.count P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.hard.rate.limit.delay.count P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.soft.rate.limit.delay.count P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.numfiles.in.singlecompaction P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.db.seek.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.db.write.stall P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.sst.read.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.num.subcompactions.scheduled P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.bytes.per.read P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 1 SUM : 0 +rocksdb.bytes.per.write P50 : 105.000000 P95 : 105.000000 P99 : 105.000000 P100 : 105.000000 COUNT : 1 SUM : 105 +rocksdb.bytes.per.multiget P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.bytes.compressed P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.bytes.decompressed P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.compression.times.nanos P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.decompression.times.nanos P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.read.num.merge_operands P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.key.size P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.value.size P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.write.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.get.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.multiget.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.seek.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.next.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.prev.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.blob.file.write.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.blob.file.read.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.blob.file.sync.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.gc.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.compression.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.blobdb.decompression.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 +rocksdb.db.flush.micros P50 : 0.000000 P95 : 0.000000 P99 : 0.000000 P100 : 0.000000 COUNT : 0 SUM : 0 diff --git a/nacos/data/protocol/raft/naming_persistent_service/log/MANIFEST-000004 b/nacos/data/protocol/raft/naming_persistent_service/log/MANIFEST-000004 new file mode 100644 index 0000000..3188f98 Binary files /dev/null and b/nacos/data/protocol/raft/naming_persistent_service/log/MANIFEST-000004 differ diff --git a/nacos/data/protocol/raft/naming_persistent_service/log/OPTIONS-000006 b/nacos/data/protocol/raft/naming_persistent_service/log/OPTIONS-000006 new file mode 100644 index 0000000..8e67f5c --- /dev/null +++ b/nacos/data/protocol/raft/naming_persistent_service/log/OPTIONS-000006 @@ -0,0 +1,225 @@ +# This is a RocksDB option file. +# +# For detailed file format spec, please refer to the example file +# in examples/rocksdb_option_file_example.ini +# + +[Version] + rocksdb_version=5.18.4 + options_file_version=1.1 + +[DBOptions] + allow_mmap_writes=false + base_background_compactions=-1 + new_table_reader_for_compaction_inputs=false + db_log_dir= + wal_recovery_mode=kPointInTimeRecovery + use_direct_reads=false + write_thread_max_yield_usec=100 + max_manifest_file_size=1073741824 + allow_2pc=false + allow_fallocate=true + fail_if_options_file_error=false + allow_ingest_behind=false + allow_mmap_reads=false + skip_log_error_on_recovery=false + recycle_log_file_num=0 + delete_obsolete_files_period_micros=21600000000 + compaction_readahead_size=0 + use_direct_io_for_flush_and_compaction=false + log_file_time_to_roll=0 + create_missing_column_families=true + advise_random_on_open=true + max_log_file_size=0 + stats_dump_period_sec=600 + enable_thread_tracking=false + use_adaptive_mutex=false + create_if_missing=true + is_fd_close_on_exec=true + max_background_flushes=1 + manifest_preallocation_size=4194304 + error_if_exists=false + skip_stats_update_on_db_open=false + max_open_files=-1 + random_access_max_buffer_size=1048576 + use_fsync=false + max_background_jobs=2 + two_write_queues=false + max_background_compactions=4 + max_file_opening_threads=16 + table_cache_numshardbits=6 + keep_log_file_num=1000 + avoid_flush_during_shutdown=false + db_write_buffer_size=0 + max_total_wal_size=0 + wal_dir=/Users/kirklin/nacos/data/protocol/raft/naming_persistent_service/log + max_subcompactions=1 + atomic_flush=false + WAL_size_limit_MB=0 + paranoid_checks=true + allow_concurrent_memtable_write=true + writable_file_max_buffer_size=1048576 + WAL_ttl_seconds=0 + delayed_write_rate=16777216 + bytes_per_sync=0 + wal_bytes_per_sync=0 + enable_pipelined_write=false + enable_write_thread_adaptive_yield=true + write_thread_slow_yield_usec=3 + access_hint_on_compaction_start=NORMAL + info_log_level=INFO_LEVEL + dump_malloc_stats=false + avoid_flush_during_recovery=false + preserve_deletes=false + manual_wal_flush=false + + +[CFOptions "default"] + report_bg_io_stats=false + inplace_update_support=false + max_compaction_bytes=1677721600 + disable_auto_compactions=false + write_buffer_size=134217728 + bloom_locality=0 + max_bytes_for_level_multiplier=10.000000 + compaction_filter_factory=nullptr + optimize_filters_for_hits=false + target_file_size_base=67108864 + max_write_buffer_number_to_maintain=0 + hard_pending_compaction_bytes_limit=274877906944 + paranoid_file_checks=false + memtable_prefix_bloom_size_ratio=0.125000 + force_consistency_checks=true + max_write_buffer_number=6 + ttl=0 + max_bytes_for_level_multiplier_additional=1:1:1:1:1:1:1 + level0_slowdown_writes_trigger=20 + level_compaction_dynamic_level_bytes=false + compaction_options_fifo={allow_compaction=false;ttl=0;max_table_files_size=1073741824;} + inplace_update_num_locks=10000 + level0_file_num_compaction_trigger=2 + compression=kLZ4Compression + level0_stop_writes_trigger=40 + num_levels=7 + table_factory=BlockBasedTable + compression_per_level=kNoCompression:kNoCompression:kSnappyCompression:kSnappyCompression:kSnappyCompression:kSnappyCompression:kSnappyCompression + target_file_size_multiplier=1 + min_write_buffer_number_to_merge=2 + arena_block_size=16777216 + max_successive_merges=0 + memtable_huge_page_size=0 + compaction_pri=kByCompensatedSize + soft_pending_compaction_bytes_limit=68719476736 + max_bytes_for_level_base=536870912 + comparator=leveldb.BytewiseComparator + max_sequential_skip_in_iterations=8 + bottommost_compression=kDisableCompressionOption + prefix_extractor=rocksdb.FixedPrefix.8 + memtable_insert_with_hint_prefix_extractor=nullptr + memtable_factory=SkipListFactory + compaction_filter=nullptr + compaction_options_universal={allow_trivial_move=false;stop_style=kCompactionStopStyleTotalSize;min_merge_width=2;compression_size_percent=-1;max_size_amplification_percent=200;max_merge_width=4294967295;size_ratio=1;} + merge_operator=StringAppendOperator + compaction_style=kCompactionStyleLevel + +[TableOptions/BlockBasedTable "default"] + format_version=0 + whole_key_filtering=true + verify_compression=false + partition_filters=true + enable_index_compression=true + checksum=kCRC32c + index_block_restart_interval=1 + pin_top_level_index_and_filter=true + block_align=false + block_size=4096 + index_type=kTwoLevelIndexSearch + filter_policy=nullptr + metadata_block_size=8192 + no_block_cache=false + block_size_deviation=10 + data_block_index_type=kDataBlockBinarySearch + data_block_hash_table_util_ratio=0.750000 + read_amp_bytes_per_bit=0 + cache_index_and_filter_blocks=false + block_restart_interval=16 + pin_l0_filter_and_index_blocks_in_cache=true + hash_index_allow_collision=true + cache_index_and_filter_blocks_with_high_priority=true + flush_block_policy_factory=FlushBlockBySizePolicyFactory + + +[CFOptions "Configuration"] + report_bg_io_stats=false + inplace_update_support=false + max_compaction_bytes=1677721600 + disable_auto_compactions=false + write_buffer_size=134217728 + bloom_locality=0 + max_bytes_for_level_multiplier=10.000000 + compaction_filter_factory=nullptr + optimize_filters_for_hits=false + target_file_size_base=67108864 + max_write_buffer_number_to_maintain=0 + hard_pending_compaction_bytes_limit=274877906944 + paranoid_file_checks=false + memtable_prefix_bloom_size_ratio=0.125000 + force_consistency_checks=true + max_write_buffer_number=6 + ttl=0 + max_bytes_for_level_multiplier_additional=1:1:1:1:1:1:1 + level0_slowdown_writes_trigger=20 + level_compaction_dynamic_level_bytes=false + compaction_options_fifo={allow_compaction=false;ttl=0;max_table_files_size=1073741824;} + inplace_update_num_locks=10000 + level0_file_num_compaction_trigger=2 + compression=kLZ4Compression + level0_stop_writes_trigger=40 + num_levels=7 + table_factory=BlockBasedTable + compression_per_level=kNoCompression:kNoCompression:kSnappyCompression:kSnappyCompression:kSnappyCompression:kSnappyCompression:kSnappyCompression + target_file_size_multiplier=1 + min_write_buffer_number_to_merge=2 + arena_block_size=16777216 + max_successive_merges=0 + memtable_huge_page_size=0 + compaction_pri=kByCompensatedSize + soft_pending_compaction_bytes_limit=68719476736 + max_bytes_for_level_base=536870912 + comparator=leveldb.BytewiseComparator + max_sequential_skip_in_iterations=8 + bottommost_compression=kDisableCompressionOption + prefix_extractor=rocksdb.FixedPrefix.8 + memtable_insert_with_hint_prefix_extractor=nullptr + memtable_factory=SkipListFactory + compaction_filter=nullptr + compaction_options_universal={allow_trivial_move=false;stop_style=kCompactionStopStyleTotalSize;min_merge_width=2;compression_size_percent=-1;max_size_amplification_percent=200;max_merge_width=4294967295;size_ratio=1;} + merge_operator=StringAppendOperator + compaction_style=kCompactionStyleLevel + +[TableOptions/BlockBasedTable "Configuration"] + format_version=0 + whole_key_filtering=true + verify_compression=false + partition_filters=true + enable_index_compression=true + checksum=kCRC32c + index_block_restart_interval=1 + pin_top_level_index_and_filter=true + block_align=false + block_size=4096 + index_type=kTwoLevelIndexSearch + filter_policy=nullptr + metadata_block_size=8192 + no_block_cache=false + block_size_deviation=10 + data_block_index_type=kDataBlockBinarySearch + data_block_hash_table_util_ratio=0.750000 + read_amp_bytes_per_bit=0 + cache_index_and_filter_blocks=false + block_restart_interval=16 + pin_l0_filter_and_index_blocks_in_cache=true + hash_index_allow_collision=true + cache_index_and_filter_blocks_with_high_priority=true + flush_block_policy_factory=FlushBlockBySizePolicyFactory + diff --git a/nacos/data/protocol/raft/naming_persistent_service/log/OPTIONS-000008 b/nacos/data/protocol/raft/naming_persistent_service/log/OPTIONS-000008 new file mode 100644 index 0000000..8e67f5c --- /dev/null +++ b/nacos/data/protocol/raft/naming_persistent_service/log/OPTIONS-000008 @@ -0,0 +1,225 @@ +# This is a RocksDB option file. +# +# For detailed file format spec, please refer to the example file +# in examples/rocksdb_option_file_example.ini +# + +[Version] + rocksdb_version=5.18.4 + options_file_version=1.1 + +[DBOptions] + allow_mmap_writes=false + base_background_compactions=-1 + new_table_reader_for_compaction_inputs=false + db_log_dir= + wal_recovery_mode=kPointInTimeRecovery + use_direct_reads=false + write_thread_max_yield_usec=100 + max_manifest_file_size=1073741824 + allow_2pc=false + allow_fallocate=true + fail_if_options_file_error=false + allow_ingest_behind=false + allow_mmap_reads=false + skip_log_error_on_recovery=false + recycle_log_file_num=0 + delete_obsolete_files_period_micros=21600000000 + compaction_readahead_size=0 + use_direct_io_for_flush_and_compaction=false + log_file_time_to_roll=0 + create_missing_column_families=true + advise_random_on_open=true + max_log_file_size=0 + stats_dump_period_sec=600 + enable_thread_tracking=false + use_adaptive_mutex=false + create_if_missing=true + is_fd_close_on_exec=true + max_background_flushes=1 + manifest_preallocation_size=4194304 + error_if_exists=false + skip_stats_update_on_db_open=false + max_open_files=-1 + random_access_max_buffer_size=1048576 + use_fsync=false + max_background_jobs=2 + two_write_queues=false + max_background_compactions=4 + max_file_opening_threads=16 + table_cache_numshardbits=6 + keep_log_file_num=1000 + avoid_flush_during_shutdown=false + db_write_buffer_size=0 + max_total_wal_size=0 + wal_dir=/Users/kirklin/nacos/data/protocol/raft/naming_persistent_service/log + max_subcompactions=1 + atomic_flush=false + WAL_size_limit_MB=0 + paranoid_checks=true + allow_concurrent_memtable_write=true + writable_file_max_buffer_size=1048576 + WAL_ttl_seconds=0 + delayed_write_rate=16777216 + bytes_per_sync=0 + wal_bytes_per_sync=0 + enable_pipelined_write=false + enable_write_thread_adaptive_yield=true + write_thread_slow_yield_usec=3 + access_hint_on_compaction_start=NORMAL + info_log_level=INFO_LEVEL + dump_malloc_stats=false + avoid_flush_during_recovery=false + preserve_deletes=false + manual_wal_flush=false + + +[CFOptions "default"] + report_bg_io_stats=false + inplace_update_support=false + max_compaction_bytes=1677721600 + disable_auto_compactions=false + write_buffer_size=134217728 + bloom_locality=0 + max_bytes_for_level_multiplier=10.000000 + compaction_filter_factory=nullptr + optimize_filters_for_hits=false + target_file_size_base=67108864 + max_write_buffer_number_to_maintain=0 + hard_pending_compaction_bytes_limit=274877906944 + paranoid_file_checks=false + memtable_prefix_bloom_size_ratio=0.125000 + force_consistency_checks=true + max_write_buffer_number=6 + ttl=0 + max_bytes_for_level_multiplier_additional=1:1:1:1:1:1:1 + level0_slowdown_writes_trigger=20 + level_compaction_dynamic_level_bytes=false + compaction_options_fifo={allow_compaction=false;ttl=0;max_table_files_size=1073741824;} + inplace_update_num_locks=10000 + level0_file_num_compaction_trigger=2 + compression=kLZ4Compression + level0_stop_writes_trigger=40 + num_levels=7 + table_factory=BlockBasedTable + compression_per_level=kNoCompression:kNoCompression:kSnappyCompression:kSnappyCompression:kSnappyCompression:kSnappyCompression:kSnappyCompression + target_file_size_multiplier=1 + min_write_buffer_number_to_merge=2 + arena_block_size=16777216 + max_successive_merges=0 + memtable_huge_page_size=0 + compaction_pri=kByCompensatedSize + soft_pending_compaction_bytes_limit=68719476736 + max_bytes_for_level_base=536870912 + comparator=leveldb.BytewiseComparator + max_sequential_skip_in_iterations=8 + bottommost_compression=kDisableCompressionOption + prefix_extractor=rocksdb.FixedPrefix.8 + memtable_insert_with_hint_prefix_extractor=nullptr + memtable_factory=SkipListFactory + compaction_filter=nullptr + compaction_options_universal={allow_trivial_move=false;stop_style=kCompactionStopStyleTotalSize;min_merge_width=2;compression_size_percent=-1;max_size_amplification_percent=200;max_merge_width=4294967295;size_ratio=1;} + merge_operator=StringAppendOperator + compaction_style=kCompactionStyleLevel + +[TableOptions/BlockBasedTable "default"] + format_version=0 + whole_key_filtering=true + verify_compression=false + partition_filters=true + enable_index_compression=true + checksum=kCRC32c + index_block_restart_interval=1 + pin_top_level_index_and_filter=true + block_align=false + block_size=4096 + index_type=kTwoLevelIndexSearch + filter_policy=nullptr + metadata_block_size=8192 + no_block_cache=false + block_size_deviation=10 + data_block_index_type=kDataBlockBinarySearch + data_block_hash_table_util_ratio=0.750000 + read_amp_bytes_per_bit=0 + cache_index_and_filter_blocks=false + block_restart_interval=16 + pin_l0_filter_and_index_blocks_in_cache=true + hash_index_allow_collision=true + cache_index_and_filter_blocks_with_high_priority=true + flush_block_policy_factory=FlushBlockBySizePolicyFactory + + +[CFOptions "Configuration"] + report_bg_io_stats=false + inplace_update_support=false + max_compaction_bytes=1677721600 + disable_auto_compactions=false + write_buffer_size=134217728 + bloom_locality=0 + max_bytes_for_level_multiplier=10.000000 + compaction_filter_factory=nullptr + optimize_filters_for_hits=false + target_file_size_base=67108864 + max_write_buffer_number_to_maintain=0 + hard_pending_compaction_bytes_limit=274877906944 + paranoid_file_checks=false + memtable_prefix_bloom_size_ratio=0.125000 + force_consistency_checks=true + max_write_buffer_number=6 + ttl=0 + max_bytes_for_level_multiplier_additional=1:1:1:1:1:1:1 + level0_slowdown_writes_trigger=20 + level_compaction_dynamic_level_bytes=false + compaction_options_fifo={allow_compaction=false;ttl=0;max_table_files_size=1073741824;} + inplace_update_num_locks=10000 + level0_file_num_compaction_trigger=2 + compression=kLZ4Compression + level0_stop_writes_trigger=40 + num_levels=7 + table_factory=BlockBasedTable + compression_per_level=kNoCompression:kNoCompression:kSnappyCompression:kSnappyCompression:kSnappyCompression:kSnappyCompression:kSnappyCompression + target_file_size_multiplier=1 + min_write_buffer_number_to_merge=2 + arena_block_size=16777216 + max_successive_merges=0 + memtable_huge_page_size=0 + compaction_pri=kByCompensatedSize + soft_pending_compaction_bytes_limit=68719476736 + max_bytes_for_level_base=536870912 + comparator=leveldb.BytewiseComparator + max_sequential_skip_in_iterations=8 + bottommost_compression=kDisableCompressionOption + prefix_extractor=rocksdb.FixedPrefix.8 + memtable_insert_with_hint_prefix_extractor=nullptr + memtable_factory=SkipListFactory + compaction_filter=nullptr + compaction_options_universal={allow_trivial_move=false;stop_style=kCompactionStopStyleTotalSize;min_merge_width=2;compression_size_percent=-1;max_size_amplification_percent=200;max_merge_width=4294967295;size_ratio=1;} + merge_operator=StringAppendOperator + compaction_style=kCompactionStyleLevel + +[TableOptions/BlockBasedTable "Configuration"] + format_version=0 + whole_key_filtering=true + verify_compression=false + partition_filters=true + enable_index_compression=true + checksum=kCRC32c + index_block_restart_interval=1 + pin_top_level_index_and_filter=true + block_align=false + block_size=4096 + index_type=kTwoLevelIndexSearch + filter_policy=nullptr + metadata_block_size=8192 + no_block_cache=false + block_size_deviation=10 + data_block_index_type=kDataBlockBinarySearch + data_block_hash_table_util_ratio=0.750000 + read_amp_bytes_per_bit=0 + cache_index_and_filter_blocks=false + block_restart_interval=16 + pin_l0_filter_and_index_blocks_in_cache=true + hash_index_allow_collision=true + cache_index_and_filter_blocks_with_high_priority=true + flush_block_policy_factory=FlushBlockBySizePolicyFactory + diff --git a/nacos/data/protocol/raft/naming_persistent_service/meta-data/raft_meta b/nacos/data/protocol/raft/naming_persistent_service/meta-data/raft_meta new file mode 100644 index 0000000..adf43d7 Binary files /dev/null and b/nacos/data/protocol/raft/naming_persistent_service/meta-data/raft_meta differ diff --git a/nacos/data/tenant-config-data/1491b51d-35bb-4278-8760-80cdbd28eb31/DEFAULT_GROUP/kkmall-gateway.yml b/nacos/data/tenant-config-data/1491b51d-35bb-4278-8760-80cdbd28eb31/DEFAULT_GROUP/kkmall-gateway.yml new file mode 100644 index 0000000..e2b3c3e --- /dev/null +++ b/nacos/data/tenant-config-data/1491b51d-35bb-4278-8760-80cdbd28eb31/DEFAULT_GROUP/kkmall-gateway.yml @@ -0,0 +1,3 @@ +spring: + application: + name: kkmall-gateway \ No newline at end of file diff --git a/nacos/naming/public/DEFAULT_GROUP%40%40content-center b/nacos/naming/public/DEFAULT_GROUP%40%40content-center new file mode 100644 index 0000000..2e18034 --- /dev/null +++ b/nacos/naming/public/DEFAULT_GROUP%40%40content-center @@ -0,0 +1 @@ +{"dom":"DEFAULT_GROUP@@content-center","name":"DEFAULT_GROUP@@content-center","cacheMillis":10000,"lastRefTime":1622294140247,"checksum":"0972a9f0f70a169abdc75e305346f220","useSpecifiedURL":false,"clusters":"","env":"","hosts":[],"metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/DEFAULT_GROUP%40%40content-center@@DEFAULT b/nacos/naming/public/DEFAULT_GROUP%40%40content-center@@DEFAULT new file mode 100644 index 0000000..581480e --- /dev/null +++ b/nacos/naming/public/DEFAULT_GROUP%40%40content-center@@DEFAULT @@ -0,0 +1 @@ +{"dom":"DEFAULT_GROUP@@content-center","name":"DEFAULT_GROUP@@content-center","cacheMillis":10000,"lastRefTime":1622294140247,"checksum":"0972a9f0f70a169abdc75e305346f220","useSpecifiedURL":false,"clusters":"DEFAULT","env":"","hosts":[],"metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-admin b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-admin new file mode 100644 index 0000000..8607d27 --- /dev/null +++ b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-admin @@ -0,0 +1 @@ +{"hosts":[{"ip":"192.168.31.128","port":8080,"valid":true,"healthy":true,"marked":false,"instanceId":"192.168.31.128#8080#DEFAULT#DEFAULT_GROUP@@kkmall-admin","metadata":{"preserved.register.source":"SPRING_CLOUD"},"enabled":true,"weight":1.0,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@kkmall-admin","ephemeral":true}],"dom":"DEFAULT_GROUP@@kkmall-admin","name":"DEFAULT_GROUP@@kkmall-admin","cacheMillis":10000,"lastRefTime":1623764891954,"checksum":"13a330242d0f2d5595b8ef0dece50299","useSpecifiedURL":false,"clusters":"","env":"","metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-admin@@DEFAULT b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-admin@@DEFAULT new file mode 100644 index 0000000..6cb207e --- /dev/null +++ b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-admin@@DEFAULT @@ -0,0 +1 @@ +{"hosts":[{"ip":"172.16.217.99","port":8080,"valid":true,"healthy":true,"marked":false,"instanceId":"172.16.217.99#8080#DEFAULT#DEFAULT_GROUP@@kkmall-admin","metadata":{"preserved.register.source":"SPRING_CLOUD"},"enabled":true,"weight":1.0,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@kkmall-admin","ephemeral":true}],"dom":"DEFAULT_GROUP@@kkmall-admin","name":"DEFAULT_GROUP@@kkmall-admin","cacheMillis":10000,"lastRefTime":1624117648899,"checksum":"08ee010d7fdcbad41aa984222cc7efcf","useSpecifiedURL":false,"clusters":"DEFAULT","env":"","metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-coupon b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-coupon new file mode 100644 index 0000000..64fbc75 --- /dev/null +++ b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-coupon @@ -0,0 +1 @@ +{"dom":"DEFAULT_GROUP@@kkmall-coupon","name":"DEFAULT_GROUP@@kkmall-coupon","cacheMillis":10000,"lastRefTime":1623806865222,"checksum":"509fe2d5de3ac948a337f28818d407f9","useSpecifiedURL":false,"clusters":"","env":"","hosts":[],"metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-coupon@@DEFAULT b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-coupon@@DEFAULT new file mode 100644 index 0000000..7abb35e --- /dev/null +++ b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-coupon@@DEFAULT @@ -0,0 +1 @@ +{"hosts":[{"ip":"172.16.217.99","port":7000,"valid":true,"healthy":true,"marked":false,"instanceId":"172.16.217.99#7000#DEFAULT#DEFAULT_GROUP@@kkmall-coupon","metadata":{"preserved.register.source":"SPRING_CLOUD"},"enabled":true,"weight":1.0,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@kkmall-coupon","ephemeral":true}],"dom":"DEFAULT_GROUP@@kkmall-coupon","name":"DEFAULT_GROUP@@kkmall-coupon","cacheMillis":10000,"lastRefTime":1624117649319,"checksum":"736c0a1b2cd60bb4e2a42bccb1a6eb5c","useSpecifiedURL":false,"clusters":"DEFAULT","env":"","metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-gateway@@DEFAULT b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-gateway@@DEFAULT new file mode 100644 index 0000000..d938aba --- /dev/null +++ b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-gateway@@DEFAULT @@ -0,0 +1 @@ +{"hosts":[{"ip":"172.16.217.99","port":88,"valid":true,"healthy":true,"marked":false,"instanceId":"172.16.217.99#88#DEFAULT#DEFAULT_GROUP@@kkmall-gateway","metadata":{"preserved.register.source":"SPRING_CLOUD"},"enabled":true,"weight":1.0,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@kkmall-gateway","ephemeral":true}],"dom":"DEFAULT_GROUP@@kkmall-gateway","name":"DEFAULT_GROUP@@kkmall-gateway","cacheMillis":10000,"lastRefTime":1624095279186,"checksum":"8c676c14028f68e95cb77c7d17c85614","useSpecifiedURL":false,"clusters":"DEFAULT","env":"","metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-member b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-member new file mode 100644 index 0000000..f0ea367 --- /dev/null +++ b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-member @@ -0,0 +1 @@ +{"dom":"DEFAULT_GROUP@@kkmall-member","name":"DEFAULT_GROUP@@kkmall-member","cacheMillis":10000,"lastRefTime":1623806857364,"checksum":"0f5efdd263273b36253ad5719846d5dc","useSpecifiedURL":false,"clusters":"","env":"","hosts":[],"metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-member@@DEFAULT b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-member@@DEFAULT new file mode 100644 index 0000000..02555e4 --- /dev/null +++ b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-member@@DEFAULT @@ -0,0 +1 @@ +{"hosts":[{"ip":"172.16.217.99","port":8000,"valid":true,"healthy":true,"marked":false,"instanceId":"172.16.217.99#8000#DEFAULT#DEFAULT_GROUP@@kkmall-member","metadata":{"preserved.register.source":"SPRING_CLOUD"},"enabled":true,"weight":1.0,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@kkmall-member","ephemeral":true}],"dom":"DEFAULT_GROUP@@kkmall-member","name":"DEFAULT_GROUP@@kkmall-member","cacheMillis":10000,"lastRefTime":1624117646938,"checksum":"b9968aa6424a12ab058d09c7fc00878a","useSpecifiedURL":false,"clusters":"DEFAULT","env":"","metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-order@@DEFAULT b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-order@@DEFAULT new file mode 100644 index 0000000..6cecc9b --- /dev/null +++ b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-order@@DEFAULT @@ -0,0 +1 @@ +{"hosts":[{"ip":"172.16.217.99","port":9000,"valid":true,"healthy":true,"marked":false,"instanceId":"172.16.217.99#9000#DEFAULT#DEFAULT_GROUP@@kkmall-order","metadata":{"preserved.register.source":"SPRING_CLOUD"},"enabled":true,"weight":1.0,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@kkmall-order","ephemeral":true}],"dom":"DEFAULT_GROUP@@kkmall-order","name":"DEFAULT_GROUP@@kkmall-order","cacheMillis":10000,"lastRefTime":1624095291204,"checksum":"99d866e7dfa9be232f63e8f43bdb7ebf","useSpecifiedURL":false,"clusters":"DEFAULT","env":"","metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-product b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-product new file mode 100644 index 0000000..8204464 --- /dev/null +++ b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-product @@ -0,0 +1 @@ +{"hosts":[{"ip":"192.168.31.128","port":10000,"valid":true,"healthy":true,"marked":false,"instanceId":"192.168.31.128#10000#DEFAULT#DEFAULT_GROUP@@kkmall-product","metadata":{"preserved.register.source":"SPRING_CLOUD"},"enabled":true,"weight":1.0,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@kkmall-product","ephemeral":true}],"dom":"DEFAULT_GROUP@@kkmall-product","name":"DEFAULT_GROUP@@kkmall-product","cacheMillis":10000,"lastRefTime":1623764967743,"checksum":"eaaa343cc0478a3ed58b6be5a2267ef1","useSpecifiedURL":false,"clusters":"","env":"","metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-product@@DEFAULT b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-product@@DEFAULT new file mode 100644 index 0000000..5d8fa18 --- /dev/null +++ b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-product@@DEFAULT @@ -0,0 +1 @@ +{"hosts":[{"ip":"172.16.217.99","port":10000,"valid":true,"healthy":true,"marked":false,"instanceId":"172.16.217.99#10000#DEFAULT#DEFAULT_GROUP@@kkmall-product","metadata":{"preserved.register.source":"SPRING_CLOUD"},"enabled":true,"weight":1.0,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@kkmall-product","ephemeral":true}],"dom":"DEFAULT_GROUP@@kkmall-product","name":"DEFAULT_GROUP@@kkmall-product","cacheMillis":10000,"lastRefTime":1624117647281,"checksum":"34e9de62c4c47878b74771b4c3da565b","useSpecifiedURL":false,"clusters":"DEFAULT","env":"","metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-third-server b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-third-server new file mode 100644 index 0000000..4d7970b --- /dev/null +++ b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-third-server @@ -0,0 +1 @@ +{"hosts":[{"ip":"192.168.31.128","port":30000,"valid":true,"healthy":true,"marked":false,"instanceId":"192.168.31.128#30000#DEFAULT#DEFAULT_GROUP@@kkmall-third-server","metadata":{"preserved.register.source":"SPRING_CLOUD"},"enabled":true,"weight":1.0,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@kkmall-third-server","ephemeral":true}],"dom":"DEFAULT_GROUP@@kkmall-third-server","name":"DEFAULT_GROUP@@kkmall-third-server","cacheMillis":10000,"lastRefTime":1623739352355,"checksum":"774ab2e6bb830576b0733b86d847f867","useSpecifiedURL":false,"clusters":"","env":"","metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-ware b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-ware new file mode 100644 index 0000000..e6dbe61 --- /dev/null +++ b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-ware @@ -0,0 +1 @@ +{"hosts":[{"ip":"192.168.31.128","port":11000,"valid":true,"healthy":true,"marked":false,"instanceId":"192.168.31.128#11000#DEFAULT#DEFAULT_GROUP@@kkmall-ware","metadata":{"preserved.register.source":"SPRING_CLOUD"},"enabled":true,"weight":1.0,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@kkmall-ware","ephemeral":true}],"dom":"DEFAULT_GROUP@@kkmall-ware","name":"DEFAULT_GROUP@@kkmall-ware","cacheMillis":10000,"lastRefTime":1623764960918,"checksum":"d030fb8baf75da0f7aff29f1d712d271","useSpecifiedURL":false,"clusters":"","env":"","metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-ware@@DEFAULT b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-ware@@DEFAULT new file mode 100644 index 0000000..bcb393c --- /dev/null +++ b/nacos/naming/public/DEFAULT_GROUP%40%40kkmall-ware@@DEFAULT @@ -0,0 +1 @@ +{"hosts":[{"ip":"172.16.217.99","port":11000,"valid":true,"healthy":true,"marked":false,"instanceId":"172.16.217.99#11000#DEFAULT#DEFAULT_GROUP@@kkmall-ware","metadata":{"preserved.register.source":"SPRING_CLOUD"},"enabled":true,"weight":1.0,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@kkmall-ware","ephemeral":true}],"dom":"DEFAULT_GROUP@@kkmall-ware","name":"DEFAULT_GROUP@@kkmall-ware","cacheMillis":10000,"lastRefTime":1624117649630,"checksum":"04c483b72bd2b56eeb4b8d41ee6e5225","useSpecifiedURL":false,"clusters":"DEFAULT","env":"","metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/DEFAULT_GROUP%40%40secKill-center@@DEFAULT b/nacos/naming/public/DEFAULT_GROUP%40%40secKill-center@@DEFAULT new file mode 100644 index 0000000..eda1f25 --- /dev/null +++ b/nacos/naming/public/DEFAULT_GROUP%40%40secKill-center@@DEFAULT @@ -0,0 +1 @@ +{"dom":"DEFAULT_GROUP@@secKill-center","name":"DEFAULT_GROUP@@secKill-center","cacheMillis":10000,"lastRefTime":1622294140370,"checksum":"40144088c7cffc86c50b790c24adeda6","useSpecifiedURL":false,"clusters":"DEFAULT","env":"","hosts":[],"metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/failover/DEFAULT_GROUP%40%40content-center@@DEFAULT b/nacos/naming/public/failover/DEFAULT_GROUP%40%40content-center@@DEFAULT new file mode 100644 index 0000000..f495b0b --- /dev/null +++ b/nacos/naming/public/failover/DEFAULT_GROUP%40%40content-center@@DEFAULT @@ -0,0 +1 @@ +{"name":"DEFAULT_GROUP@@content-center","groupName":"DEFAULT_GROUP","clusters":"DEFAULT","cacheMillis":10000,"hosts":[{"instanceId":"192.168.31.128#8083#DEFAULT#DEFAULT_GROUP@@content-center","ip":"192.168.31.128","port":8083,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@content-center","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}],"lastRefTime":1622015901013,"checksum":"","allIPs":false,"reachProtectionThreshold":false,"valid":true} \ No newline at end of file diff --git a/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-admin b/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-admin new file mode 100644 index 0000000..c45ad5c --- /dev/null +++ b/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-admin @@ -0,0 +1 @@ +{"hosts":[{"ip":"192.168.31.128","port":8080,"valid":true,"healthy":true,"marked":false,"instanceId":"192.168.31.128#8080#DEFAULT#DEFAULT_GROUP@@kkmall-admin","metadata":{"preserved.register.source":"SPRING_CLOUD"},"enabled":true,"weight":1.0,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@kkmall-admin","ephemeral":true}],"dom":"DEFAULT_GROUP@@kkmall-admin","name":"DEFAULT_GROUP@@kkmall-admin","cacheMillis":10000,"lastRefTime":1623676523727,"checksum":"13a330242d0f2d5595b8ef0dece50299","useSpecifiedURL":false,"clusters":"","env":"","metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-admin@@DEFAULT b/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-admin@@DEFAULT new file mode 100644 index 0000000..dda0930 --- /dev/null +++ b/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-admin@@DEFAULT @@ -0,0 +1 @@ +{"hosts":[{"ip":"172.16.217.99","port":8080,"valid":true,"healthy":true,"marked":false,"instanceId":"172.16.217.99#8080#DEFAULT#DEFAULT_GROUP@@kkmall-admin","metadata":{"preserved.register.source":"SPRING_CLOUD"},"enabled":true,"weight":1.0,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@kkmall-admin","ephemeral":true}],"dom":"DEFAULT_GROUP@@kkmall-admin","name":"DEFAULT_GROUP@@kkmall-admin","cacheMillis":10000,"lastRefTime":1624105299729,"checksum":"08ee010d7fdcbad41aa984222cc7efcf","useSpecifiedURL":false,"clusters":"DEFAULT","env":"","metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-coupon b/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-coupon new file mode 100644 index 0000000..8be917b --- /dev/null +++ b/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-coupon @@ -0,0 +1 @@ +{"hosts":[{"ip":"192.168.31.128","port":7000,"valid":true,"healthy":true,"marked":false,"instanceId":"192.168.31.128#7000#DEFAULT#DEFAULT_GROUP@@kkmall-coupon","metadata":{"preserved.register.source":"SPRING_CLOUD"},"enabled":true,"weight":1.0,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@kkmall-coupon","ephemeral":true}],"dom":"DEFAULT_GROUP@@kkmall-coupon","name":"DEFAULT_GROUP@@kkmall-coupon","cacheMillis":10000,"lastRefTime":1623074011343,"checksum":"bc123f10a1488edf8cf874d950a42b18","useSpecifiedURL":false,"clusters":"","env":"","metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-coupon@@DEFAULT b/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-coupon@@DEFAULT new file mode 100644 index 0000000..770d7b7 --- /dev/null +++ b/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-coupon@@DEFAULT @@ -0,0 +1 @@ +{"hosts":[{"ip":"172.16.217.99","port":7000,"valid":true,"healthy":true,"marked":false,"instanceId":"172.16.217.99#7000#DEFAULT#DEFAULT_GROUP@@kkmall-coupon","metadata":{"preserved.register.source":"SPRING_CLOUD"},"enabled":true,"weight":1.0,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@kkmall-coupon","ephemeral":true}],"dom":"DEFAULT_GROUP@@kkmall-coupon","name":"DEFAULT_GROUP@@kkmall-coupon","cacheMillis":10000,"lastRefTime":1624105269970,"checksum":"736c0a1b2cd60bb4e2a42bccb1a6eb5c","useSpecifiedURL":false,"clusters":"DEFAULT","env":"","metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-gateway@@DEFAULT b/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-gateway@@DEFAULT new file mode 100644 index 0000000..725d815 --- /dev/null +++ b/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-gateway@@DEFAULT @@ -0,0 +1 @@ +{"hosts":[{"ip":"172.16.217.99","port":88,"valid":true,"healthy":true,"marked":false,"instanceId":"172.16.217.99#88#DEFAULT#DEFAULT_GROUP@@kkmall-gateway","metadata":{"preserved.register.source":"SPRING_CLOUD"},"enabled":true,"weight":1.0,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@kkmall-gateway","ephemeral":true}],"dom":"DEFAULT_GROUP@@kkmall-gateway","name":"DEFAULT_GROUP@@kkmall-gateway","cacheMillis":10000,"lastRefTime":1624105253519,"checksum":"8c676c14028f68e95cb77c7d17c85614","useSpecifiedURL":false,"clusters":"DEFAULT","env":"","metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-member b/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-member new file mode 100644 index 0000000..a70b34e --- /dev/null +++ b/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-member @@ -0,0 +1 @@ +{"hosts":[{"ip":"192.168.31.128","port":8000,"valid":true,"healthy":true,"marked":false,"instanceId":"192.168.31.128#8000#DEFAULT#DEFAULT_GROUP@@kkmall-member","metadata":{"preserved.register.source":"SPRING_CLOUD"},"enabled":true,"weight":1.0,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@kkmall-member","ephemeral":true}],"dom":"DEFAULT_GROUP@@kkmall-member","name":"DEFAULT_GROUP@@kkmall-member","cacheMillis":10000,"lastRefTime":1623676527366,"checksum":"f8c4ea3e66e42aeb561c53392e6599c9","useSpecifiedURL":false,"clusters":"","env":"","metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-member@@DEFAULT b/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-member@@DEFAULT new file mode 100644 index 0000000..42f41d3 --- /dev/null +++ b/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-member@@DEFAULT @@ -0,0 +1 @@ +{"hosts":[{"ip":"172.16.217.99","port":8000,"valid":true,"healthy":true,"marked":false,"instanceId":"172.16.217.99#8000#DEFAULT#DEFAULT_GROUP@@kkmall-member","metadata":{"preserved.register.source":"SPRING_CLOUD"},"enabled":true,"weight":1.0,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@kkmall-member","ephemeral":true}],"dom":"DEFAULT_GROUP@@kkmall-member","name":"DEFAULT_GROUP@@kkmall-member","cacheMillis":10000,"lastRefTime":1624105267526,"checksum":"b9968aa6424a12ab058d09c7fc00878a","useSpecifiedURL":false,"clusters":"DEFAULT","env":"","metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-order@@DEFAULT b/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-order@@DEFAULT new file mode 100644 index 0000000..0cd9150 --- /dev/null +++ b/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-order@@DEFAULT @@ -0,0 +1 @@ +{"hosts":[{"ip":"172.16.217.99","port":9000,"valid":true,"healthy":true,"marked":false,"instanceId":"172.16.217.99#9000#DEFAULT#DEFAULT_GROUP@@kkmall-order","metadata":{"preserved.register.source":"SPRING_CLOUD"},"enabled":true,"weight":1.0,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@kkmall-order","ephemeral":true}],"dom":"DEFAULT_GROUP@@kkmall-order","name":"DEFAULT_GROUP@@kkmall-order","cacheMillis":10000,"lastRefTime":1624105274975,"checksum":"99d866e7dfa9be232f63e8f43bdb7ebf","useSpecifiedURL":false,"clusters":"DEFAULT","env":"","metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-product b/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-product new file mode 100644 index 0000000..2222321 --- /dev/null +++ b/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-product @@ -0,0 +1 @@ +{"hosts":[{"ip":"192.168.31.128","port":10000,"valid":true,"healthy":true,"marked":false,"instanceId":"192.168.31.128#10000#DEFAULT#DEFAULT_GROUP@@kkmall-product","metadata":{"preserved.register.source":"SPRING_CLOUD"},"enabled":true,"weight":1.0,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@kkmall-product","ephemeral":true}],"dom":"DEFAULT_GROUP@@kkmall-product","name":"DEFAULT_GROUP@@kkmall-product","cacheMillis":10000,"lastRefTime":1623753584180,"checksum":"eaaa343cc0478a3ed58b6be5a2267ef1","useSpecifiedURL":false,"clusters":"","env":"","metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-product@@DEFAULT b/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-product@@DEFAULT new file mode 100644 index 0000000..e4a0712 --- /dev/null +++ b/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-product@@DEFAULT @@ -0,0 +1 @@ +{"hosts":[{"ip":"172.16.217.99","port":10000,"valid":true,"healthy":true,"marked":false,"instanceId":"172.16.217.99#10000#DEFAULT#DEFAULT_GROUP@@kkmall-product","metadata":{"preserved.register.source":"SPRING_CLOUD"},"enabled":true,"weight":1.0,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@kkmall-product","ephemeral":true}],"dom":"DEFAULT_GROUP@@kkmall-product","name":"DEFAULT_GROUP@@kkmall-product","cacheMillis":10000,"lastRefTime":1624105278092,"checksum":"34e9de62c4c47878b74771b4c3da565b","useSpecifiedURL":false,"clusters":"DEFAULT","env":"","metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-third-server b/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-third-server new file mode 100644 index 0000000..78ad3d2 --- /dev/null +++ b/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-third-server @@ -0,0 +1 @@ +{"hosts":[{"ip":"192.168.31.128","port":30000,"valid":true,"healthy":true,"marked":false,"instanceId":"192.168.31.128#30000#DEFAULT#DEFAULT_GROUP@@kkmall-third-server","metadata":{"preserved.register.source":"SPRING_CLOUD"},"enabled":true,"weight":1.0,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@kkmall-third-server","ephemeral":true}],"dom":"DEFAULT_GROUP@@kkmall-third-server","name":"DEFAULT_GROUP@@kkmall-third-server","cacheMillis":10000,"lastRefTime":1623314370874,"checksum":"774ab2e6bb830576b0733b86d847f867","useSpecifiedURL":false,"clusters":"","env":"","metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-ware@@DEFAULT b/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-ware@@DEFAULT new file mode 100644 index 0000000..96e7dd7 --- /dev/null +++ b/nacos/naming/public/failover/DEFAULT_GROUP%40%40kkmall-ware@@DEFAULT @@ -0,0 +1 @@ +{"hosts":[{"ip":"172.16.217.99","port":11000,"valid":true,"healthy":true,"marked":false,"instanceId":"172.16.217.99#11000#DEFAULT#DEFAULT_GROUP@@kkmall-ware","metadata":{"preserved.register.source":"SPRING_CLOUD"},"enabled":true,"weight":1.0,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@kkmall-ware","ephemeral":true}],"dom":"DEFAULT_GROUP@@kkmall-ware","name":"DEFAULT_GROUP@@kkmall-ware","cacheMillis":10000,"lastRefTime":1624105280514,"checksum":"04c483b72bd2b56eeb4b8d41ee6e5225","useSpecifiedURL":false,"clusters":"DEFAULT","env":"","metadata":{}} \ No newline at end of file diff --git a/nacos/naming/public/failover/DEFAULT_GROUP%40%40user-center%26secKill-center b/nacos/naming/public/failover/DEFAULT_GROUP%40%40user-center%26secKill-center new file mode 100644 index 0000000..5833112 --- /dev/null +++ b/nacos/naming/public/failover/DEFAULT_GROUP%40%40user-center%26secKill-center @@ -0,0 +1 @@ +{"name":"DEFAULT_GROUP@@user-center&secKill-center","groupName":"DEFAULT_GROUP","clusters":"","cacheMillis":10000,"hosts":[],"lastRefTime":1622015880986,"checksum":"","allIPs":false,"reachProtectionThreshold":false,"valid":true} \ No newline at end of file