devel
Name already in use
Commits on May 24, 2023
-
[APM-661] Scheduler Memory Accounting (#19070)
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
-
Retry in case the connection is aborted (#19077)
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
-
-
Update PULL_REQUEST_TEMPLATE.md
Add checkbox for 3.11 backports, remove 3.8
Commits on May 23, 2023
-
Use const-ref instead of ref (#19049)
This matches how inspection's apply method is defined and enables in-place construction of arguments for more readable code.
-
Commits on May 22, 2023
-
-
-
-
-
-
[BTS-615] Invalid Key Babies error (#19013)
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
-
upgrade libunwind to version 1.7 (#18932)
Co-authored-by: CryptoNinjaGeek <86222482+CryptoNinjaGeek@users.noreply.github.com>
-
-
Commits on May 19, 2023
-
[GORDO-1449] Worker State Machine (#18781)
* Added metrics actor. Messages need to be reworked. * Conductor updates to metrics actor implemented. * Namespaced metrics messages, added first worker metric update. * Added worker loading started/finished metrics updates. * Added remaining worker metrics updates. pregelMemoryUsedForGraph is still not updated anywhere. Will raise a new ticket for this. * clang-format. * clang-format. * Added worker finished metrics update. * Use static string to refer to _system database. * Fix build * Make every pregel run have a metrics actor Another actor can only send messages to the metrics actor if they have both the same database. Therefore the metrics actor has to be created for each run. * Send messages of correct message type to metrics actor * Delete maybe_unused attribute * Send metrics messages directly from conductor to metrics actor * Renamed PrevState to PreviousState. * clang-format. * Added 'cancel' method to conductor state. * InitialState implemented (build failing). * LoadingState implemented (build failing). * ComputingState implemented (build failing). * All states implemented (build failing). * Fixed method sigs. * Fixed build. * Merged devel and fixed build issues. * clang-format. * clang-format. * Removed reference to 'self' during execution state initialization (self not defined yet). * No need to handle `PregelMessage` in `Initial` and `Loading` states. * Moved computing-specific fields to the `Computing` state. * Handle 'cleanup' message in handler. * Cleaned up execution `Stored` and `ResultsProduced` execution states. * Delegate all possible log_topic and dispatch calls. * Stop job on worker failure. * Merged devel and fixed build. * clang-format * De-duplicated log id. * More specific namespace. --------- Co-authored-by: Julia Volmer <julia.volmer@arangodb.com>
-
Fix clang-format enterprise (#19037)
* Minimal checkout includes enterprise * Fix clang-format for enterprise * Scan enterprise folder, too * Remove uncalled for verbosity * Foolproofing my code * Use random prefix * Revert debugging change * exclude sdt.h even when prefixed * Ups. * Scripting
Commits on May 17, 2023
-
-
Fixup and cleanup checkLogIds (#19011)
* Minimal checkout includes enterprise * Fixup and cleanup checkLogIds * Remove unpythonic parens around if condition * Status is irrelevant now * Only two difficult problems in Computer Science * Display the filename of the offender * Fix offending LogIDs * PyLint * Revert accidental add
-
fix(UI): validation & alignment issues in index addition (#19010)
* fix: padding * fix: allow empty strings for name * fix: icon alignment on table * fix: inverted index form alignment --------- Co-authored-by: Vadim Kondratev <vadim@arangodb.com>
-
Revert "Add search-alias example, improve View examples" and "Fix dat…
-
Minimal checkout includes enterprise (#19018)
* Minimal checkout includes enterprise * Syntax syntax * Eyah, right * Try our hands at a reusable command * Remove duplicated `add_ssh_keys`
-
Co-authored-by: Paula Mihu <97217318+nerpaula@users.noreply.github.com>
-
-
-
Co-authored-by: Vadim <vadim@arangodb.com>
Commits on May 16, 2023
-
-
[BTS-1373] fix error in test code (#18914)
* Fix crash in test code due to early reset * Re-added didTrigger check * clang-format
-
Disable R2 resilience tests (#18841)
* Disabled replication2 tests * Using only 2 buckets
-
[DEVEL][BTS-1331] Optimize data overfetch in cluster traversals (#18969)
* optimize pre-fetch in combination with prune & filter statements, added additional log tracing to the cluster provider * added changelog * fix test binary build, added const * Fix cpp test, improve logging
-
-
[GORDO-1643] Create Pregel Status Collection entry on creation (#18996)
* Create Pregel Status Collection entry on creation * Move persistence of run into its own function * Bla