You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by db...@apache.org on 2023/12/30 00:12:56 UTC

(phoenix) branch master updated: PHOENIX-7160 Change the TSO default port to be compatible with Omid 1.1.1 (#1774)

This is an automated email from the ASF dual-hosted git repository.

dbwong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
     new ed7871eb37 PHOENIX-7160 Change the TSO default port to be compatible with Omid 1.1.1 (#1774)
ed7871eb37 is described below

commit ed7871eb378507c9bfe5e06e6971f07431b2e8d8
Author: luoc <lu...@apache.org>
AuthorDate: Sat Dec 30 08:12:51 2023 +0800

    PHOENIX-7160 Change the TSO default port to be compatible with Omid 1.1.1 (#1774)
---
 bin/hbase-omid-client-config.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bin/hbase-omid-client-config.yml b/bin/hbase-omid-client-config.yml
index b3301d415d..2d451c436c 100644
--- a/bin/hbase-omid-client-config.yml
+++ b/bin/hbase-omid-client-config.yml
@@ -14,9 +14,10 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-#Omid TSO connection
+# Omid TSO connection
+# The default port from 54758 has changed to 24758 since Omid 1.1.1
 connectionType: !!org.apache.omid.tso.client.OmidClientConfiguration$ConnType DIRECT
-connectionString: "localhost:54758"
+connectionString: "localhost:24758"
 
 # When Omid is working in High Availability mode, two or more replicas of the TSO server are running in primary/backup
 # mode. When a TSO server replica is elected as master, it publishes its address through ZK. In order to configure