https://github.com/orientechnologies/orientdb

sort by:
Revision Author Date Message Commit Date
4b05328 releasing OrientDB 2.2.16 02 February 2017, 17:36:11 UTC
98dbf8a fixes link to issues with right version 02 February 2017, 06:25:32 UTC
36affa1 adds links to 2.2.16 issues and release notes to history 02 February 2017, 06:22:23 UTC
18fdf24 Minor: fixed typo 01 February 2017, 23:41:14 UTC
2d72663 unclosed FileOutputStream in automatic backup fixed 01 February 2017, 09:51:33 UTC
770a608 SQL uuid() function now returns a string Issue #7116 31 January 2017, 21:35:41 UTC
1f20d69 adds a test that crsh a running standalone server to verify that it reloads the index metadata refs https://github.com/orientechnologies/orientdb/issues/7125 31 January 2017, 21:30:24 UTC
bb536f5 Fix NPE on gremlin() function execution with invalid input 31 January 2017, 11:46:03 UTC
1e57062 adds ORIENTDB_OPTS_MEMORY refs https://github.com/orientechnologies/orientdb/issues/7084 31 January 2017, 10:30:06 UTC
1380b03 Fix NPE on iteration of a mix of regular and lightweight edges Resolves: #7018 31 January 2017, 10:19:20 UTC
f926b82 Fix A* function on multiple executions Resolves: #7103 31 January 2017, 09:05:31 UTC
f79c1c9 Merge pull request #7130 from eprothro/logs-command add logs command to orientdb script 31 January 2017, 01:09:55 UTC
2a7b3d9 Fixed typo https://github.com/orientechnologies/orientdb/issues/6837 30 January 2017, 22:04:38 UTC
3a14a1f updated issue template 30 January 2017, 16:11:40 UTC
7b0e11d fixed kebab-case graph query, issue #8244 30 January 2017, 15:00:46 UTC
c35222c leaking shutdown/signal handlers fixed #7085 30 January 2017, 11:20:45 UTC
8355f0b adds metadata fields on Lucene indexes _CLUSTER and _CLASS 30 January 2017, 10:18:59 UTC
f3fd829 fixes auto drop and creation in case of graph database refs https://github.com/orientechnologies/orientdb/issues/7109 30 January 2017, 09:09:51 UTC
be27d6c cleanups fail message 30 January 2017, 08:14:05 UTC
0723d1a HA: disabled Hazelcast ping 29 January 2017, 00:19:58 UTC
9e19781 improves thread safety ensuring that db instance is on available on current thred refs https://github.com/orientechnologies/orientdb/issues/7126 28 January 2017, 14:34:56 UTC
354a92d add logs command to orientdb script 27 January 2017, 18:12:56 UTC
2beb50c HA: added logs when the deploy us skipped 27 January 2017, 06:23:01 UTC
f06e644 fixed bug on binary compare with datas, issue #8227 26 January 2017, 18:16:28 UTC
7b44e0d Fixed the keySet() return type in getDatabases() for Java 7 runtime support. 25 January 2017, 17:36:13 UTC
ce26174 HA: fixed stall in case the current database is newer than the one in the cluster 25 January 2017, 11:55:29 UTC
05eef6f fixed possible null pointer in case of stale pointer, issue #7118 24 January 2017, 18:37:22 UTC
2c62090 made async save callbacks to provide valid rid after save, issue #7105 24 January 2017, 13:05:15 UTC
a39c7b5 Remote tests failure was fixed 24 January 2017, 05:33:14 UTC
5cb6824 Merge branch '2.2.x' of github.com:orientechnologies/orientdb into 2.2.x 23 January 2017, 13:09:15 UTC
807c7d8 HA: Fixed a typo in error message 23 January 2017, 05:40:09 UTC
eabcdc2 HA: fixed issue when a record is locked by a pending transaction will never commit because the coordinator server is down 22 January 2017, 05:34:20 UTC
012d2bc HA: Fixed issue when a server was unreachable a tx that reached the quorum was rollbacked on the coordinator node only Issue http://www.prjhub.com/#/issues/8087 21 January 2017, 09:06:50 UTC
16075a0 fixed bug on dirty management during delete using record api 20 January 2017, 18:01:43 UTC
4392a42 Issue #7075 was fixed 20 January 2017, 14:16:41 UTC
e6c80db Merge branch '2.2.x' of github.com:orientechnologies/orientdb into 2.2.x 20 January 2017, 10:18:50 UTC
e475f86 Issue #7075 was fixed 20 January 2017, 10:18:28 UTC
48a70a1 Moved ODistributedLockManagerExecutor under imply package to avoid OSGi problems. http://www.prjhub.com/#/issues/8106 19 January 2017, 21:54:14 UTC
d5aaabe Debug logging is removed in dirty flag 19 January 2017, 11:53:07 UTC
5bfbf21 version bumped to 2.2.16-SNAPSHOT 19 January 2017, 10:16:07 UTC
7200463 releasing OrientDB 2.2.15 19 January 2017, 10:13:04 UTC
ebf7b80 Added ODefaultCI. 19 January 2017, 00:34:33 UTC
122b49f Merge branch '2.2.x' of github.com:orientechnologies/orientdb into 2.2.x 18 January 2017, 12:50:19 UTC
ea8a96e Issue #7088 was fixed 18 January 2017, 12:49:47 UTC
0535cb1 adds test that drop index and ensure that all is cleaned 18 January 2017, 10:21:37 UTC
7d6d7ee Issue #6542 was fixed 18 January 2017, 09:41:40 UTC
d21a1f8 Issue #6542 was fixed 18 January 2017, 09:41:40 UTC
a768db4 HA: Fixed scheduler test case 18 January 2017, 08:47:48 UTC
f812b9e Remote protocol: split read of the response from the execution to avoid stale data on the socket 18 January 2017, 07:23:48 UTC
ef70e06 Indexes: added check on the validity of the indexed record ids 18 January 2017, 07:23:20 UTC
ddb7a7a HA: fixed problem with temporary RIDs in indexes when the cluster configuration changed This is due to the fact that when a cluster id is reassigned, the binary protocol doesn’t send back the new clusterId. We cannot change this protocol in an hot fix (2.2.x) so now a ODistributedConfigurationChangedException is thrown, so the client can retry. ODistributedConfigurationChangedException extends ONeedRetryException. 18 January 2017, 07:22:56 UTC
50f4aff HA: fixed issue with recent higher isolation level 17 January 2017, 05:19:39 UTC
e7dd6fb HA: improved isolation level by avoiding dirty reads between the tx.commit() and the 2pc commit. 16 January 2017, 22:56:11 UTC
7fe970a HA: fixed issue with delete while a node is unreachable 16 January 2017, 16:47:00 UTC
12636e6 HA: improved logging 16 January 2017, 16:47:00 UTC
0b86f3f HA: added configurable incremental request (DISTRIBUTED_BACKUP_TRY_INCREMENTAL_FIRST) 16 January 2017, 16:47:00 UTC
d48c8e4 HA: improved management of the closing of a server connection 16 January 2017, 16:47:00 UTC
a565f3e Fixed Parsing of superclasses with backtick 16 January 2017, 11:33:46 UTC
7d429d6 adds code to handle symlinks to script itself refs https://github.com/orientechnologies/orientdb/issues/7056 16 January 2017, 08:33:29 UTC
7afe702 Issue #6651 was fixed. 13 January 2017, 15:03:46 UTC
df6a908 Merge branch '2.2.x' of github.com:orientechnologies/orientdb into 2.2.x 13 January 2017, 13:55:31 UTC
aacf9fb Issue #7053 was fixed 13 January 2017, 13:55:07 UTC
39cda4d referted change of storage close on reload that introduced regressions in some test cases 13 January 2017, 12:05:54 UTC
d474709 removes flag from maven run 13 January 2017, 08:43:57 UTC
7f8c91d Added security checks to cluster schema changes and altered the writer role. 12 January 2017, 03:59:54 UTC
1549d1a Removed the System.out.println() comments. 12 January 2017, 03:30:01 UTC
1c316c0 Implement passing of maps as parameters in SQL 11 January 2017, 09:39:48 UTC
1644964 more cleaner atomic operation ending while ignoring validated sb-tree put 11 January 2017, 08:47:51 UTC
7cedc6d Fixed setDescription command String Should fix #7065 10 January 2017, 15:31:42 UTC
1ac7f90 fixed missing atomic operation count down in sbtree 10 January 2017, 12:02:52 UTC
19f53ff OServerCommandIsEnterprise registered. 10 January 2017, 10:17:34 UTC
514efea OServerCommandIsEnterprise implemented. Added method isEnterpriseEdition() in OProfiler. 10 January 2017, 10:17:34 UTC
4b70320 HA: fixed issues after raised the management of RNF exception 09 January 2017, 18:53:28 UTC
755310a HA: updated test 09 January 2017, 14:45:10 UTC
2818cc3 BaseHttpDatabaseTest order "fix" 09 January 2017, 11:48:09 UTC
dcc73a7 Remote protocol: checked if requestType is invalid before to start processing 08 January 2017, 13:39:35 UTC
92b673d HA: fixed ORecordNotFoundException issue on concurrent delete while one node is unreachable Issue: http://www.prjhub.com/#/issues/8087 08 January 2017, 02:42:10 UTC
43ee305 fixed missing delete of edges pointed by tree ridbags in case of vertex delete with not running transaction 06 January 2017, 17:39:29 UTC
747ad28 Fixed issue about split brain network with dynamic nodes Issue http://www.prjhub.com/#/issues/7941. Created new test case SplitBrainNetwork2DynamicServersTest. 04 January 2017, 22:52:52 UTC
1138430 Removed unwanted graphTxTest2 04 January 2017, 12:38:49 UTC
4c0bf29 Fixed Issue with lucene tx + Regression Test Case LuceneGraphTXTest. 04 January 2017, 12:33:14 UTC
415f08b removed wrong oversize in record serialization 03 January 2017, 17:41:56 UTC
0d25f57 Issue #7052 was fixed 03 January 2017, 15:54:20 UTC
a7157ce HA: fixed issue with the startup of a server with a local copy newer of the one present in the cluster. Fixed issue #6999 02 January 2017, 17:18:24 UTC
5c11de1 HA: let to the SYNC CLUSTER command to copy also the index files related to the cluster Implemented (1) of https://github.com/orientechnologies/orientdb/issues/6256. 02 January 2017, 15:35:32 UTC
babcbd0 HA: fixed bug with distributed tests where the instances weren't terminated all of them 02 January 2017, 15:35:32 UTC
9ad30ba revirews packaging: studio is now on maven 02 January 2017, 14:34:15 UTC
05f570b fixed executeOutsideTx transaction restart only in case of transactional graph 02 January 2017, 12:02:13 UTC
5d84dae Implement parsing of LET in UPDATE statement backward comp. with 2.1 executor 02 January 2017, 10:19:03 UTC
570acb4 review build 31 December 2016, 14:25:57 UTC
3fc6b1e HA: fixed issue with reload of coordinator on network merge after a split brain 30 December 2016, 15:44:00 UTC
6388201 Check binary protocol reqType if it's in the range. This avoid the most common case with dirty data in the socket. Even if this has already resolved in v3.0, with 2.2.x this is the best we can do. 30 December 2016, 15:44:00 UTC
52218ff Revert "non-tx operations atomicity is fixed while freezing #6979" This reverts commit 135a8f06ff7cc9c6c7c953e5cf132faf9970954d. 30 December 2016, 15:35:23 UTC
135a8f0 non-tx operations atomicity is fixed while freezing #6979 30 December 2016, 08:06:09 UTC
9e52aca HA: fixed issue on the distributed tx rollback when a server is unreachable. Improved also distribute logging. Issue http://www.prjhub.com/#/issues/8087 30 December 2016, 01:09:07 UTC
e14eda3 add in jenkinsfile error re-throw in case of build failure, changed slack notify only on state change 29 December 2016, 15:55:49 UTC
3830680 Fix ALTER SEQUENCE to automatically reset the sequence 29 December 2016, 14:33:45 UTC
3c49d7e HA: fixed test case + synchronized health checker 29 December 2016, 08:49:56 UTC
5cb5908 improves logging on errors refs https://github.com/orientechnologies/orientdb/issues/6872 28 December 2016, 17:29:15 UTC
01574e2 HA: fixed a bug on the distributed re-locking after the coordinator crashes 28 December 2016, 17:19:27 UTC
back to top