[GitHub] [hadoop-ozone] bharatviswa504 commented on issue #742: HDDS-3217. Datanode startup is slow due to iterating container DB 2-3 times.

2020-04-23 Thread GitBox
bharatviswa504 commented on issue #742: URL: https://github.com/apache/hadoop-ozone/pull/742#issuecomment-618206710 > > // If on newer version of software if user configured mistakenly to use > > // older version, log an warning message. Not changing to newer layouts > > // for now to

[GitHub] [hadoop-ozone] bharatviswa504 commented on issue #742: HDDS-3217. Datanode startup is slow due to iterating container DB 2-3 times.

2020-04-22 Thread GitBox
bharatviswa504 commented on issue #742: URL: https://github.com/apache/hadoop-ozone/pull/742#issuecomment-618123719 > In that case, why don't we go with FILE_PER_BLOCK approach and discard the FILE_PER_CHUNK going forward? Yes, we can remove it if not needed. But I don't want to

[GitHub] [hadoop-ozone] bharatviswa504 commented on issue #742: HDDS-3217. Datanode startup is slow due to iterating container DB 2-3 times.

2020-04-22 Thread GitBox
bharatviswa504 commented on issue #742: URL: https://github.com/apache/hadoop-ozone/pull/742#issuecomment-618108926 > Thank you Bharat for working on this. I have one suggestion. > ChunkLayoutVersion is always gonna have FILE_PER_BLOCK and FILE_PER_CHUNK. Anytime we need to make a

[GitHub] [hadoop-ozone] bharatviswa504 commented on issue #742: HDDS-3217. Datanode startup is slow due to iterating container DB 2-3 times.

2020-04-20 Thread GitBox
bharatviswa504 commented on issue #742: URL: https://github.com/apache/hadoop-ozone/pull/742#issuecomment-616681990 Last run of acceptance test failed due to DISK_OUT_OF_SPACE. Kick-off test again. `datanode_1 | 2020-04-17 23:17:31,752 [ChunkWriter-10-0] INFO

[GitHub] [hadoop-ozone] bharatviswa504 commented on issue #742: HDDS-3217. Datanode startup is slow due to iterating container DB 2-3 times.

2020-04-16 Thread GitBox
bharatviswa504 commented on issue #742: HDDS-3217. Datanode startup is slow due to iterating container DB 2-3 times. URL: https://github.com/apache/hadoop-ozone/pull/742#issuecomment-614904094 Thank You @bshashikant for the review. Added code changes to handle upgrade. This is brought