You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/11/28 17:16:52 UTC

[GitHub] [incubator-kvrocks] SamSpiri commented on issue #1146: Docker container exits with no output

SamSpiri commented on issue #1146:
URL: https://github.com/apache/incubator-kvrocks/issues/1146#issuecomment-1329460652

   > not supported by your cpu 
   I tried on intel and it also worked until i triggered CTRL-C,
   but it didn't produce any output while running and then before exiting it prints all the logs.
   That's my main concern, because i have no logs of kvrocks in my kubernetes.
   ```
   $ docker run -i --rm apache/kvrocks:2.2.0
   ^CI20221128 17:10:47.559381     1 main.cc:306] kvrocks version 2.2.0 @17b31e7
   I20221128 17:10:47.606953     1 storage.cc:326] [storage] Success to load the data from disk: 21 ms
   I20221128 17:10:47.608379     1 worker.cc:67] [worker] Listening on: 0.0.0.0:6666
   I20221128 17:10:47.608695     1 worker.cc:67] [worker] Listening on: 0.0.0.0:6666
   I20221128 17:10:47.608955     1 worker.cc:67] [worker] Listening on: 0.0.0.0:6666
   I20221128 17:10:47.609221     1 worker.cc:67] [worker] Listening on: 0.0.0.0:6666
   I20221128 17:10:47.609475     1 worker.cc:67] [worker] Listening on: 0.0.0.0:6666
   I20221128 17:10:47.609719     1 worker.cc:67] [worker] Listening on: 0.0.0.0:6666
   I20221128 17:10:47.609954     1 worker.cc:67] [worker] Listening on: 0.0.0.0:6666
   I20221128 17:10:47.610208     1 worker.cc:67] [worker] Listening on: 0.0.0.0:6666
   I20221128 17:10:47.610711     1 worker.cc:483] [worker] Thread #140263785711360 started
   I20221128 17:10:47.610746     1 worker.cc:483] [worker] Thread #140263794104064 started
   I20221128 17:10:47.610776     1 worker.cc:483] [worker] Thread #140263802496768 started
   I20221128 17:10:47.610828     1 worker.cc:483] [worker] Thread #140263878031104 started
   I20221128 17:10:47.610872     1 worker.cc:483] [worker] Thread #140263869638400 started
   I20221128 17:10:47.610915     1 worker.cc:483] [worker] Thread #140263861245696 started
   I20221128 17:10:47.610956     1 worker.cc:483] [worker] Thread #140263852852992 started
   I20221128 17:10:47.610994     1 worker.cc:483] [worker] Thread #140263844460288 started
   I20221128 17:10:47.611133     1 server.cc:190] Ready to accept connections
   I20221128 17:10:49.275743     1 main.cc:59] Bye Bye
   ```
   
   Previously it crashed on the old AMD:
   ```
   vendor_id	: AuthenticAMD
   cpu family	: 21
   model		: 48
   model name	: AMD Athlon(tm) X4 860K Quad Core Processor
   stepping	: 1
   microcode	: 0x6003106
   cpu MHz		: 1792.078
   cache size	: 2048 KB
   physical id	: 0
   siblings	: 4
   core id		: 3
   cpu cores	: 2
   apicid		: 19
   initial apicid	: 3
   fpu		: yes
   fpu_exception	: yes
   cpuid level	: 13
   wp		: yes
   flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 popcnt aes xsave avx f16c lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 tce nodeid_msr tbm topoext perfctr_core perfctr_nb bpext ptsc cpb hw_pstate ssbd vmmcall fsgsbase bmi1 xsaveopt arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold overflow_recov
   bugs		: fxsave_leak sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass
   bogomips	: 7386.96
   TLB size	: 1536 4K pages
   clflush size	: 64
   cache_alignment	: 64
   address sizes	: 48 bits physical, 48 bits virtual
   power management: ts ttp tm 100mhzsteps hwpstate cpb eff_freq_ro [13]
   ```
   
   
   


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org