This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Picked up _JAVA_OPTIONS: -Xms2G -Xmx4G -XX:MaxMetaspaceSize=1G | |
2018-10-18 00:30:36 | |
Full thread dump OpenJDK 64-Bit Server VM (25.181-b13 mixed mode): | |
"Attach Listener" #386 daemon prio=9 os_prio=0 tid=0x00007f3194002000 nid=0x38b waiting on condition [0x0000000000000000] | |
java.lang.Thread.State: RUNNABLE | |
Locked ownable synchronizers: | |
- None |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
strace: Process 5663 attached with 108 threads | |
[pid 9484] 00:36:10.656972 accept(364, <unfinished ...> | |
[pid 6354] 00:36:10.657070 futex(0x7ec3f8004688, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...> | |
[pid 6353] 00:36:10.657130 futex(0x7ec3f8002aec, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...> | |
[pid 6352] 00:36:10.657155 futex(0x7ec994009e98, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...> | |
[pid 6346] 00:36:10.657171 futex(0x7f3048004c38, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...> | |
[pid 6344] 00:36:10.657230 futex(0x7f312400b3f8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...> | |
[pid 6345] 00:36:10.657253 futex(0x7f30480030b8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...> | |
[pid 6309] 00:36:10.657272 futex(0x7f31444944bc, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...> | |
[pid 6308] 00:36:10.657328 futex(0x7f304409935c, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14:30:10.518 [main] INFO c.r.n.configuration.Configuration$ - Using configuration file: /var/lib/rnode/rnode.toml | |
14:30:10.742 [main] WARN c.r.n.configuration.Configuration$ - Configuration file /var/lib/rnode/rnode.toml not found | |
14:30:10.846 [main] INFO c.r.n.configuration.Configuration$ - Starting with profile docker | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by com.google.protobuf.UnsafeUtil (file:/opt/docker/lib/com.google.protobuf.protobuf-java-3.5.1.jar) to field java.nio.Buffer.address | |
WARNING: Please consider reporting this to the maintainers of com.google.protobuf.UnsafeUtil | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
14:30:11.267 [main] INFO coop.rchain.node.NodeEnvironment$ - Using data dir: /var/lib/rnode | |
14:30:11.570 [main] INFO coop.rchain.comm.UPnP$ - trying to open ports using UPnP.... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nov 15 15:25:01 bootstrap-dev CRON[3934]: pam_unix(cron:session): session opened for user root by (uid=0) | |
Nov 15 15:25:01 bootstrap-dev CRON[3933]: pam_unix(cron:session): session opened for user root by (uid=0) | |
Nov 15 15:25:01 bootstrap-dev CRON[3935]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1) | |
Nov 15 15:25:01 bootstrap-dev CRON[3936]: (root) CMD (/srv/app/auto-update-rnode-docker.sh >> /var/log/rnode-cron.log 2>&1 ) | |
Nov 15 15:25:01 bootstrap-dev CRON[3934]: pam_unix(cron:session): session closed for user root | |
Nov 15 15:25:01 bootstrap-dev sudo[3939]: root : TTY=unknown ; PWD=/root ; USER=root ; COMMAND=/usr/bin/docker pull rchain/rnode:dev | |
Nov 15 15:25:01 bootstrap-dev sudo[3939]: pam_unix(sudo:session): session opened for user root by (uid=0) | |
Nov 15 15:25:06 bootstrap-dev sudo[3939]: pam_unix(sudo:session): session closed for user root | |
Nov 15 15:25:08 bootstrap-dev dockerd[7355]: time="2018-11-15T15:25:08Z" level=info msg="shim reaped" id=36edf3dc898b423e698145c77e8bf0c2cb3f440f3d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Task was destroyed but it is pending! | |
source_traceback: Object created at (most recent call last): | |
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module> | |
sys.exit(main()) | |
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main | |
run(config) | |
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run | |
worker_func(config) | |
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker | |
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# java -XX:+UnlockDiagnosticVMOptions -XX:+PrintFlagsFinal -version | grep -i heap | |
bool AggressiveHeap = false {product} {default} | |
ccstr AllocateHeapAt = {product} {default} | |
size_t ErgoHeapSizeLimit = 0 {product} {default} | |
bool FLSVerifyAllHeapReferences = false {diagnostic} {default} | |
size_t G1HeapRegionSize = 0 {product} {default} | |
uintx G1HeapWastePercent = 5 {product} {default} | |
bool G1VerifyHeapRegionCodeRoots = false {diagnostic} {default} | |
uintx GCHeapFreeLimit = 2 {product} {default} | |
size_t HeapBaseMin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
databases: | |
active: true | |
enable_logging: false | |
resolver: None | |
home_dir: /Users/darthbear | |
mysql: | |
host: abc.com | |
port: 3306 | |
username: scott | |
password: tiger |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rnode { | |
server { | |
data-dir = /var/lib/rnode | |
upnp = false | |
standalone = true | |
host = 10.83.28.139 | |
} | |
casper { | |
genesis-approve-interval = 2 seconds |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
total 1753180 | |
-rw-r--r-- 1 root root 2993063 Aug 15 10:53 20190815105318_5243927e_packet_streamed.bts | |
-rw-r--r-- 1 root root 3000602 Aug 15 10:46 20190815104656_535062c8_packet_streamed.bts | |
-rw-r--r-- 1 root root 1499743 Aug 15 10:43 20190815104345_7ea726f2_packet_streamed.bts | |
-rw-r--r-- 1 root root 3740 Aug 15 10:29 20190815102917_3113f3ba_packet_streamed.bts | |
-rw-r--r-- 1 root root 2993970 Aug 15 10:24 20190815102410_f6fc4f60_packet_streamed.bts | |
-rw-r--r-- 1 root root 10383 Aug 15 10:19 20190815101937_e821de4a_packet_streamed.bts | |
-rw-r--r-- 1 root root 1500944 Aug 15 10:05 20190815100502_21918646_packet_streamed.bts | |
-rw-r--r-- 1 root root 1499367 Aug 15 09:49 20190815094912_e60d7e86_packet_streamed.bts | |
-rw-r--r-- 1 root root 3023432 Aug 15 09:46 20190815094615_5cd19cf5_packet_streamed.bts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph "dag" { | |
rankdir=BT | |
node [width=0 height=0 margin=0.03 fontsize=8] | |
splines=false | |
"7bd9173787..." [shape=box] | |
"7bd9173787..." -> "1_04400e35f7..." [style=invis] | |
"7bd9173787..." -> "1_0442853aa0..." [style=invis] | |
"7bd9173787..." -> "1_0466fe0187..." [style=invis] | |
"7bd9173787..." -> "1_0468253959..." [style=invis] | |
"7bd9173787..." -> "1_04773cc27c..." [style=invis] |