Re: janusgraph/gremlin server log : waiting for 1 actions to finish on table: janusgraph
Misha Brukman <mbru...@...>
As the messages state, HBase client is using async processing, so the operations are processed in the background. This is saying how many actions are left to process, and what regions they are going to. This may also imply that there are some stuck operations (which could be happening if you are sending too much traffic to HBase, for a given cluster size). On Tue, Oct 3, 2017 at 2:22 AM, Dilan Ranasinghe <dila...@...> wrote:
|
|