Gyuho Lee
Gyuho Lee
Also seeing this in s3::PutObject
@jdisanti I can sort of reliably reproduce this (happens 1 out of 10 runs). Any pointer to debug this further? (also hangs on ec2::DescribeInstances)
Setting operational timeouts (https://github.com/gyuho/aws-manager/commit/e4672f0f246b49569547793989bf9730460cc2f0) seem to mask this issue... haven't encountered this issue for two days so far 👍🏼
We can either build an AMI with ENA driver installed, or dynamically install the ENA driver on boot (we may need instance restart?)
Looks like the latest instance types already supports ENA `c6a.4xlarge` output: ``` + modinfo ena filename: /lib/modules/5.15.0-1038-aws/kernel/drivers/net/ethernet/amazon/ena/ena.ko license: GPL description: Elastic Network Adapter (ENA) author: Amazon.com, Inc. or its affiliates...
``` $ ethtool -i ens5 driver: ena version: 5.15.0-1038-aws firmware-version: expansion-rom-version: bus-info: 0000:00:05.0 supports-statistics: yes supports-test: no supports-eeprom-access: no supports-register-dump: no supports-priv-flags: no ```
Yes, currently the P-chain export/import is not implemented. Would be awesome if we can get some help here!
I do not have Window machine but we will look for an alternative crypto crate (e.g., similar to `ring`) to support Window builds. Thanks for the report.
Yes, this will be a great addition to the tool. And Azure has https://github.com/Azure/azure-sdk-for-rust :)
> I no longer have a systemd unit file for AvalancheGo On restart, the init script will rewrite the avalanchego systemd file (done by avalanched). Yes, we need documentation.