You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case the BulkMutation request is invalid, and it will cause MetricTracer to throw a java.lang.NullPointerException and hang the request.
SEVERE: RuntimeException while executing runnable com.google.api.gax.retrying.CallbackChainRetryingFuture$AttemptCompletionListener@19868320 with executor MoreExecutors.directExecutor()
java.lang.NullPointerException
at com.google.cloud.bigtable.data.v2.stub.metrics.MetricsTracer.recordAttemptCompletion(MetricsTracer.java:167)
at com.google.cloud.bigtable.data.v2.stub.metrics.MetricsTracer.attemptPermanentFailure(MetricsTracer.java:158)
at com.google.cloud.bigtable.data.v2.stub.metrics.CompositeTracer.attemptPermanentFailure(CompositeTracer.java:116)
To reproduce:
In this case the BulkMutation request is invalid, and it will cause MetricTracer to throw a java.lang.NullPointerException and hang the request.