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
- Follow-up to #8158: DATETIME_SECOND read back with dateTimeImplementation set to java.util.Date or java.util.Calendar is 1000 times too small, silently
- The MULTI/EXEC retry fix leaves the RAM commands in the same block applied once per attempt, so a rolled-back EXEC still advances the counters it contains
- Every step ArcadeTraversalStrategy swaps in is added without the replaced step's labels, so an as() on a rewritten step disappears and the select() that reads it yields nothing
- Postgres wire test: Issue8135 refusedSetIsRefusedAgainOnReplay cannot fail since #8212 drops the portal at Sync
- postgresw: ErrorResponse is lost when the rollback after a failed simple query or Sync throws
- GROUP BY full scan: BucketIterator re-resolves each record through 2 extra page lookups (from #8260)
- SuffixIdentifier.execute() reads each property twice via hasProperty()+getProperty() (from #8260)
- [ha] Route every HA security mutation to the leader so peersMissingCapabilityNow's stale-cache and follow
- RemoteHttpComponent.httpCommand retries a POST on any IOException, so a command the server applied but could not answer is applied twice
- The per-database stale read floor (#6760) is in-memory only, so a restart unclamps LINEARIZABLE reads of a database a snapshot install gave up on
- Docs
- not yet supported