Tags: manish-raut/yugabyte-db
Tags
yugabyte#1661: Replaced `gscoped_ptr` with `std::unique_ptr` for `yb:… …:Env`. Summary: Replaced `gscoped_ptr` with `std::unique_ptr` for `yb::Env`. This is needed as a prerequisite step for unifying `yb::Env` and `rocksdb::Env`. Test Plan: Jenkins Reviewers: sergei, mikhail Reviewed By: mikhail Subscribers: ybase, bogdan Differential Revision: https://phabricator.dev.yugabyte.com/D6835
ENG-4683 (yugabyte#874): Fix user table UI to exclude transactions an… …d sequences tables Summary: Currently, transactions table shows up as a "user table" in UI, which is incorrect. This should be marked as a system table instead. Changes include: 1. Remove transactions table from the User Table section 2. Change the column names in the TServer list {{Load (Num Tablets) --> User Tablets (Total) Leader Count (Num Tablets) --> User Tablets (Leaders)}} 3. Add 2 new columns to the end of the TServer list {{System Tablets (Total) System Tablets (Leaders)}} 4. Move UUID in the Tserver list to right below the name of the TServer in the Server column. 5. If Primary Cluster UUID is NONE, then do not show that line at all. Test Plan: {F11973} {F11974} Created cluster and tested UI. Attached screenshots Reviewers: sid, karthik, bogdan, bharat Reviewed By: bogdan, bharat Subscribers: hector, ybase, bharat Differential Revision: https://phabricator.dev.yugabyte.com/D6307
PreviousNext