Results 3 issues of smith

avoid compile error: -Werror=non-virtual-dtor

* 系统: centos-7 x86_64 * gcc: 4.8.5 * libgo版本:3.1-stable * 场景:我创建了100个协程,每个协程中都读取channel(被挂起),之后在一个原生线程中写这100个channel,发现有一定概率的携程被延时了100m后才被唤醒,是需要设置什么参数吗,还是bug?

I need download some from hdfs, when i use '**hadoop fs -D hadoop.job.ugi=username,groupname -get /my/hdfs/file/path'**, it work. I use snakebite client and set effective_user, then copyToLocal, but its **not work**,...