honey icon indicating copy to clipboard operation
honey copied to clipboard

Bee is an AI, easy and high efficiency ORM framework,support JDBC,Cassandra,Mongodb,Sharding,Android,HarmonyOS. Honey is the implementation of the Bee.

Results 3 honey issues
Sort by recently updated
recently updated
newest added

你用mysql实现workid的唯一性?看上去和leaf 基于zk实现workid唯一性异曲同工

[https://github.com/automvc/honey/blob/master/src/main/java/org/teasoft/honey/distribution/OneTimeSnowflakeId.java](url) 问题:当(sequence >> sequenceBits) > 0和segment >= maxSegment都为true时,会导致每次请求time都在递增 ` if ((sequence >> sequenceBits) > 0) { // 超过序列位表示的最大值 if (segment >= maxSegment) { // 已用完,自动用下一秒的 time++; } else { sequence...

大佬,能否支持自定义Log实现