diff --git a/core/src/replay_stage.rs b/core/src/replay_stage.rs
index 6c931bc7f..1a0b2a28a 100644
--- a/core/src/replay_stage.rs
+++ b/core/src/replay_stage.rs
@@ -824,6 +824,9 @@ impl ReplayStage {
);
let mut vote_tx = Transaction::new_with_payer(vec![vote_ix], Some(&node_keypair.pubkey()));
+ for _ in 0..10 {
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
IP Address |Age(ms)| Node identifier | Version |Gossip| TPU |TPUfwd| TVU |TVUfwd|Repair|ServeR| RPC |PubSub|ShredVer | |
------------------+-------+----------------------------------------------+---------------+------+------+------+------+------+------+------+------+------+-------- | |
136.24.223.18 me| 6579 | aeypRbHck9k5zGuftrdSaUMfjJyTrjtaGJEtALt835y |1.2.2 devbuild | 14501| 14504| 14505| 14502| 14503| 14507| 14508| none | none | 56096 | |
95.217.203.114 | 1360 | HEbMY624UhDGm1Qhy6neKSyi3bQjQ2RidSTyt7ARK8RW |1.2.2 f13498b4 | 8000 | 8003 | 8004 | 8001 | 8002 | 8006 | 8007 | 9899 | 9900 | 56096 | |
165.227.100.142 | 1567 | 71bhKKL89U3dNHzuZVZ7KarqV6XtHEgjXjvJTsguD11B |1.2.2 f13498b4 | 8001 | 8003 | 8004 | 8000 | 8002 | 8006 | 8007 | 8899 | 8900 | 56096 | |
213.133.99.209 | 1921 | 731Lnc3mbXpquV8FmFnTL8EE36uoZRiDMUKXehwZq8x2 |1.2.1 ba36308d | 8000 | 8003 | 8004 | 8001 | 8002 | 8006 | 8007 | 8899 | 8900 | 56096 | |
88.99.6.218 | 1139 | BWif |
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
aeyakovenko@valverde:~/solana/core$ rg REPAIR /tmp/test.log | grep complete | grep -v '\[\]' | less | |
[2020-03-02T03:34:28.609742932Z INFO solana_core::repair_service] EBjXoUXctBW3wNqiLChdpELVCgA3bjCJVoWduV8fWU81: REPAIR complete [1] | |
[2020-03-02T03:34:29.010475236Z INFO solana_core::repair_service] EBjXoUXctBW3wNqiLChdpELVCgA3bjCJVoWduV8fWU81: REPAIR complete [2] | |
[2020-03-02T03:34:29.411187293Z INFO solana_core::repair_service] EBjXoUXctBW3wNqiLChdpELVCgA3bjCJVoWduV8fWU81: REPAIR complete [3] | |
[2020-03-02T03:34:29.811746613Z INFO solana_core::repair_service] EBjXoUXctBW3wNqiLChdpELVCgA3bjCJVoWduV8fWU81: REPAIR complete [4] | |
[2020-03-02T03:34:30.208945378Z INFO solana_core::repair_service] CQjNKif8bfu2DHy37roAKocGrBuyeADMqFS5ca3tuzBS: REPAIR complete [5] | |
[2020-03-02T03:34:30.212352269Z INFO solana_core::repair_service] EBjXoUXctBW3wNqiLChdpELVCgA3bjCJVoWduV8fWU81: REPAIR complete [5] | |
[2020-03-02T03:34:30.610136815Z INFO solana_core::repair_service] CQjNKif8bfu2DHy37roAKocGrBuyeADMqFS5ca3tuzBS: REPAIR compl |
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
``` | |
1599 temporary allocations of 4095 allocations in total (39.05%) from: | |
WriteBatch | |
at rocksdb/db/write_batch.cc:146 |
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
$ git diff | |
diff --git a/measure/src/lib.rs b/measure/src/lib.rs | |
index d2848c956..2d9750a90 100644 | |
--- a/measure/src/lib.rs | |
+++ b/measure/src/lib.rs | |
@@ -4,6 +4,6 @@ pub mod thread_mem_usage; | |
#[cfg(unix)] | |
extern crate jemallocator; | |
-#[cfg(unix)] |
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
import random | |
from sets import Set | |
LEN = 200 | |
NUM = LEN + LEN // 10 | |
def one_hot(i): | |
return [1 if i == x else 0 for x in range(NUM)] |
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
import random | |
LEN = 200 | |
NUM = LEN + LEN // 10 | |
def one_hot(i): | |
return [1 if i == x else 0 for x in range(NUM)] | |
def rand_vec(l): | |
return [random.randint(0, 1) for _ in range(l)] |
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
``` | |
@danpaul000#7820 are these errors expected: | |
``` | |
$ ./colo.sh create -n 5 -c 1 --dedicated -g | |
INFLUX_HOST=https://metrics.solana.com:8086 | |
INFLUX_DATABASE=testnet-dev-aeyakovenko | |
INFLUX_USERNAME=scratch_writer | |
INFLUX_PASSWORD=******** | |
INFLUX_HOST=https://metrics.solana.com:8086 | |
INFLUX_DATABASE=testnet-dev-aeyakovenko |
I hereby claim:
- I am aeyakovenko on github.
- I am aey (https://keybase.io/aey) on keybase.
- I have a public key ASD2Rze2e-sz8vuyCKXHU7YceoWQOWupvQyV2IefYmEk9Qo
To claim this, I am signing this object:
NewerOlder