* support: invalid cache through rpc
* add RpcServiceConfig* interfaces
* add FanoutCluster to broadcast reuqest
* fix GraphManager.close() is not called by HttpServer.DESTROY_FINISHED
* notify cache with Id[] arg to avoid too many events
* improve perf of raft notify-cache
* only enable cache-rpc service for shared storage
* check raft mode can only be enabled if non-shared store
Change-Id: I3fe18cd8c893a84a56fb66df651b78c5e0fe5f4b
* let NONE allowed by any permission
* add ResourceType.SCHEMA which can represent any schema resource
* not set STATUS to be represented by other resource
Change-Id: Ib6281cb3dfdc917ecac0c9450f7919e3898f73db
* auth: add resource metrics_read
* auth: keep single proxy instead of multi proxy for each graph
* not allowed to call HugeFactory.open() by gremlin
* don't shield HugeUser,RolePermission,HugeResource due to rpc access
Change-Id: Iba110199addbfae220616ed69754dcac82fbc848
* add GraphReadMode
* add ReadFrequency
* support aggregate type set and list
* upgrade api version to 0.59
Change-Id: I5db5a1bc91c14b659bbba27c2ad15b40245bc62a
* Support raft node control
* expose RaftNodeManager instead of StoreProvider
* manage leader info by ourselves
* add list peers API
* define rpcForwarder to handle forward request
* Let raft api return with group
* add group paramter in RaftAPI
Change-Id: I90e2bc97d3aaa1f78208d07fb71dbfcdef991c93
* Add customized kout/kneighbor, template path, multi-node-shortest-path and jaccard similar
* fix OLTP algorithm not check if source/target vertex exist (#1156)
* support customized kout and kneighbor
* support multi node shortest path API
* support template paths api
* support jaccard similars find oltp api
* use multi-thread to accelerate
* big depth and both direction use multi threads, otherwise single threead
* fix shortest path api NLP
* Szzq paths improve (#51)
* template path use concurrent HashSet to save paths in concurrent mode
* support property filter for paths api
* fix configuration not supported with auth (#55)
* template path supports repeat times args (#57)
* paths supports nearest args
* oltp multiple threads reuse
* add multiple thread depth config
* fix group perperty can't be empty
* upgrade api version to 58
* move customized kout/kneighbor to kout/kneighbor
* move jaccard similar into jaccard similarity
* fix kout/kneighbor withVertex not work
* rebase ramtable
* extract common traverser from template paths traversers
* extract path traverser for template paths and collection paths
* normalize traverser
implements: #1173
Change-Id: I85aa1d4274554d65f85a0deb7ac596e65dbb503b
fix delete/read without READ permission throw 'no such id'
this patch define delete/update requires read permission, an ForbiddenException
is thrown when there is no read permission instead 'No such vertex with id: xx'.
fix rest api depend on gremlin permission, updated to not depend on gremlin.
fix expired time is inaccurate due to call now() before tx open()
refactor edgesOfVertex() to unified entrance with EdgeStep
Change-Id: I0d8cfd3d4b7d8ccaf10721249f8d9f86b53b442e
fix: hugegraph-test-811, hugegraph-test-837, hugegraph-test-846
* fix tasks are sometimes submitted twice
also fix server id NPE when truncate with temp graph
* fix rocksdb conflict: no setMaxSubcompactions()
NoSuchMethodError: org.rocksdb.DBOptionsInterface.setMaxSubcompactions
* fix warnings
Change-Id: Ia9d509c57422eb27b11797aa3567a83101610080
* ReadIndex request rejected because leader has not committed any log entry at its term
* Add wait store started logic
* use polling to wait heartbeat
Change-Id: I1f191a261979a9ffe232827d0c639642547ba5b7
* fix: Missing authentication context
because main thread don't set admin-context before init-store, then
scheduler thread can't save anything
* fix graphs-list api return results with non STATUS-READ permission
Change-Id: I6a05e06509caf0ea525fb57ca8352e53ced584aa
* schedule/cancel/restore task async
* change cassandra ttl type from int to long
* wait task completed in api test teardown
* fix CachedSchemaTransaciton cachedTypes error
Change-Id: I06478c6dcf64699aba336aa5c032337bd297783b
* add 'auth' category before all auth APIs
* fix unable to removeEdge() when enable auth
* fix delete admin user(expect not allowed)
* check auth element not exist before creating
* throw 400 instead of 404 when delete non-exist element
Change-Id: Id8c4f39195f9f6cea95fdbe591592b0f1baf0627