coderunner234 commented on issue #2770:
URL: https://github.com/apache/fory/issues/2770#issuecomment-3476331654

   hi @chaokunyang i reproduced the issue using a temp class  using a complex 
object to serialize to setoff the 5 sec waiting time for the fortyJITcompiler 
threads.
   sample log: [HOOK] Total time from main start to JVM shutdown: 5565 ms
   
   
   i set the thread to daemon in **ForyJitCompilerThreadFactory**
   and the 5 sec wait time disappeared
   sample log : [HOOK] Total time from main start to JVM shutdown: 619 ms
   
   
   but i am not able to push my changes to my branch.
   its throwing 403 :
   17:38:32.158: [fory] git -c credential.helper= -c core.quotepath=false -c 
log.showSignature=false push --progress --porcelain origin 
refs/heads/kt-daemon-thread:refs/heads/kt-daemon-thread --set-upstream
   remote: Permission to apache/fory.git denied to coderunner234.
   fatal: unable to access 'https://github.com/apache/fory.git/': The requested 
URL returned error: 403
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to