forked from hugegraph/hugegraph-sync
Unified license related files name (#733)
Change-Id: I0f9fcc0120c33408765485a8aab7c60b876a27c0
This commit is contained in:
parent
712c313b44
commit
c19fbea2de
|
|
@ -511,7 +511,7 @@ public class GraphIndexTransaction extends AbstractTransaction {
|
|||
|
||||
Set<Id> ids = InsertionOrderUtil.newSet();
|
||||
Iterator<BackendEntry> entries = super.query(query).iterator();
|
||||
while(entries.hasNext()) {
|
||||
while (entries.hasNext()) {
|
||||
HugeIndex index = this.serializer.readIndex(graph(), query,
|
||||
entries.next());
|
||||
ids.addAll(index.elementIds());
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
|
@ -134,6 +134,6 @@ public class InitStore {
|
|||
throw e;
|
||||
}
|
||||
break;
|
||||
} while(retries-- > 0);
|
||||
} while (retries-- > 0);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"subject": "hugegraph-evaluation",
|
||||
"subject": "hugegraph-license",
|
||||
"public_alias": "publiccert",
|
||||
"store_password": "803b6cc3-d144-47e8-948f-ec8b39c8881e",
|
||||
"publickey_path": "/publicCerts.store",
|
||||
"license_path": "conf/hugegraph-evaluation.license"
|
||||
"publickey_path": "/public-certs.store",
|
||||
"license_path": "conf/hugegraph-community.license"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -241,7 +241,6 @@ public class Example1 {
|
|||
try {
|
||||
tx.rollback();
|
||||
} catch (BackendException e2) {
|
||||
// TODO Auto-generated catch block
|
||||
e2.printStackTrace();
|
||||
}
|
||||
} finally {
|
||||
|
|
|
|||
Loading…
Reference in New Issue