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
hbase(main):001:0> list
TABLE
Feb 17, 2016 6:37:04 PM com.google.bigtable.repackaged.io.grpc.internal.TransportSet$1 run
INFO: Created transport com.google.bigtable.repackaged.io.grpc.netty.NettyClientTransport@5f0f9947(bigtabletableadmin.googleapis.com/74.125.28.219:443) for bigtabletableadmin.googleapis.com/74.125.28.219:443
Feb 17, 2016 6:37:04 PM com.google.bigtable.repackaged.io.grpc.internal.TransportSet$TransportListener transportReady
INFO: Transport com.google.bigtable.repackaged.io.grpc.netty.NettyClientTransport@5f0f9947(bigtabletableadmin.googleapis.com/74.125.28.219:443) for bigtabletableadmin.googleapis.com/74.125.28.219:443 is ready
0 row(s) in 1.0900 seconds
=> []
hbase(main):002:0>
This is in our Quickstart app, it would be really nice if it went away.
The text was updated successfully, but these errors were encountered:
Agreed. I've been a bit annoyed with it as well and the logging hasn't seemed useful during debugging (which is why it was added) even though it's been there for a while. Let's decrease the verbosity for now and see if we end up feeling pain because it isn't displayed by default.
ejona86
added a commit
to ejona86/grpc-java
that referenced
this issue
Feb 19, 2016
https://github.com/grpc/grpc-java/blob/master/core/src/main/java/io/grpc/internal/TransportSet.java#L197
This is in our Quickstart app, it would be really nice if it went away.
The text was updated successfully, but these errors were encountered: