ajian
ajian
### What problem does this PR solve? tikv/client-java#514 Replace existing tispark/tikv-client module with upstream tikv/clien-java module. ### What is changed and how it works? #### module tikv-client-java 1. build (shell...
### What problem does this PR solve? Problem Description: The name of the current `minTiKVVersion` method is confusing, TiSpark changed the method name to `isTiKVVersionGreatEqualThanVersion` in [#2481](https://github.com/pingcap/tispark/pull/2481). Currently, tiSpark is...
### What problem does this PR solve? Issue Number: close #643 Problem Description: The lock information that is being cleaned up will be cached in the RegionStoreClient so that it...
In client-java, TiKVExeption exception "Lock not resolved, retry" Is it not retrying as this pullrequest does? [#1905](https://github.com/pingcap/tispark/issues/1905) Is there a BatchGet retry mechanism? (maybe the test part of this pr...
- `com.pingcap.tikv.util.ConvertUpstreamUtils.isTiKVVersionGreatEqualThanVersion` method: If the upstream changes the method name from `StoreVersion.minTiKVVersion` to `StoreVersion.isTiKVVersionGreatEqualThanVersion`, remove this method and use the upstream method directly. tikv/client-java#647 - TiDBOptions `txnPrewriteBatchSize`,`txnCommitBatchSize`,`writeBufferSize`,`writeThreadPerTask`,`retryCommitSecondaryKey`,`prewriteMaxRetryTimes` are deleted, because...
Reply language settings I think you can set the reply language in the settings. Because for a user, the content he sends may be in various forms, but he hopes...
### Chat2DB Version 2.0.1 ### Describe the bug When converting natural language to sql to do multi-table association query, the most suitable name cannot be automatically found based on the...
### Please make sure of the following things - [X] I have read the [documentation](https://alist.nn.ci). 我已经阅读了[文档](https://alist.nn.ci)。 - [X] I'm sure there are no duplicate issues or discussions. 我确定没有重复的issue或讨论。 - [X]...
### 请描述您的问题 场景: 云服务部署1Panel,docker启动alist并配置域名反代. 反代配置中已配置文件大小和超时时间.(之前备份时出现过超时和文件大小错误,解决后出现现在的504错误) 问题: 通过1Panel-->webdav-->alist-->夸克云盘时,出现504错误. 但是1Panel-->webdav-->alist-->onedrive时成功. 并且1Panel-->onedrive直接备份时成功. 已排除alist的问题.应该是1Panel的问题.   面板日志: ``` [2024-02-19 22:09:56] [DEBUG] compress successful! size of file: 1.31G [2024-02-19 22:09:56] [DEBUG] remove snapshot file /opt/1panel/backup/system/snapshot_1panel_v1.9.6_202402192203420pl5q...
user表 name,uid,age 生成的Dao是` List queryAllByLimit(User user, @Param("pageable") Pageable pageable);`,只有pageable 加了注解。mapper是这样的 ```xml select name, uid, age from user and name = #{name} and uid = #{uid} and age = #{age} limit...