-
(associated with norm_by_MCU_mean flexibility issue)
norm_by_MCU_mean is a weird way to reference the process. the process that we actually want to achieve is 2PC, which includes this step of normal…
-
Hello,
I am using pgroonga in a project, and I'm facing a serious issue related to 2 phase commit. Or mix use of tables in 2 phase commit and normal commit mode when one transaction rolls back. When …
-
See #445 and #299
Summary of my understanding of the issue:
1) `read()` and reads from `mmap()`'ed memory may return any value that was written since the last successful `fsync()`/`msync()` and c…
-
at the stage where i need to be able to add spacified mosaics to the 2PC plots. need
1. an input that is the vector everything else will be normalized by
2. a variable number of vectors to be no…
-
currently the montecarlo processes have a special intracone_dist function that makes it hard to add things to that analysis, and also adds a lot of redundancy. all of intracone distance hists should …
-
currently every single topography analytic operation that can be performed is called a “process,” including the generation of simulated mosaics. This has turned out to make a number of things more re…
-
Since this this mod has some Potion Core related things and the RLTweaker is a bugfix / performance. I wonder if Potion Core's Damage Resist Attribute can be fixed as it conflicts with Vanilla Damage …
-
I randomly encountered the below failed test having not modified anything. This is one of the drawbacks of using rng in tests, but simultaneously some sort of benefit because now we've essentially fuz…
-
We keep discussing the expected behaviour on our release testing for a few releases. So, better to open an issue and get wider feedback as well.
```SQL
-- test 1: stop one of the workers first, an…
-
It looks like [a shared state machine is used](https://github.com/maxpert/marmot/blob/15feaadfd56262afd360af7baff9e33ad0fc416f/lib/raft.go#L294) for multiple Raft groups. This doesn't seem correct to …