Luigi Dell'Aquila
Luigi Dell'Aquila
This test failed three more times this week, I'm muting it
@elasticmachine update branch
Hi @pa-emmanuel I managed to reproduce the problem. Unfortunately, the `eval()` function uses some legacy components that I cannot break in a hotfix release, so the only thing I can...
Hi @Fabio83-develop OrientDB v 2.2 is a pretty old one, I'm afraid it's no longer supported. The easiest thing you can try with zero effort is to upgrade to v...
Ciao Fabio IT: Per curiosita', hai un deploy in sharding (ne dubito, ma non si sa mai...)? Se e' un full replica normale, puoi semplicemente provare a fermare i server,...
Hi Fabio Which configuration is not being read? From XML or command line? Thanks Luigi
Hi @Fabio83-develop I remember something similar in old releases, I think it's a bug. As a quick fix, you can pass them via command line, eg. ``` ./server.sh -Ddb5.pool.max=50 ```...
It works for all the properties, just concatenate them, eg. ``` ./server.sh -Ddb5.pool.max=50 -Ddb.pool.min=1 ``` Thanks Luigi
Hi @mmacfadden you are right, as of now the `count(distinct())` is not properly supported and needs some deep refactoring. We actually deprecated `distinct()` function in v 3.0, ie. now you...
+1 I'm flagging it as an enhancement, we'll work on it right after 3.0.0 (too late for to include it in the first GA) Thanks Luigi