Adam Charnock

Results 58 comments of Adam Charnock

Note that a postgres-based event transport will not achieve application/bus atomicity. For this we will still need a postgres-based layer that resides in the database being written to. This is...

Hey @apollo13, you make good points, and input is always very welcome. Thank you for taking the time. I definitely agree with you about coming at this from a Postgres...

No problem at all. I'd love to hear what you come up with! --- Also, to expand on this: > Ah right, this is probably what I was missing. And...

Adding some notes here regarding some discussion I've had with @apollo13 in the discourse channel: * [Advisory locks](https://www.postgresql.org/docs/current/explicit-locking.html#ADVISORY-LOCKS) may be useful, with one lock per consumer group * Use LISTEN/NOTIFY...

I have fixed the immediate obvious Windows compatibility issue in the above commit. If someone with a working Windows dev environment could confirm if this fix was successful I'd be...

Hi @sylvoslee, I received a notification from you on this issue saying this was fixed, but I cannot see a comment on the actual issue itself. Can you just confirm...

> The config system does not have a good way of representing a child transport A thought to add – child transports may well also have other uses in future....

I'm getting setup with Mayastor now too, and I am having the same issue with a file-based disk not mounting. ```yaml apiVersion: "openebs.io/v1alpha1" kind: MayastorPool metadata: name: "NODENAME-pool1" namespace: mayastor...

Thank you for the reply! > same thing is that mapped into the mayastor container? Certainly seems so. Shell from inside one of the mayastor containers: > Also please note...

Thank you for looking into it @tiagolobocastro! I've just put together that uses a loopback device as per @hickersonj's method, and in that case the storage pools immediately came online....