|
Individual key range is too small for partition block - result would be empty; hence ignored
10:48:41 WARN org.janusgraph.graphdb.database.idassigner.placement.PartitionIDRange - Individual key range is too small for partition block - result would be empty; hence ignored: KeyRange(left:
10:48:41 WARN org.janusgraph.graphdb.database.idassigner.placement.PartitionIDRange - Individual key range is too small for partition block - result would be empty; hence ignored: KeyRange(left:
|
By
jcbms <jcbm...@...>
·
#2643
·
|
|
Re: is this error telling me id assign is the bottleneck ?
thanks a lot
在 2018年8月9日星期四 UTC+8下午10:57:55,Alexandr Porunov写道:
thanks a lot
在 2018年8月9日星期四 UTC+8下午10:57:55,Alexandr Porunov写道:
|
By
jcbms <jcbm...@...>
·
#2642
·
|
|
Re: [ANNOUNCE] JanusGraph 0.3.0 Release
Great to see this release!
TinkerPop 3.3 support also implies support for Kerberos authentication towards gremlin server and audit logging of gremlin queries, both of which should be interesting for
Great to see this release!
TinkerPop 3.3 support also implies support for Kerberos authentication towards gremlin server and audit logging of gremlin queries, both of which should be interesting for
|
By
HadoopMarc <bi...@...>
·
#2641
·
|
|
Re: Index does not update properly
I was able to reproduce your issue with the last script. This looking like a bug in the Lucene support. I wasn't able to reproduce the behavior in Elasticsearch.
Could you please open an issue?
I was able to reproduce your issue with the last script. This looking like a bug in the Lucene support. I wasn't able to reproduce the behavior in Elasticsearch.
Could you please open an issue?
|
By
Jason Plurad <plu...@...>
·
#2640
·
|
|
Re: Intermittent issue with graph where created vertices are assigned ids but don't appear in traversals
As an update on this (although it may be a different problem or even a red herring) I managed to create a failing add() traversal that threw an exception message:
"Could not commit transaction due to
As an update on this (although it may be a different problem or even a red herring) I managed to create a failing add() traversal that threw an exception message:
"Could not commit transaction due to
|
By
shapeshifter <shapesh...@...>
·
#2639
·
|
|
Re: is this error telling me id assign is the bottleneck ?
What are you exactly looking for?
If you want to use custom id assignment, then you should set ALLOW_SETTING_VERTEX_ID to true in
What are you exactly looking for?
If you want to use custom id assignment, then you should set ALLOW_SETTING_VERTEX_ID to true in
|
By
Alexandr Porunov <alexand...@...>
·
#2638
·
|
|
Re: Index does not update properly
** updated script
By
shrikant pachauri <sk.pa...@...>
·
#2637
·
|
|
Re: Index does not update properly
Hi
Thanks I have also tried on the latest version i.e. 0.3.0 it works fine for string. However When I try the same with other data types the issue still persists in janus graph. like when i tried the
Hi
Thanks I have also tried on the latest version i.e. 0.3.0 it works fine for string. However When I try the same with other data types the issue still persists in janus graph. like when i tried the
|
By
shrikant pachauri <sk.pa...@...>
·
#2636
·
|
|
Re: is this error telling me id assign is the bottleneck ?
do you have a good example with more details? or share me some code ?
在 2018年8月9日星期四 UTC+8上午1:09:12,Alexandr Porunov写道:
do you have a good example with more details? or share me some code ?
在 2018年8月9日星期四 UTC+8上午1:09:12,Alexandr Porunov写道:
|
By
jcbms <jcbm...@...>
·
#2635
·
|
|
Intermittent issue with graph where created vertices are assigned ids but don't appear in traversals
Bit of a strange one this...
I have a simple graph with a cassandra/elasticsearch back-end that after a few days of light (dev) usage suddenly starts acting strange when adding vertices. I hope the
Bit of a strange one this...
I have a simple graph with a cassandra/elasticsearch back-end that after a few days of light (dev) usage suddenly starts acting strange when adding vertices. I hope the
|
By
shapeshifter <shapesh...@...>
·
#2634
·
|
|
How to start Janus Graph in windows
Hi I am totally new for janus graph so wanted to start a very new project from scratch but unfortunately not getting proper guidance to start.
I read the document page itself and did some try with
Hi I am totally new for janus graph so wanted to start a very new project from scratch but unfortunately not getting proper guidance to start.
I read the document page itself and did some try with
|
By
ashish chaubey <chaubey...@...>
·
#2633
·
|
|
Re: is this error telling me id assign is the bottleneck ?
You can increase your id blocks with the next parameter:
ids. block-size=1000000
No, it isn't a bottleneck. Even so, you can create your own strategy of id assignment. For example, you can implement
You can increase your id blocks with the next parameter:
ids. block-size=1000000
No, it isn't a bottleneck. Even so, you can create your own strategy of id assignment. For example, you can implement
|
By
Alexandr Porunov <Alexand...@...>
·
#2632
·
|
|
Re: is this error telling me id assign is the bottleneck ?
On Wednesday, August 8, 2018 at 10:45:47 AM UTC+3, jcbms wrote:
use mapreduce on yarn for data loading ,I have almost 14 containers ,each container has one janusgraph instance for data loading ,I
On Wednesday, August 8, 2018 at 10:45:47 AM UTC+3, jcbms wrote:
use mapreduce on yarn for data loading ,I have almost 14 containers ,each container has one janusgraph instance for data loading ,I
|
By
Alexandr Porunov <Alexand...@...>
·
#2631
·
|
|
Re: Index does not update properly
I was using 0.3.0.
By
Jason Plurad <plu...@...>
·
#2630
·
|
|
Re: Can't import HttpAuthTypes for JanusGraph 0.3.0..
Rather than mvnrepository, I tend to use search.maven.org.
https://search.maven.org/#artifactdetails%7Corg.janusgraph%7Cjanusgraph-es%7C0.3.0%7Cjar
I'm not sure why mvnrepository added that test
Rather than mvnrepository, I tend to use search.maven.org.
https://search.maven.org/#artifactdetails%7Corg.janusgraph%7Cjanusgraph-es%7C0.3.0%7Cjar
I'm not sure why mvnrepository added that test
|
By
Jason Plurad <plu...@...>
·
#2629
·
|
|
Re: a problem about elasticsearch
The data is still stored in the storage backend (Cassandra, HBase). You could run a reindex operation to get ES populated with the data after addressing some of the possible data overload situations
The data is still stored in the storage backend (Cassandra, HBase). You could run a reindex operation to get ES populated with the data after addressing some of the possible data overload situations
|
By
Jason Plurad <plu...@...>
·
#2628
·
|
|
Re: How to duplicate a set(list) property values to another set property in the same vertex
Thanks a lot Daniel. Works like a charm.
- Mitesh
Thanks a lot Daniel. Works like a charm.
- Mitesh
|
By
Mitesh Patel <pal...@...>
·
#2627
·
|
|
is this error telling me id assign is the bottleneck ?
use mapreduce on yarn for data loading ,I have almost 14 containers ,each container has one janusgraph instance for data loading ,I meet this problem ,is this mean Id assing is broken or is the
use mapreduce on yarn for data loading ,I have almost 14 containers ,each container has one janusgraph instance for data loading ,I meet this problem ,is this mean Id assing is broken or is the
|
By
jcbms <jcbm...@...>
·
#2626
·
|
|
Re: Index does not update properly
Hi
Actually I am not getting the vertex back on the line 28 as in your response after last commit. I mean I am inly able to fetch the vertex using _label property not by externalId, name.I have not
Hi
Actually I am not getting the vertex back on the line 28 as in your response after last commit. I mean I am inly able to fetch the vertex using _label property not by externalId, name.I have not
|
By
shrikant pachauri <sk.pa...@...>
·
#2625
·
|
|
Re: Can't import HttpAuthTypes for JanusGraph 0.3.0..
Tks, i see it, i mean that only have a test scope dependency for janusgraph-es on mvnrepository, it's wrong, it need to be rewritten for remove the scope for test, As you say, it's only a test scope
Tks, i see it, i mean that only have a test scope dependency for janusgraph-es on mvnrepository, it's wrong, it need to be rewritten for remove the scope for test, As you say, it's only a test scope
|
By
AaronCH5 <zha...@...>
·
#2624
·
|