|
Authentication in JanusGraph Server
Hi,
I've been trying to use authentication over a websocket connection to a JanusGraph Server.
If I configure the server to use a SimpleAuthenticator and a TinkerGraph for the credentials, as
Hi,
I've been trying to use authentication over a websocket connection to a JanusGraph Server.
If I configure the server to use a SimpleAuthenticator and a TinkerGraph for the credentials, as
|
By
Graham Wallis <grahamwallis.dev@...>
·
#5657
·
|
|
How to circumvent transaction cache?
Our application has transactions editing many vertices representing elements of a branch. This branch is also represented by a vertex that has boolean property isPublished. Before committing such a
Our application has transactions editing many vertices representing elements of a branch. This branch is also represented by a vertex that has boolean property isPublished. Before committing such a
|
By
timon.schneider@...
·
#5656
·
|
|
Re: Not able to reindex with bigtable as backend
The vertex centric index is written to the storage backend, so I guess the section on write performance configs should be
The vertex centric index is written to the storage backend, so I guess the section on write performance configs should be
|
By
hadoopmarc@...
·
#5655
·
|
|
Re: Not able to reindex with bigtable as backend
Thanks a lot for your reply Marc. I browsed through the older threads and didn't find a good solution for this.
"BigTable cannot keep up with your index repair workers" - could you provide a little
Thanks a lot for your reply Marc. I browsed through the older threads and didn't find a good solution for this.
"BigTable cannot keep up with your index repair workers" - could you provide a little
|
By
liqingtaobkd@...
·
#5654
·
|
|
Re: Not able to reindex with bigtable as backend
I checked on the existing issues and the following one looks similar to your issue:
https://github.com/JanusGraph/janusgraph/issues/1803
There are also some older questions in the janusgraph users
I checked on the existing issues and the following one looks similar to your issue:
https://github.com/JanusGraph/janusgraph/issues/1803
There are also some older questions in the janusgraph users
|
By
hadoopmarc@...
·
#5653
·
|
|
Re: Not able to reindex with bigtable as backend
The stacktraces you sent are not from reindexing but from an index repair job. TemporaryBackendException is usually an indication of unbalanced distributed system components; apparently BigTable
The stacktraces you sent are not from reindexing but from an index repair job. TemporaryBackendException is usually an indication of unbalanced distributed system components; apparently BigTable
|
By
hadoopmarc@...
·
#5652
·
|
|
Re: ConfiguredGraphFactory and Authentication not working
Hi Marc,
FYI: https://github.com/JanusGraph/janusgraph/discussions/2491
Greetings,Jan
Hi Marc,
FYI: https://github.com/JanusGraph/janusgraph/discussions/2491
Greetings,Jan
|
By
Jansen, Jan
·
#5651
·
|
|
Re: ConfiguredGraphFactory and Authentication not working
Hi Vinayak,
The information you provide is still a puzzle of little pieces which is hard to make sense of. Do you mean either of the following:
there is some behaviour of janusgraph that is
Hi Vinayak,
The information you provide is still a puzzle of little pieces which is hard to make sense of. Do you mean either of the following:
there is some behaviour of janusgraph that is
|
By
hadoopmarc@...
·
#5650
·
|
|
Delete label is very difficult
Deleting all edges in a label/all vertices in a label from gremlin is almost impossible..
g.E().hasLabel('MAID-BRAND-012021').drop()
g.V().hasLabel('BRAND').drop()
it gets timeout even thought you
Deleting all edges in a label/all vertices in a label from gremlin is almost impossible..
g.E().hasLabel('MAID-BRAND-012021').drop()
g.V().hasLabel('BRAND').drop()
it gets timeout even thought you
|
By
vamsi.lingala@...
·
#5649
·
Edited
|
|
Re: Not able to reindex with bigtable as backend
Sorry for multiple emails. My found the final error from Janusgraph. Not sure it's a bigtable issue or a janusgraph/bigtable compatibility issue. Can anybody help to take a look?
3035627 [Thread-8]
Sorry for multiple emails. My found the final error from Janusgraph. Not sure it's a bigtable issue or a janusgraph/bigtable compatibility issue. Can anybody help to take a look?
3035627 [Thread-8]
|
By
liqingtaobkd@...
·
#5648
·
|
|
Re: Not able to reindex with bigtable as backend
Found follow error in the log. janusgraph version 0.5.3 with bigtable as backend. Any suggestions pls? I have been stuck with it for a few
Found follow error in the log. janusgraph version 0.5.3 with bigtable as backend. Any suggestions pls? I have been stuck with it for a few
|
By
liqingtaobkd@...
·
#5647
·
|
|
Re: ConfiguredGraphFactory and Authentication not working
Hi Marc,
It was working with 0.4.0. After the update to 0.5.2, it is not working. The difference which I saw between the two was when I start 0.4.0 automatically configuredgraphfactory schema was
Hi Marc,
It was working with 0.4.0. After the update to 0.5.2, it is not working. The difference which I saw between the two was when I start 0.4.0 automatically configuredgraphfactory schema was
|
By
Vinayak Bali
·
#5646
·
|
|
Re: JanusGraphIndex how to retrieve constraint (indexOnly) specified for the global index?
Works like a charm, thank you Bo Xuan Li.
Works like a charm, thank you Bo Xuan Li.
|
By
cmilowka
·
#5645
·
|
|
Re: Not able to reindex with bigtable as backend
Thanks for the reply. I carefully followed each step described in the doc. Before the reindex, I closed all the open transactions and management instance. I sent the reindex command from the console
Thanks for the reply. I carefully followed each step described in the doc. Before the reindex, I closed all the open transactions and management instance. I sent the reindex command from the console
|
By
liqingtaobkd@...
·
#5644
·
|
|
Re: ConfiguredGraphFactory and Authentication not working
Hi Vinayak,
I played around a bit with the ConfigurationManagementGraph myself. The client error you describe occurs when you run ":remote console" twice. It works as a toggle switch, in other words,
Hi Vinayak,
I played around a bit with the ConfigurationManagementGraph myself. The client error you describe occurs when you run ":remote console" twice. It works as a toggle switch, in other words,
|
By
hadoopmarc@...
·
#5643
·
|
|
Re: Not able to reindex with bigtable as backend
Please be sure to run all the steps (including a graph.tx().rollback() before index creation and a mgmt.commit() after update of the index) from the example
Please be sure to run all the steps (including a graph.tx().rollback() before index creation and a mgmt.commit() after update of the index) from the example
|
By
hadoopmarc@...
·
#5642
·
|
|
Not able to reindex with bigtable as backend
Hi community,
I am new to Janusgraph and am trying to build a POC. I ran into an issue that I really need some help. I am running Janusgraph on GCP with bigtable as storage backend. I am trying to
Hi community,
I am new to Janusgraph and am trying to build a POC. I ran into an issue that I really need some help. I am running Janusgraph on GCP with bigtable as storage backend. I am trying to
|
By
liqingtaobkd@...
·
#5641
·
|
|
Re: JanusGraphIndex how to retrieve constraint (indexOnly) specified for the global index?
You can do this:
JanusGraphSchemaType constraint = ManagementSystem.getGraphIndexDirect("indexName", ((ManagementSystem) mgmt).getWrappedTx()).getSchemaTypeConstraint();
If (constraint == null) then
You can do this:
JanusGraphSchemaType constraint = ManagementSystem.getGraphIndexDirect("indexName", ((ManagementSystem) mgmt).getWrappedTx()).getSchemaTypeConstraint();
If (constraint == null) then
|
By
Boxuan Li
·
#5640
·
|
|
Re: ConfiguredGraphFactory and Authentication not working
Hi Vinayak,
You showed the error message from the remote console. Does gremlin server itself log anything particular about the ConfigurationManagementGraph after a restart?
Marc
Hi Vinayak,
You showed the error message from the remote console. Does gremlin server itself log anything particular about the ConfigurationManagementGraph after a restart?
Marc
|
By
hadoopmarc@...
·
#5639
·
|
|
Re: ConfiguredGraphFactory and Authentication not working
Hi Marc,
Tried the approach you mentioned, still facing the same issue. In one of the blogs, I read that it is due to the Cassandra cluster is first configured with janusgraphfactory and it works for
Hi Marc,
Tried the approach you mentioned, still facing the same issue. In one of the blogs, I read that it is due to the Cassandra cluster is first configured with janusgraphfactory and it works for
|
By
Vinayak Bali
·
#5638
·
|