Skip to content
New issue

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

解决gateway连接redission启动时,netty信息抱错(本机为Mac m1) #68

Closed
wants to merge 998 commits into from

Conversation

Boy2ang
Copy link

@Boy2ang Boy2ang commented Dec 1, 2021

at com.youlai.gateway.GatewayApplication.main(GatewayApplication.java:11)
Caused by: java.lang.UnsatisfiedLinkError: io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider.resolvers()[Lio/netty/resolver/dns/macos/DnsResolver;
at io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider.resolvers(Native Method)
at io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider.retrieveCurrentMappings(MacOSDnsServerAddressStreamProvider.java:127)
at io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider.(MacOSDnsServerAddressStreamProvider.java:123)

haoxianrui and others added 30 commits June 29, 2021 01:02
1、添加用户缓存到本地
2、添加用户修改之后清除本地缓存
3、发布Redis消息到其他集群节点,清除本地缓存

Closes I3W2A款
1、添加用户缓存到本地
2、添加用户修改之后清除本地缓存
3、发布Redis消息到其他集群节点,清除本地缓存

Closes I3W2A款
1、添加用户缓存到本地
2、添加用户修改之后清除本地缓存
3、发布Redis消息到其他集群节点,清除本地缓存
4、添加环境变量开关(使用之前的demo)

Closes I3W2A款
# Conflicts:
#	youlai-gateway/src/main/java/com/youlai/gateway/security/ResourceServerManager.java
#	youlai-gateway/src/main/java/com/youlai/gateway/security/SecurityGlobalFilter.java
1、Seata TCC 订单功能添加
2、冻结库存TCC模式添加
1、提交订单功能充AT模式可以切换到TCC模式
2、对应的冻结库存TCC模式添加
3、相关功能测试(异常回滚的执行)

Closes #I414QN
haoxianrui and others added 23 commits October 29, 2021 23:12
Merge pull request !3 from zhangjiwei/master
1. 完善 knife4j 客户端不能自动填充的注释;
2. 修改测试客户端ID由test→client;
3. Canal
实例名添加注释;
4. gitignore 添加 meta.dat 文件注释。
@Boy2ang
Copy link
Author

Boy2ang commented Dec 1, 2021

MacBook m1芯片有此问题,原因是redisson和netty的版本兼容性相关,如果以后其他朋友遇到此问题可以参考。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants