aerofeev2k

Results 4 issues of aerofeev2k

I've noticed that pulling webapp config and immediately pushing it back triggers Suggester, which in turn brings CPU utilization up to 2000% (I do have rebuildThreadPoolSizeInNcpuPercent set to 10, and...

enhancement
suggester

/projects/PROJECT/indexed or /suggest/rebuild REST triggers a rebuild of Suggester DB for the specified project. The rebuild happens from a single thread like below: ``` "ForkJoinPool-4-worker-19" #1570 daemon prio=5 os_prio=0 cpu=150944.65ms...

bug
suggester

In this scenario I'm bootstapping everything, meaning that I'm not indexing project per project, I'm rehearsing a major version upgrade and am indexing the entire source directory from scratch with...

suggester

Hi, @markruys What is the purpose of this change in Value.cpp? ```diff if (!IsWriteOnly()) { - // queue a "RequestValue" message to update the value - if (m_refreshAfterSet) { -...