- Jan 23, 2024
-
-
Bartek Wrona authored
-
Bartek Wrona authored
Objects being owned by hivemind role can't be reassigned to postgres, since it prevents execution of successfull setup next time (since already existing objects are owned by sysadm)
-
Bartek Wrona authored
-
Bartek Wrona authored
--postgres-url option should be passed directly to the docker entrypoint, because it performs its dedicated processing.
-
Bartek Wrona authored
docker_entrypoint.sh extended by support of standard `install_app`, `uninstall_app` subcommands. Also added standardized alias `--postgres-url` to specify a database connection.
-
Marcin authored
ROLLBACK needs to set transactions as finished to allow start new transaction by db adapter. It fixes random crash during breaking with SIG_INT
-
- Jan 20, 2024
-
-
Dan Notestein authored
-
Dan Notestein authored
-
- Jan 19, 2024
-
-
Marcin authored
-
Marcin authored
Code which was used to handle finalization of massive sync after restart makes commit, and then blocks were processed in other transaction than call of hive.app_next_block
-
Marcin authored
When live sync (aka. SINGLE) is being breaking then sitaution when no block is returned to process may occure, and then ROLLBACK has to be issued to revert all not already committed changes.
- Jan 18, 2024
-
- Jan 17, 2024
-
-
Marcin authored
Previously PayoutStatsView and Mentions were refreshed during live sync in separated threads, but it was illegal since they use the same connection as the main thread with app_next_block call. It is also impossible to start these operations safty in separated threads on separate db connections, becuase it will require to start new transactions for each connections, and then commit them separatly, regardles of the results of queries in the main and other threads.
-
Marcin authored
Previously first app_next_block after reaching the limit was commited, what moves hivemind context to the next block after the limit without processing it
-
- Jan 15, 2024
-
-
Konrad Botor authored
-
- Jan 10, 2024
-
-
Mateusz Żebrak authored
-
- Jan 08, 2024
-
-
Bartek Wrona authored
Updated HAF submodule to get fixes related to DROP function statements, preventing function definition upgrade
-
Bartek Wrona authored
Supplemented definition of helper script due to changed interface of `hive.wait_for_ready_instance` function.
-
-
- Dec 27, 2023
-
-
- Dec 11, 2023
-
-
Konrad Botor authored
-
- Dec 06, 2023
-
-
Dan Notestein authored
-
- Dec 05, 2023
-
-
Krzysztof Mochocki authored
-
Konrad Botor authored
-
- Nov 29, 2023
-
-
Dan Notestein authored
-
- Nov 22, 2023
-
-
Konrad Botor authored
-
- Nov 14, 2023
-
-
Bartek Wrona authored
-
Bartek Wrona authored
-
- Nov 08, 2023
-
-
- Nov 04, 2023
-
-
- Oct 21, 2023
-
-
- Oct 20, 2023
-
-
Konrad Botor authored
-
Konrad Botor authored
-
- Oct 17, 2023
-
-
- Oct 13, 2023
-
-
Marcin Sobczyk authored
Please enter the commit message for your changes. Lines starting
-
- Oct 10, 2023
-
-
Bartek Wrona authored
Foreign Key definitions supplemented by NOT VALID attribute to speedup hivemind instance switching between massive and live sync.
-