Jeremy Taylor

Results 145 issues of Jeremy Taylor

Following upstream request corruption due to mistaken http->http2 compatibility in an envoy proxy configuration: ``` my-webapp_1 | 16:50:33.103 [manifold-pool-2-6] ERROR yada.handler - Internal Error 501 my-webapp_1 | clojure.lang.ExceptionInfo: my-webapp_1 |...

I was initially unable to get anything running due to the Ubuntu-specific font usage here: https://github.com/phronmophobic/membrane/blob/266ad8542805bb2f941976a1a7f706218df97687/src/membrane/ui.cljc#L18 As an Arch user I got things working like so: ```sh # Download &...

Without looking too far into the details, it's not clear to me why this implementation should be limited to node. What shims, if any, would be needed to make it...

It's not quite a 'minimal' repro yet, but this whole expression will easily cause an OOM if evaluated (repeatedly, manually) a handful of times (i.e. leaking memory across runs): ```clojure...

bug

When checkpointing with `:approx-frequency` configured ~appropriately high (i.e. hours), it could additionally be useful to be able to trigger a checkpoint manually prior to / during the closing of the...

enhancement
1.x

Create a single file rather than a directory (better to list, manage, verify etc.), and use object store metadata capability - [ ] Validate multi-part upload behaviour with max SST...

enhancement

Details below are from a dump of an application running normally, but for which an OOM was recently triggered (during long-running queries/exports, and possibly also concurrently with a checkpoint being...

bug
repro-reqd
1.x

``` (with-open [n (xt/start-node {})] (xt/submit-tx n [[::xt/put {:xt/id :foo :ref :a}]]) ;; the NPE requires there to be actual data to be triggered (xt/sync n) (xt/q (xt/db n) '{:find...

bug

FileSystemCheckpointStore should be able to work on Windows - 1.18.1 stacktrace: ``` java.nio.file.InvalidPathException: Illegal char at index 30: checkpoint-23527-2022-08-30T15:07:31.472-00:00 at sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182) at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153) at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77) at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94) at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255) at...

bug
windows

A "missing docs" error like `java.lang.IllegalStateException: missing docs: #{#xtdb/id #xtdb/id ...}` capable of indefinitely halting ingestion (which is necessary for consistency/safety reasons) shouldn't be possible when using a healthy Postgres/JDBC...

bug
repro-reqd