We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dble version:5.7.11-dble-3.21.10.0-97a3b6d73a49cb374020f930c59f82746220b424-20211119065525 preconditions :发现问题的环境是前端一台dble, 后端2台Mariadb 10.2.33数据库服务器
cluster.cnf
clusterEnable=false clusterMode=zk clusterIP=*.*.*.*:2181 clusterPort=5700 rootPath=/dble clusterId=cluster-1 needSyncHa=false showBinlogStatusTimeout=60000 sequenceHandlerType=1
bootstrap.cnf
-agentlib:jdwp=transport=dt_socket,server=y,address=8088,suspend=n -server -XX:+AggressiveOpts -Dfile.encoding=UTF-8 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=1984 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.host=127.0.0.1 -Xmx3G -Xms1G -Xss256k -XX:MaxDirectMemorySize=3G -XX:MetaspaceSize=100M -XX:-OmitStackTraceInFastThrow -XX:+PrintHeapAtGC -XX:+PrintGCDateStamps -Xloggc:./logs/gc_%WRAPPER_TIME_YYYYMMDDHHIISS%_%p.log -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -XX:+PrintTenuringDistribution -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSParallelRemarkEnabled -XX:+UseCMSCompactAtFullCollection -XX:CMSFullGCsBeforeCompaction=0 -XX:+CMSClassUnloadingEnabled -XX:LargePageSizeInBytes=128M -XX:+UseFastAccessorMethods -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=70 -DhomePath=. -DinstanceName=dble01 -DinstanceId=1 -DserverId=xxx1 -DfakeMySQLVersion=5.7.11 -DserverBacklog=2048 -DuseOuterHa=true -Dcharset=utf8mb4 -DmaxPacketSize=167772160 -DtxIsolation=2 -DidleTimeout=3600000 -DcapClientFoundRows=false -DusingAIO=0 -DuseThreadUsageStat=1 -DcheckTableConsistency=0 -DcheckTableConsistencyPeriod=60000 -DprocessorCheckPeriod=1000 -DsqlExecuteTimeout=3600 -DotherMemSize=4 -DorderMemSize=4 -DjoinMemSize=4 -DbufferPoolChunkSize=32767 -DbufferPoolPageSize=4194304 -DuseSqlStat=1 -DclearBigSQLResultSetMapMs=600000 -DrecordTxn=0 -DxaSessionCheckPeriod=1000 -DxaLogCleanPeriod=1000 -DnestLoopConnSize=4 -DnestLoopRowsSize=2000 -DenableSlowLog=1 -DslowLogBaseDir=./slowlogs -DslowLogBaseName=slow-query -DflushSlowLogPeriod=1 -DflushSlowLogSize=1000 -DsqlSlowTime=500 -DmaxRowSizeToFile=100000 -DenableBatchLoadData=1 -DenableFlowControl=false -DflowControlHighLevel=4194304 -DflowControlLowLevel=262144 -DenableGeneralLog=0
db.xml
user.xml
sharding.xml
<dble:sharding xmlns:dble="http://dble.cloud/" version="4.0"> <schema name="csgodb" shardingNode="dn01_1"> <shardingTable name="user_login_log" shardingNode="dn01_$1-4,dn02_$1-4" function="func_jumpHash_int8" shardingColumn="user_id"/> </schema> <shardingNode name="dn01_$1-4" dbGroup="dbGroup1" database="csgodb_$1-4"/> <function name="func_jumpHash_int8" class="jumpStringHash"> <property name="partitionCount">8</property> <property name="hashSlice">0:0</property> </function> </dble:sharding>
The text was updated successfully, but these errors were encountered:
will be fixed in the next release and in the problematic release
Sorry, something went wrong.
verified on version: 5.7.21-dble-9.9.9.9-f40048915be091cfaa391dd429523ee17d0d4cb3-20221212012550
wjl1619
No branches or pull requests
dble version:5.7.11-dble-3.21.10.0-97a3b6d73a49cb374020f930c59f82746220b424-20211119065525
preconditions :发现问题的环境是前端一台dble, 后端2台Mariadb 10.2.33数据库服务器
cluster.cnf
bootstrap.cnf
db.xml
user.xml
sharding.xml
The text was updated successfully, but these errors were encountered: