Adrian Cole

Results 2050 comments of Adrian Cole

@wjase is your reporter a bean? If so, it should have closed itself in shutdown obviating this message. I think it is important to close the reporter and not rely...

PS on shutdown hook, there's an interesting conversation stemming from this.. they can get complicated. Not saying we don't do it, but it is interesting https://github.com/census-instrumentation/opencensus-java/pull/1050 Note also that the...

when this is done, we should update here as cassandra's jar went from 200->420k for reasons including this https://github.com/openzipkin/brave-cassandra/edit/master/cassandra/README.md

thanks for offering to help. generally we try to keep the same behavior as the server's ENV even though this impl is completely different. I think it would be a...

have you tried searching for similar issues in ES support forums or https://github.com/elastic/elasticsearch-hadoop?

in brave, we fixed this by adding local root to the dict key. local root is the first time this span hit process https://github.com/openzipkin/brave/blob/master/brave/src/main/java/brave/internal/recorder/PendingSpans.java#L167

keep in mind same process means loopback RPC. for normal intermediate I think here there is concept of local operation

someone with more spark experience could mention what is likely to be usable by spark for jobs and best ways to profile. for example data is copied a couple of...

yeah I am surprised that it needs to buffer in memory.. doesnt sound very streaming to me.. I forget the status of the Kafka alternative. would be nice to have...

it is crazy to me so much memory is needed. it hints manually scrolling the data could be far better in case of no cluster. On Tue, Jun 2, 2020,...