joint-song

Results 5 issues of joint-song

I found some jobs because of short `OutdatedThreshold` or insufficient `WorkerLimit` configuration were missfired. How can I find these situations as soon as possible?

In 0.25 version, requiring React API from react-native is deprecated.[Upgrade Detail](https://github.com/facebook/react-native/releases?after=v0.27.0-rc1)

When I query metastore with the single connection, there will be some errors. Test code is below: ```go func TestConcurrentQueryOnSingleConn(t *testing.T) { options := gohive.NewMetastoreConnectConfiguration() conn, err := gohive.ConnectToMetastore("SOME_HOST", 9083,...

Will hs2 connections established over zookeeper failover to live server automatically? Please add support for this. Java jdbc support like [this](https://github.com/apache/hive/blob/master/jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java#L376-L424).

My golang program will execute multiple SQL over hs2 simultaneously. If my program exited, where these running executions will go? Can I recover these executions to Connection/Cursor from hs2? Or...