Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] 2 nodes (0, 5) not working (mainnet, spring) #948

Closed
platfowner opened this issue Feb 12, 2022 · 8 comments
Closed

[BUG] 2 nodes (0, 5) not working (mainnet, spring) #948

platfowner opened this issue Feb 12, 2022 · 8 comments
Assignees
Labels
bug Something isn't working

Comments

@platfowner
Copy link
Member

num_nodex_alive

block_number

$ ls -la error_logs.txt 
-rw-rw-r-- 1 seo seo 9711836909 Feb 12 15:35 error_logs.txt
$ head -n 100 error_logs.txt 
express-rate-limit: req.ip is undefined - you can avoid this by providing a custom keyGenerator function, but it ma
y be indicative of a larger issue.
express-rate-limit: req.ip is undefined - you can avoid this by providing a custom keyGenerator function, but it ma
y be indicative of a larger issue.
express-rate-limit: req.ip is undefined - you can avoid this by providing a custom keyGenerator function, but it ma
y be indicative of a larger issue.
express-rate-limit: req.ip is undefined - you can avoid this by providing a custom keyGenerator function, but it ma
y be indicative of a larger issue.
TypeError: Cannot read properties of undefined (reading 'replace')
    at convertIpv6ToIpv4 (/home/ain-blockchain-2022-02-09T08-11/common/network-util.js:123:18)
    at /home/ain-blockchain-2022-02-09T08-11/client/index.js:118:16
    at middleware (/home/ain-blockchain-2022-02-09T08-11/node_modules/ip-whitelist/index.js:22:25)
    at Layer.handle [as handle_request] (/home/ain-blockchain-2022-02-09T08-11/node_modules/express/lib/router/laye
r.js:95:5)
    at trim_prefix (/home/ain-blockchain-2022-02-09T08-11/node_modules/express/lib/router/index.js:323:13)
    at /home/ain-blockchain-2022-02-09T08-11/node_modules/express/lib/router/index.js:284:7
    at Function.process_params (/home/ain-blockchain-2022-02-09T08-11/node_modules/express/lib/router/index.js:341:
12)
    at next (/home/ain-blockchain-2022-02-09T08-11/node_modules/express/lib/router/index.js:275:10)
    at /home/ain-blockchain-2022-02-09T08-11/node_modules/express-rate-limit/lib/express-rate-limit.js:170:15
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
ERROR: Simultaneous requests running!
ERROR: Simultaneous requests running!
ERROR: Simultaneous requests running!
ERROR: Simultaneous requests running!
ERROR: Simultaneous requests running!
ERROR: Simultaneous requests running!
ERROR: Simultaneous requests running!
ERROR: Simultaneous requests running!
ERROR: Simultaneous requests running!
ERROR: Simultaneous requests running!
ERROR: Simultaneous requests running!
ERROR: Simultaneous requests running!
...
$ tail -n 100 error_logs.txt 
RangeError: Invalid array length
ERROR: Simultaneous requests running!
Exception in PromiseRejectCallback:
node:internal/process/promises:150
  ArrayPrototypePush(pendingUnhandledRejections, promise);
  ^
RangeError: Invalid array length
ERROR: Simultaneous requests running!
Exception in PromiseRejectCallback:
node:internal/process/promises:150
  ArrayPrototypePush(pendingUnhandledRejections, promise);
  ^
RangeError: Invalid array length
ERROR: Simultaneous requests running!
Exception in PromiseRejectCallback:
node:internal/process/promises:150
  ArrayPrototypePush(pendingUnhandledRejections, promise);
  ^
RangeError: Invalid array length
ERROR: Simultaneous requests running!
Exception in PromiseRejectCallback:
node:internal/process/promises:150
  ArrayPrototypePush(pendingUnhandledRejections, promise);
  ^
RangeError: Invalid array length
ERROR: Simultaneous requests running!
Exception in PromiseRejectCallback:
node:internal/process/promises:150
  ArrayPrototypePush(pendingUnhandledRejections, promise);
  ^
@platfowner platfowner added the bug Something isn't working label Feb 12, 2022
@platfowner
Copy link
Member Author

platfowner commented Feb 12, 2022

(mainnet) Let me restart node 0 and node 5 jobs. @liayoo @minsulee2

@platfowner
Copy link
Member Author

platfowner commented Feb 12, 2022

(mainnet) node 0 restarted successfully:

bash deploy_blockchain_incremental_gcp.sh mainnet <username> 0 0 0 --keystore

@platfowner
Copy link
Member Author

num_nodes_alive_for_0

consensus_status_health_for_node_0

@platfowner
Copy link
Member Author

platfowner commented Feb 12, 2022

(mainnet) node 5 restarted successfully:

bash deploy_blockchain_incremental_gcp.sh mainnet <username> 0 5 5 --keystore

@platfowner
Copy link
Member Author

num_nodes_alive_for_node_5

consensus_status_health_for_node_5

block_number_for_node_5

@platfowner
Copy link
Member Author

(spring) node 0 restarted successfully:

bash deploy_blockchain_incremental_gcp.sh spring <username> 0 0 0 --keystore

(spring) node 5 restarted successfully:

bash deploy_blockchain_incremental_gcp.sh spring <username> 0 5 5 --keystore

num_nodes_alive

@platfowner platfowner changed the title [BUG] TypeError: Cannot read properties of undefined (reading 'replace') [BUG] 2 nodes (0, 5) not working (mainnet, spring) Feb 12, 2022
@platfowner
Copy link
Member Author

platfowner commented Mar 17, 2022

=> spin-off'ed issue: #971

@platfowner
Copy link
Member Author

Now let me close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants