arcadedb
https://github.com/arcadedata/arcadedb
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
not yet supported1 Subscribers
Add a CodeTriage badge to arcadedb
Help out
- Issues
- Issue7037SnapshotInstallSpaceCheckTest.leaderEstimateCoversEveryShippedFile is flaky on main (2 of 6 runs red in isolation)
- An N-Triples file whose terms are separated by a run of whitespace is recognised as RDF and then dies on a NullPointerException, because the new arity check only refuses a row that is too short
- GraphSON's new per-record statistics are never corrected for the rollback that discards them, so a failed import reports creating every vertex it read
- A chunked batch upload over httpBodyContentMaxSize is answered 503 on a follower, where the leader answers the documented JSON 413
- The APOC trailing-config accommodation reached refactor, merge and do.when and skipped the whole path family, so apoc.path.subgraphNodes(n) still refuses a call with no config
- Regression from the #8034 fix: the security catch-up latch is released by whichever attempt finishes first, not by the request that took it, so a request is duplicated or silently dropped
- JSONImporterFormat commits its own nested transaction per record when the caller owns one, so the caller's rollback takes nothing back on the default -onRowError halt
- GloVe and Word2Vec imports report no statistics: TextEmbeddingsImporterLSM stores the ImporterContext and never writes a counter into it
- Flaky: Issue7357BulkLoadSuspendsRebuildTest.closingABatchWhileTheTimerFiresStillLeavesARebuildComing leaves 1 entry stranded in the vector-unit-tests lane
- Flaky: Issue7519BootstrapWindowGateTest.aPeerThatMatchesTheBaselineIsNeverHeldOutOfTheService marks a matching peer unreconciled
- Docs
- not yet supported