[
https://issues.apache.org/jira/browse/ATLAS-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15322359#comment-15322359
]
Hemanth Yamijala commented on ATLAS-885:
----------------------------------------
mvn clean install passed without issues:
{code}
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] apache-atlas ....................................... SUCCESS [ 7.507 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 18.503 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:07 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 16.747 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 9.931 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 27.607 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [ 0.407 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [ 6.360 s]
[INFO] Apache Atlas Titan ................................. SUCCESS [ 24.632 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [07:48 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 14.486 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 34.451 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:25 min]
[INFO] Apache Atlas Web Application ....................... SUCCESS [06:16 min]
[INFO] Apache Atlas Documentation ......................... SUCCESS [ 5.650 s]
[INFO] Apache Atlas FileSystem Model ...................... SUCCESS [ 30.064 s]
[INFO] Apache Atlas Hive Bridge ........................... SUCCESS [02:25 min]
[INFO] Apache Atlas Falcon Bridge ......................... SUCCESS [ 47.777 s]
[INFO] Apache Atlas Sqoop Bridge .......................... SUCCESS [ 52.477 s]
[INFO] Apache Atlas Storm Bridge .......................... SUCCESS [01:07 min]
[INFO] Apache Atlas Distribution .......................... SUCCESS [ 1.865 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
{code}
> optimize HBaseStoreManager to avoid expensive HTable instantiation every 5
> seconds
> ----------------------------------------------------------------------------------
>
> Key: ATLAS-885
> URL: https://issues.apache.org/jira/browse/ATLAS-885
> Project: Atlas
> Issue Type: Bug
> Reporter: Madhan Neethiraj
> Assignee: Madhan Neethiraj
> Attachments: ATLAS-885.patch
>
>
> For every 5 seconds following logs are added to
> /var/logs/atlas/application.log, which increases the log file size
> unnecessarily and makes the log difficult to use.
> {noformat}
> 2016-05-17 22:01:18,528 INFO - [pool-5-thread-1:] ~ Process
> identifier=hconnection-0x7878431f connecting to ZooKeeper
> ensemble=localhost:2181 (RecoverableZooKeeper:120)
> 2016-05-17 22:01:18,528 INFO - [pool-5-thread-1:] ~ Initiating client
> connection, connectString=localhost:2181 sessionTimeout=90000
> watcher=org.apache.hadoop.hbase.zookeeper.PendingWatcher@78b60e6a
> (ZooKeeper:438)
> 2016-05-17 22:01:18,529 INFO -
> pool-5-thread-1-SendThread(localhost.localdomain:2181): ~ Opening socket
> connection to server localhost.localdomain/127.0.0.1:2181. Will not attempt
> to authenticate using SASL (unknown error) (ClientCnxn:1019)
> 2016-05-17 22:01:18,529 INFO -
> pool-5-thread-1-SendThread(localhost.localdomain:2181): ~ Socket connection
> established to localhost.localdomain/127.0.0.1:2181, initiating session
> (ClientCnxn:864)
> 2016-05-17 22:01:18,531 INFO -
> pool-5-thread-1-SendThread(localhost.localdomain:2181): ~ Session
> establishment complete on server localhost.localdomain/127.0.0.1:2181,
> sessionid = 0x154c1cf558e18b9, negotiated timeout = 40000 (ClientCnxn:1279)
> 2016-05-17 22:01:18,539 INFO - [pool-5-thread-1:] ~ Closing zookeeper
> sessionid=0x154c1cf558e18b9 (ConnectionManager$HConnectionImplementation:1684)
> 2016-05-17 22:01:18,540 INFO - [pool-5-thread-1:] ~ Session:
> 0x154c1cf558e18b9 closed (ZooKeeper:684)
> 2016-05-17 22:01:18,540 INFO - [pool-5-thread-1-EventThread:] ~ EventThread
> shut down (ClientCnxn:524)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)