@techcoderx Hive witness update log #32: HAF node updated to v1.27.5rc7

in #haf9 months ago

<hr /> <p dir="auto">This is mostly a witness update log (since a long time from me) that <a href="https://techcoderx.com" target="_blank" rel="nofollow noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">techcoderx.com node has been updated to HAF v1.27.5rc7 and running smoothly for over 3 days so far. <p dir="auto">The latest release makes node operation significantly easier through the <a href="https://gitlab.syncad.com/hive/haf_api_node" target="_blank" rel="nofollow noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">haf_api_node Docker Compose. The node has been replayed on a fresh Ubuntu 22.04.4 LTS installation with Linux kernel 6.5. This was the fastest HAF replay I have seen at under 19 hours mostly due to the performance improvements of the newer kernel, despite having to process more blocks than ever before. For reference, it usually takes more than 24 hours to replay for previous HAF versions. <p dir="auto">Besides that, the newer HAF apps such as balance_tracker and haf_block_explorer that is included in the compose is also synced on the node. The APIs for these apps will be made available on techcoderx.com at a later date. <p dir="auto">With that out of the way, I have a few other announcements below. <h2>VSC-HAF updated for HAF v1.27.5.0 <p dir="auto">The latest HAF version contains breaking changes mostly on the context attach mechanism and Docker deployment. The VSC-HAF indexer have been updated accordingly to take these changes into account. <p dir="auto">The next upcoming release of VSC-HAF (to be versioned v1.27.5.0.1 in 1-2 weeks) will be updating the processor to take latest VSC protocol changes into consideration to show more accurate and detailed information about the VSC network on the <a href="https://vsc.techcoderx.com" target="_blank" rel="nofollow noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">VSC block explorer (previously announced <a href="/vsc/@techcoderx/announcing-the-vsc-block-explorer">here). <h2>Status page <p dir="auto">I now have a <a href="https://status.techcoderx.com" target="_blank" rel="nofollow noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">status page for all the (mostly Hive) services I run. All service-related announcements (such as scheduled maintainence) will be posted there, in addition to the to-be rebranded <a href="https://discord.gg/ZWj5NqaBeF" target="_blank" rel="nofollow noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">Discord server in <code>#service-notices. <p dir="auto"><img src="https://images.hive.blog/768x0/https://files.peakd.com/file/peakd-hive/techcoderx/23t6ztDLxrjCuUiUcvARmXzaNYxo2jB1pyeFrSbGfxjw9WcgDERmZFrPEguRGPvo9YQRp.png" srcset="https://images.hive.blog/768x0/https://files.peakd.com/file/peakd-hive/techcoderx/23t6ztDLxrjCuUiUcvARmXzaNYxo2jB1pyeFrSbGfxjw9WcgDERmZFrPEguRGPvo9YQRp.png 1x, https://images.hive.blog/1536x0/https://files.peakd.com/file/peakd-hive/techcoderx/23t6ztDLxrjCuUiUcvARmXzaNYxo2jB1pyeFrSbGfxjw9WcgDERmZFrPEguRGPvo9YQRp.png 2x" /> <h2>OneLoveIPFS and Avalon Blocks sunset <p dir="auto">Both services will be sunset in a week from now (20 March 2024) as maintaining them are no longer feasible going forward. The short notice is due to very little to no usage, it should not impact most people reading this. <p dir="auto">All files on OneLoveIPFS hosting service will stay available for as long as possible, however long-term availability cannot be guaranteed. The <a href="https://discord.gg/ZWj5NqaBeF" target="_blank" rel="nofollow noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">Discord server will be rebranded eventually once a replacement for <a href="https://github.com/oneloveipfs/ipfsVideoUploader" target="_blank" rel="nofollow noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">OneLoveIPFS uploader has been developed, when I get time to do so. <h1>Witness performance <p dir="auto">Current rank: 93th (active rank 89th)<br /> Votes: 4,627 MVests<br /> Voter count: 175 <p dir="auto">Producer rewards (7 days): 28.066 HP<br /> Producer rewards (30 days): 121.619 HP<br /> Missed blocks (all-time): 30 <h1>Server resource statistics <h4>hived (v1.27.5rc7, default HAF node plugins) <p dir="auto"><code>block_log file size (compressed): 462 GB<br /> <code>block_log.artifacts file size: 1.9 GB<br /> <code>shared_memory.bin file size: 22 GB <h4>System resources metrics <p dir="auto">Looks much better than the previous release. I would likely post the metrics only on this witness update log to highlight the improvements of this HAF release. <p dir="auto"><img src="https://images.hive.blog/768x0/https://files.peakd.com/file/peakd-hive/techcoderx/23t77BBDSm1YAzmfiynv1YUTrzQNPXg3oftwrkWpGyNFFfXBpNEyt6Lst674NLzJaBt9y.png" srcset="https://images.hive.blog/768x0/https://files.peakd.com/file/peakd-hive/techcoderx/23t77BBDSm1YAzmfiynv1YUTrzQNPXg3oftwrkWpGyNFFfXBpNEyt6Lst674NLzJaBt9y.png 1x, https://images.hive.blog/1536x0/https://files.peakd.com/file/peakd-hive/techcoderx/23t77BBDSm1YAzmfiynv1YUTrzQNPXg3oftwrkWpGyNFFfXBpNEyt6Lst674NLzJaBt9y.png 2x" /> <h4>HAF db <p dir="auto">All HAF apps belong to individual schemas in a single PostgreSQL database along with data such as app state providers in the <code>hive schema. This section shows the sizes of each schema in the database using the following query: <pre><code>SELECT schemaname, pg_size_pretty(SUM(pg_total_relation_size(relid))) AS total_size, pg_size_pretty(SUM(pg_table_size(relid))) AS table_size, pg_size_pretty(SUM(pg_indexes_size(relid))) AS indexes_size FROM pg_catalog.pg_statio_user_tables GROUP BY schemaname; <h6>Output <pre><code> schemaname | total_size | table_size | indexes_size -----------------------+------------+------------+-------------- vsc_app | 920 kB | 464 kB | 456 kB hive | 2829 GB | 1987 GB | 842 GB hafbe_backend | 8192 bytes | 0 bytes | 8192 bytes hivemind_app | 739 GB | 388 GB | 351 GB hafbe_app | 672 MB | 442 MB | 230 MB btracker_app | 81 GB | 67 GB | 14 GB hafah_python | 16 kB | 16 kB | 0 bytes btracker_account_dump | 8192 bytes | 0 bytes | 8192 bytes (8 rows) <h6>Disk usage <p dir="auto">Compressed tablespace: 1.7 TB<br /> Compression ratio: 2.11x <hr /> <p dir="auto"><a href="https://vote.hive.uno/@techcoderx" target="_blank" rel="nofollow noreferrer noopener" title="This link will take you away from hive.blog" class="external_link"><img src="https://images.hive.blog/768x0/https://files.peakd.com/file/peakd-hive/techcoderx/23xVFCjw1rQ1jgXvxu7pBfaLto92QTwngJfDdXW9uPy2KecZfNP9cLR7HouLrk3mshExF.jpg" srcset="https://images.hive.blog/768x0/https://files.peakd.com/file/peakd-hive/techcoderx/23xVFCjw1rQ1jgXvxu7pBfaLto92QTwngJfDdXW9uPy2KecZfNP9cLR7HouLrk3mshExF.jpg 1x, https://images.hive.blog/1536x0/https://files.peakd.com/file/peakd-hive/techcoderx/23xVFCjw1rQ1jgXvxu7pBfaLto92QTwngJfDdXW9uPy2KecZfNP9cLR7HouLrk3mshExF.jpg 2x" />
Sort:  

Congratulations @techcoderx! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s)

<table><tr><td><img src="https://images.hive.blog/60x70/https://hivebuzz.me/@techcoderx/upvotes.png?202403250510" /><td>You distributed more than 25000 upvotes.<br />Your next target is to reach 26000 upvotes. <p dir="auto"><sub><em>You can view your badges on <a href="https://hivebuzz.me/@techcoderx" target="_blank" rel="noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">your board and compare yourself to others in the <a href="https://hivebuzz.me/ranking" target="_blank" rel="noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">Ranking<br /> <sub><em>If you no longer want to receive notifications, reply to this comment with the word <code>STOP <p dir="auto"><strong>Check out our last posts: <table><tr><td><a href="/hive/@hivebuzz/birthday-8"><img src="https://images.hive.blog/64x128/https://i.imgur.com/ut5yqsc.png" /><td><a href="/hive/@hivebuzz/birthday-8">Happy Birthday to the Hive Blockchain