halibobo1205

Results 11 comments of halibobo1205

I test it use goleveldb, it very fast,but use goleveldb open an c++ leveldb db, it will lost xxx .log data, this cloud be goleveldb has special manifest deal ....

@mtommila, In JDK8 for x86_64, the `fast_pow`(Math.pow ) used the following instructions fyl2x and f2xm1, I would like to know if it is possible to emulate them on the ARM...

Emulate the results bit-by-bit exactly for pow between the arm and x86, do you have any good ideas?

QEMU might be an option, but I don't want to run the whole program in an emulator.

I noticed another difference in JDK8. Intel(R) Xeon(R) Platinum 8124M(Linux) VS intel i7(Macos) ```java System.out.println(Math.pow(0.95, 359)); // 3e459cca0dcd9844(Macos), 3e459cca0dcd9845(Linux) ```

@kannanjgithub No, I added a DebugInterceptor. When it gets stuck, there are no `onMessage` and `onClose` logs. ```java public class DebugInterceptor implements ClientInterceptor { @Override public ClientCall interceptCall( MethodDescriptor method,...

@kannanjgithub, client and server both are debug logs ``` 2025-11-07 17:12:54.849 DEBUG [Test worker] [i.n.u.i.InternalThreadLocalMap](InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 2025-11-07 17:12:54.849 DEBUG [Test worker] [i.n.u.i.InternalThreadLocalMap](InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 2025-11-07 17:12:54.861 DEBUG [Test worker]...

@kannanjgithub How do I configure log output if there are no similar logs during the call? Would you like me to configure something like a LoggingHandler?

``` 2025-11-11 07:59:23.821 DEBUG [grpc-nio-worker-ELG-2-5] [i.g.n.NettyServerHandler](AbstractInternalLogger.java:214) [id: 0x457f0d6d, L:/127.0.0.1:15000 - R:/127.0.0.1:404 24] OUTBOUND HEADERS: streamId=33 headers=GrpcHttp2OutboundHeaders[:status: 200, content-type: application/grpc, grpc-encoding: identity, grpc-accept-encoding: gzip] padd ing=0 endStream=false 2025-11-11 07:59:23.821 DEBUG [grpc-nio-worker-ELG-2-5]...