Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

eclipse-rdf4j/rdf4j

hmottestad created a review comment on a pull request on eclipse-rdf4j/rdf4j
This is actually the main test that tests every single byte, except the header bytes, in the values.dat file.

View on GitHub

hmottestad created a review on a pull request on eclipse-rdf4j/rdf4j

View on GitHub

hmottestad pushed 1 commit to GH-5148-soft-fail-native-store eclipse-rdf4j/rdf4j
  • GH-5148 add tests and extend corruption handling to more parts of the code 196cf9d

View on GitHub

hmottestad pushed 1 commit to GH-5148-soft-fail-native-store eclipse-rdf4j/rdf4j
  • GH-5148 add tests and extend corruption handling to more parts of the code f6accf9

View on GitHub

hmottestad created a comment on a pull request on eclipse-rdf4j/rdf4j
I'm actually working on it right now. I have a test that sets each byte in the values.dat file to zero, one at a time, then tries to read all the data.

View on GitHub

ebner created a comment on a pull request on eclipse-rdf4j/rdf4j
Thanks for the fixes @hmottestad! I haven't had time yet to look into this, but I can contribute to the documentation if you want. Following up on another comment from your review of my PR: addi...

View on GitHub

hmottestad created a comment on an issue on eclipse-rdf4j/rdf4j
Reclassified as bug since the underlying issue is that the NativeStore got corrupted. This fix only makes it possible to bypass that issue to some degree and potentially debug it.

View on GitHub

hmottestad pushed 1 commit to GH-5148-soft-fail-native-store eclipse-rdf4j/rdf4j
  • GH-5148 fixes based on review cad4af9

View on GitHub

hmottestad opened a pull request on eclipse-rdf4j/rdf4j
GH-5148 Introduce "soft fail" for corrupt ValueStore
GitHub issue resolved: #5148 <!-- add a Github issue number here, e.g #123. --> Briefly describe the changes proposed in this PR: <!-- short description of your change goes here --> ---- ...
hmottestad pushed 3 commits to GH-5148-soft-fail-native-store eclipse-rdf4j/rdf4j
  • GH-5148 Introduce "soft fail" for corrupt ValueStore 475d09e
  • GH-5148 Fixed typo 029df52
  • GH-5148 Introduce "soft fail" for corrupt ValueStore (#5150) 34807e1

View on GitHub

hmottestad closed a pull request on eclipse-rdf4j/rdf4j
GH-5148 Introduce "soft fail" for corrupt ValueStore
GitHub issue resolved: #5148 Briefly describe the changes proposed in this PR: - Improved use of a corrupted ValueStore by handling error situations in `ValueStore.data2value()` with SailExc...
hmottestad created a branch on eclipse-rdf4j/rdf4j

GH-5148-soft-fail-native-store - Eclipse RDF4J: scalable RDF for Java

VladimirAlexiev opened an issue on eclipse-rdf4j/rdf4j
implement YAML-LD
### Problem description JSON-LD is nice, but has too much punctuation. YAML-LD is much easier to read and write by hand. The YAML-LD CG (part of the JSON-LD CG) was started Jun 2022 https://githu...
aschwarte10 closed an issue on eclipse-rdf4j/rdf4j
Support bind left joins in FedX federation engine (optimization for OPTIONAL)
### Problem description Bind joins is an important optimization in federations to push joins to the endpoints (and reducing the number of request) FedX supports bind joins for joining certain t...
aschwarte10 created a comment on a pull request on eclipse-rdf4j/rdf4j
thanks @hmottestad Have merged it. Unfortunately the merge commit message does not reference the PR correctly (and I messed up the commit message, has a lower case issue reference). Is this som...

View on GitHub

aschwarte10 deleted a branch eclipse-rdf4j/rdf4j

GH-5121-fedx-bind-left-join

aschwarte10 pushed 6 commits to develop eclipse-rdf4j/rdf4j
  • GH-5121: refactor the bind join logic into a reusable base class Refactor the existing logic for executing bind join... 4eb1479
  • GH-5121: prepare execution of left joins in the federation strategy Prepare to execute a specific implementation of ... 2d86cd3
  • GH-5121: implementation of left bind join operator This change provides the implementation and activation for the le... 558a595
  • GH-5121: configurability of bind left joins Bind left joins for OPTIONAL can be disabled using the "enableOptionalAs... 2a7075a
  • GH-5121: code simplifications in bind join implementation - use for-each loop for iterating bindingset - use IntHash... 01bc075
  • Gh 5121 - bind left join support in FedX eefa338

View on GitHub

hmottestad deleted a branch eclipse-rdf4j/rdf4j

4.3.14-release-notes-2

hmottestad pushed 5 commits to main eclipse-rdf4j/rdf4j

View on GitHub

hmottestad created a review on a pull request on eclipse-rdf4j/rdf4j

View on GitHub

hmottestad created a comment on a pull request on eclipse-rdf4j/rdf4j
LGTM. Feel free to merge!

View on GitHub

hmottestad pushed 4 commits to develop eclipse-rdf4j/rdf4j
  • GH-5124 make the three main HttpClient timeouts configurable with sensible defaults. 20416e2
  • GH-5124 introduce number of connections and also reduce timeouts (+1 squashed commit) Squashed commits: [9aa87b594c] ... 2ece387
  • GH-5134 add test 00f8465
  • GH-5124 configurable http timeouts (#5125) 5d25e15

View on GitHub

hmottestad deleted a branch eclipse-rdf4j/rdf4j

GH-5124-configurable-http-timeouts

hmottestad closed a pull request on eclipse-rdf4j/rdf4j
GH-5124 configurable http timeouts
GitHub issue resolved: #5124 <!-- add a Github issue number here, e.g #123. --> Briefly describe the changes proposed in this PR: - introduced timeout for the underlying Apache HttpClient ...
hmottestad pushed 1 commit to GH-5124-configurable-http-timeouts eclipse-rdf4j/rdf4j

View on GitHub

hmottestad pushed 1 commit to GH-5124-configurable-http-timeouts eclipse-rdf4j/rdf4j
  • GH-5124 introduce number of connections and also reduce timeouts (+1 squashed commit) Squashed commits: [9aa87b594c] ... 2ece387

View on GitHub

hmottestad deleted a branch eclipse-rdf4j/rdf4j

GH-5153-maxCount-cut-off-for-sparql-based-validation

hmottestad closed an issue on eclipse-rdf4j/rdf4j
SHACL - maxCount > 1 is slow for bulk validation
The maxCount implementation uses a long filter of `(?v1 != ?v2 && ?v1 != ?v3 && ?v2 != ?v3 ... )` to determine if a target has more than the maxCount number of values. This becomes increasingly slo...
hmottestad pushed 4 commits to main eclipse-rdf4j/rdf4j
  • GH-5153 benchmarks 0963f6f
  • GH-5153 reduced default threshold for using SPARQL based validation of sh:maxCount to sh:maxCount=1 or below 09e98a3
  • GH-5153 early detection of object equality when comparing Values or getting the effective boolean value 2377f88
  • GH-5153 max count cut off for sparql based validation (#5154) 4bd22e5

View on GitHub

hmottestad closed a pull request on eclipse-rdf4j/rdf4j
GH-5153 max count cut off for sparql based validation
GitHub issue resolved: #5153 <!-- add a Github issue number here, e.g #123. --> Briefly describe the changes proposed in this PR: - benchmarked sh:maxCount for both SPARQL and transactional ...
Load more