You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/10/11 20:22:29 UTC

[GitHub] [hbase] joshelser commented on pull request #3667: HBASE-21521 Expose master startup status via web UI

joshelser commented on pull request #3667:
URL: https://github.com/apache/hbase/pull/3667#issuecomment-940414966


   > It's tricky to find out which StatusJournalEntry are the same. How about we keep the last 500 status in memory and evict the older ones ?
   
   That's acceptable to start. I think this is not ideal as, if the system is stuck in this situation where we are waiting on regionservers (or similar), we will eventually lose all of the "good" status updates prior to this. That said, we should also make sure "perfect" isn't the enemy of "good" :)


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@hbase.apache.org

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