Aurora Blog
Home
Redis Crash when enabling io-threads-do-reads under high concurrency (Redis 7.2.10 on K8s)
2025-08-04 14:01:26
4571
Crash reportRedis crashes during high-concurrency read/write benchmark when IO threads are enabled.Full crash log (key s...
Redis crashed when starting redis with docker
2025-08-04 14:01:24
16434
Notice!- If a Redis module was involved, please open an issue in the module's repo instead!- If you're using docker on A...
Gorm With gorm and the sqlite driver that comes with gorm, when storing a number of the string type, if the number is very long, then the number is stored in the database as a scientific notation
2025-08-04 14:01:21
1906
Your QuestionWith gorm (" Gorm.io /gorm") and the sqlite driver that comes with gorm (" Gorm.io /driver/sqlite"), when s...
Spring AI DeepSeekChatModel: role field sent as uppercase "USER", causes 422 error
2025-08-04 14:01:07
6403
When using the DeepSeekChatModel.call() method in Spring AI (non-streaming mode), the following error occurs:HTTP 422 - ...
Spring AI 在响应的时候如何获取到记忆中的消息id
2025-08-04 14:00:59
849
如何在controller层获取到消息的id啊 @GetMapping("/stream") public Flux<String> testStream(String q, String cha...
Spring AI Add LiteLLM support
2025-08-04 14:00:44
660
Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested....
Spring AI Auto-Configuration for Multiple Beans of the Same Type
2025-08-04 14:00:39
4009
Expected BehaviorIt should be possible to auto-configure multiple beans of the same type, including ChatClient, ChatMode...
SpringBoot Provide support for auto-configuring multiple beans
2025-08-04 14:00:24
16201
Auto-configuration of a single DataSource works well for the vast majority of users, but when a subsequent DataSource is...
Spring Kotlinx Serialization doesn't work when using ResponseEntity
2025-08-04 14:00:19
1224
Spring Boot BOM: 4.0.0-M1Component: spring-webVersion: 7.0.0-M7 (This worked on 6.2.9, but failed for any Types that con...
Spring Revise StartupStep to implement AutoCloseable
2025-08-04 14:00:09
1012
Recently I found myself writing some code that needed to leverage StartupStep, and found the explicit end() call to resu...
Golang os: documentation of Rename doesn't specify the behavior of trying to rename a file to an existing directory
2025-08-03 14:01:43
6184
Go versiongo version go1.22.2 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...
Golang x/net/route: ParseRIB errors with RTM_ADD and RTM_DELETE
2025-08-03 14:01:41
3921
Go versiongo version go1.24.3 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='cc'CGO_CFLAGS='-O2 -g'CGO...
Golang "The connection was reset" error when uploading a ~10MB file
2025-08-03 14:01:33
2677
Go versiongo version go1.22.4 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Pandas API: NaN vs NA in mixed reduction
2025-08-03 14:01:25
872
df = pd.DataFrame( { "B": [1, None, 3], "C": pd.array([1, None, 3], dtype="Int...
Pandas issubdtype(<categorical>, np.bool_) raises error
2025-08-03 14:01:19
14747
In[14]: import pandas as pdBackend Qt4Agg is interactive backend. Turning interactive mode on.In[15]: import numpy as np...
Apache Superset Time–shifted cumulative charts mis-align when current date has no data
2025-08-03 14:01:04
2154
Bug descriptionWhen using Time comparison with cumulative post-processing, rows that exist only in the shifted period (e...
MyBatis-Plus JSqlParser升级注意事项
2025-08-03 14:00:55
1359
重大改变自4.9开始连续的换行会认为是结束语句会抛出Encountered unexpected token。 如果你项目中含有连续换行语句,可以按如下方法进行统一处理连续换行语句。 ```java static { ...
MyBatis-Plus [错误报告]: 自定义mybatis plus starter中引入过MapperScan,主项目引入starter后,仍然会去扫描@SpringBootApplication所在的包,最终导致警告.
2025-08-03 14:00:53
460
确认[x] 我使用的版本是最新版, 并且使用插件确认过项目里无依赖版本冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为遇到的问题(不得删除 描述 前面的部分)当前程序版本i...
Gorm Lazy Connections with Read/Write splitting
2025-08-03 14:00:40
1115
Your QuestionI'd like to use read/write connection splitting with the DBResolver. When using this plugin as-documented, ...
Gorm Initialization with no default dialector
2025-08-03 14:00:38
1092
Your QuestionIf we wish to use a DBResolver for multiple Sources and multiple Replicas, do we need to provide a default ...
上一页
下一页
1
…
151
152
153
154
155
…
373
.