You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/06/09 15:54:45 UTC

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #3805: Remove max_user_connections from config

EmmyMiao87 opened a new pull request #3805:
URL: https://github.com/apache/incubator-doris/pull/3805


   Update max_user_connections by user property
   ```
   set property `user` max_user_connections=100;
   ```
   
   Change-Id: Ia2a14b7472a1e3d2065bd73ec2b5f0c081bfa5d3


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #3805: Remove max_user_connections from config

Posted by GitBox <gi...@apache.org>.
kangkaisen commented on a change in pull request #3805:
URL: https://github.com/apache/incubator-doris/pull/3805#discussion_r437170215



##########
File path: docs/zh-CN/administrator-guide/config/user_property.md
##########
@@ -0,0 +1,69 @@
+---
+{
+    "title": "User 配置项",
+    "language": "zh-CN"
+}
+---
+
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# User 配置项
+
+该文档主要介绍了 User 级别的相关配置项。User 级别的配置主要是生效范围为单个用户。每个用户都可以设置自己的 User property。相互不影响。
+
+## 查看配置项
+
+FE 启动后,在 MySQL 客户端,通过下面命令查看 User 的配置项:
+
+`SHOW PROPERTY [FOR user] [LIKE key pattern]`
+
+具体语法可通过命令:`help show property;` 查询。
+
+## 设置配置项
+
+FE 启动后,在MySQL 客户端,通过下面命令修改 User 的配置项:
+
+`SET PROPERTY [FOR 'user'] 'key' = 'value' [, 'key' = 'value']`
+
+具体语法可通过命令:`help set property;` 查询。
+
+User 级别的配置项只会生效给指定的用户,并不会影响其他用户的配置。

Review comment:
       ```suggestion
   User 级别的配置项只会对指定用户生效,并不会影响其他用户的配置。
   ```

##########
File path: docs/zh-CN/administrator-guide/config/user_property.md
##########
@@ -0,0 +1,69 @@
+---
+{
+    "title": "User 配置项",
+    "language": "zh-CN"
+}
+---
+
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# User 配置项
+
+该文档主要介绍了 User 级别的相关配置项。User 级别的配置主要是生效范围为单个用户。每个用户都可以设置自己的 User property。相互不影响。

Review comment:
       ```suggestion
   该文档主要介绍了 User 级别的相关配置项。User 级别的配置生效范围为单个用户。每个用户都可以设置自己的 User property。相互不影响。
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morningman merged pull request #3805: Remove max_user_connections from config

Posted by GitBox <gi...@apache.org>.
morningman merged pull request #3805:
URL: https://github.com/apache/incubator-doris/pull/3805


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morningman commented on a change in pull request #3805: Remove max_user_connections from config

Posted by GitBox <gi...@apache.org>.
morningman commented on a change in pull request #3805:
URL: https://github.com/apache/incubator-doris/pull/3805#discussion_r437243146



##########
File path: docs/zh-CN/administrator-guide/config/user_property.md
##########
@@ -0,0 +1,69 @@
+---
+{
+    "title": "User 配置项",

Review comment:
       ```suggestion
       "title": "用户配置项",
   ```

##########
File path: docs/zh-CN/administrator-guide/config/user_property.md
##########
@@ -0,0 +1,69 @@
+---
+{
+    "title": "User 配置项",
+    "language": "zh-CN"
+}
+---
+
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# User 配置项
+
+该文档主要介绍了 User 级别的相关配置项。User 级别的配置主要是生效范围为单个用户。每个用户都可以设置自己的 User property。相互不影响。
+
+## 查看配置项
+
+FE 启动后,在 MySQL 客户端,通过下面命令查看 User 的配置项:
+
+`SHOW PROPERTY [FOR user] [LIKE key pattern]`
+
+具体语法可通过命令:`help show property;` 查询。
+
+## 设置配置项
+
+FE 启动后,在MySQL 客户端,通过下面命令修改 User 的配置项:
+
+`SET PROPERTY [FOR 'user'] 'key' = 'value' [, 'key' = 'value']`
+
+具体语法可通过命令:`help set property;` 查询。
+
+User 级别的配置项只会生效给指定的用户,并不会影响其他用户的配置。

Review comment:
       She insist ^^




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org