Tuesday, June 12, 2012

java.util.concurrent.RejectedExecutionException

Problem:
Exception : java.util.concurrent.RejectedExecutionException while performing any operation on hbase.

Probable Solution and Reason:
You may have closed the table object somewhere, of if the table is closed nothing will happen :) just check if you have closed the table and trying to perform operation using that table object .

No comments:

Post a Comment

Thank you for Commenting Will reply soon ......

Featured Posts

🚀 The Ultimate Guide to Running Local LLMs on Any PC

A Practical, Step-by-Step Guide to Running AI Models Locally 📖 Introduction What Are Large Language Models (LLMs)? Large Language Models ar...